shuber 2004/10/12 13:04:51 CEST
Modified files:
war/src/webapp/WEB-INF web.xml
Log:
JAHIA 185 : Problem with initialization of Poll webapp.
Turned out the ordering problem was in the poll webapp rather than the modification
request webapp as initially thought.
Revision Changes Path
1.3 +12 -12 poll/war/src/webapp/WEB-INF/web.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/poll/war/src/webapp/WEB-INF/web.xml.diff?r1=1.2&r2=1.3&f=h
Index: web.xml
===================================================================
RCS file: /home/cvs/repository/poll/war/src/webapp/WEB-INF/web.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- web.xml 17 Sep 2004 09:57:06 -0000 1.2
+++ web.xml 12 Oct 2004 11:04:50 -0000 1.3
@@ -20,25 +20,25 @@
./WEB-INF/etc/Poll.properties
</param-value>
</init-param>
+ <load-on-startup>2</load-on-startup>
<security-role-ref>
<role-name>manager</role-name>
<role-link>manager</role-link>
</security-role-ref>
- <load-on-startup>2</load-on-startup>
</servlet>
<servlet>
- <servlet-name>
- InitServlet
- </servlet-name>
- <servlet-class>
- org.jahia.webapps.poll.InitServlet
- </servlet-class>
- <init-param>
- <param-name>log4j-xml-init-file</param-name>
- <param-value>/WEB-INF/etc/log4j.xml</param-value>
- </init-param>
- <load-on-startup>1</load-on-startup>
+ <servlet-name>
+ InitServlet
+ </servlet-name>
+ <servlet-class>
+ org.jahia.webapps.poll.InitServlet
+ </servlet-class>
+ <init-param>
+ <param-name>log4j-xml-init-file</param-name>
+ <param-value>/WEB-INF/etc/log4j.xml</param-value>
+ </init-param>
+ <load-on-startup>1</load-on-startup>
</servlet>
<!-- [INSERT FRAGMENT HERE] -->