sylvain 02/04/11 06:55:58 Modified: src/documentation/xdocs/installing Tag: cocoon_2_0_3_branch index.xml Log: Update docs Revision Changes Path No revision No revision 1.18.2.1 +2 -2 xml-cocoon2/src/documentation/xdocs/installing/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/installing/index.xml,v retrieving revision 1.18 retrieving revision 1.18.2.1 diff -u -r1.18 -r1.18.2.1 --- index.xml 25 Mar 2002 16:06:55 -0000 1.18 +++ index.xml 11 Apr 2002 13:55:58 -0000 1.18.2.1 @@ -1289,7 +1289,7 @@ <ul> <li>add cocoon.jar (and only this one) in the engine's classpath,</li> <li>declare the <code>org.apache.cocoon.servlet.BootstrapServlet</code> servlet,</li> - <li>add a "<code>context-dir</code>" parameter, whose value is the absolute path to Cocoon's + <li>add a "<code>context-directory</code>" parameter, whose value is the absolute path to Cocoon's context (e.g. "<code>/path/webapp/cocoon</code>"),</li> <li>add any other cocoon parameters you want to this servlet (see <code>web.xml</code> for a description of available parameters),</li> @@ -1303,7 +1303,7 @@ <li>Servlet Name : <code>cocoon</code></li> <li>Servlet Code (class name) : <code>org.apache.cocoon.servlet.BootstrapServlet</code></li> <li>Servlet Classpath : <code>/path/webapp/cocoon/WEB-INF/lib/cocoon.jar</code></li> - <li>Servlet Args : <code>context-dir=/path/webapp/cocoon</code> (and any other Cocoon + <li>Servlet Args : <code>context-directory=/path/webapp/cocoon</code> (and any other Cocoon parameters you want)</li> </ul> </li>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]