PDA

View Full Version : [JSP e Liferay] Hot deploy in Liferay


Riccardo1
05-02-2009, 13:29
Salve a tutti!

Sto incontrando parecchie difficoltà nell'hot deploy in Liferay.
L'hot deploy consiste nello sviluppare un file war da aggiungere su liferay senza far ripartire il server.

Il war che sto sviluppando ha la seguente struttura delle dir:

css, html, images, META-INF, WEB-INF . Dentro html ci sono tutte le jsp, dentro WEB-INF i seguenti file:

liferay-display.xml
liferay-plugin-package.xml
liferay-portlet.xml
portlet.xml
struts-config.xml
tiles-defs.xml
web.xml
liferay-plugin-package.properties

+ le seguenti dir: classes, tld, lib, src.


Il war si registra correttamente, quando vado ad aggiungere la portlet mi dà il seguente errore:

13:07:03,671 ERROR [[jsp]:711] Servlet.service() for servlet jsp threw exception

javax.servlet.ServletException: File "/html/portlet/ext/riccardo/configurator/view_options.jsp" not found
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:308)


Ma il file c'è e il percorso indicato è corretto!

Che fare?