weaver 2004/07/20 06:57:31
Modified: portal/src/webapp/WEB-INF web.xml
Log:
You can now choose what engine to use, either Pico or Spring via an init-param in
the web.xml.
Revision Changes Path
1.13 +11 -0 jakarta-jetspeed-2/portal/src/webapp/WEB-INF/web.xml
Index: web.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/web.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- web.xml 24 May 2004 04:20:34 -0000 1.12
+++ web.xml 20 Jul 2004 13:57:31 -0000 1.13
@@ -82,6 +82,17 @@
<param-name>applicationRoot</param-name>
<param-value>webContext</param-value>
</init-param>
+ <!-- To enable SpringEngine, uncomment this param and comment out the
+ PicoEngine one.
+ <init-param>
+ <param-name>engine</param-name>
+ <param-value>org.apache.jetspeed.engine.SpringEngine</param-value>
+ </init-param>
+ -->
+ <init-param>
+ <param-name>engine</param-name>
+ <param-value>org.apache.jetspeed.engine.PicoEngine</param-value>
+ </init-param>
<load-on-startup>1</load-on-startup>
</servlet>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]