Si se quiere crear un war sin un fichero WEB-INF/web.xml con maven por alguna razón (mi caso un hook de liferay, que no tiene que tenerlo). Muestra el siguiente error: Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in...
Si da una excepción ViewExpiredException en un portlet sin que haya dado un timeout la sesión ni nada, casi inmediatemente. Y esto es en un portlet con PortletBridge y JSF, ….. Prueba a poner lo siguiente a ver si se soluciona: <context-param>...
Script para arrancar Tomcat como servicio en Fedora/CentOS/RedHat # Tomcat # # chkconfig: 3 80 20 # description: Start up the Tomcat servlet engine. # Source function library. . /etc/init.d/functions RETVAL=$? TOMCATHOME=/opt/java/jakarta-tomcat case «$1″ in...