yoavs 2004/02/06 06:26:10 Modified: webapps/docs/config context.xml Log: Corrected typo. Revision Changes Path 1.9 +3 -1 jakarta-tomcat-catalina/webapps/docs/config/context.xml Index: context.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/context.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- context.xml 5 Feb 2004 23:17:21 -0000 1.8 +++ context.xml 6 Feb 2004 14:26:10 -0000 1.9 @@ -53,7 +53,9 @@ reconfiguration of the web application, since the main <code>conf/server.xml</code> file cannot be reloaded without restarting Tomcat. <b>Please note that for tomcat 5.x, unlike tomcat 4.x, it is NOT - recommended to place <Context> elements directory in the server.xml file.</b> + recommended to place <Context> elements directly in the server.xml file.</b> + Instead, put them in the META-INF/context.xml directory of your WAR file or + the conf directory as described above. </p> <p>In addition to explicitly specified Context elements, there are
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]