markt 2005/01/11 13:09:35 Modified: webapps/docs changelog.xml manager-howto.xml Log: Fix bug 28867. Correct manager how to to show correct way to reference ROOT context. - Submitted by Stephane Bailliez - Ported from TC4 Also replaced a few tabs with spaces. Revision Changes Path 1.217 +11 -7 jakarta-tomcat-catalina/webapps/docs/changelog.xml Index: changelog.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v retrieving revision 1.216 retrieving revision 1.217 diff -u -r1.216 -r1.217 --- changelog.xml 11 Jan 2005 20:02:14 -0000 1.216 +++ changelog.xml 11 Jan 2005 21:09:35 -0000 1.217 @@ -32,13 +32,13 @@ <add> Add installer for mod_jk on IIS. (mturk) </add> - <add> - New store config module for better server.xml saving support (pero) - </add> - <update> - <bug>32081</bug>: Remove the JDK requirement from the Unix scripts, submitted - by Ben Souther (remm) - </update> + <add> + New store config module for better server.xml saving support (pero) + </add> + <update> + <bug>32081</bug>: Remove the JDK requirement from the Unix scripts, submitted + by Ben Souther (remm) + </update> </changelog> </subsection> @@ -141,6 +141,10 @@ <fix> <bug>32771</bug>: Cannot undeploy/deploy misconfigured app after tomcat startup, submitted by Gabriele Garuglieri (remm) + </fix> + <fix> + <bug>28867</bug>: Correct manager documentation to document correct way to + reference the ROOT context. Submitted by Stephane Bailliez. (markt) </fix> </changelog> </subsection> 1.14 +13 -19 jakarta-tomcat-catalina/webapps/docs/manager-howto.xml Index: manager-howto.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/manager-howto.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- manager-howto.xml 28 Jul 2004 14:49:50 -0000 1.13 +++ manager-howto.xml 11 Jan 2005 21:09:35 -0000 1.14 @@ -229,7 +229,7 @@ <ul> <li><strong>path</strong> - The context path (including the leading slash) of the web application you are dealing with. To select the ROOT web - application, specify a zero-length string. <strong>NOTE</strong> - + application, specify "/". <strong>NOTE</strong> - It is not possible to perform administrative commands on the Manager application itself.</li> <li><strong>war</strong> - URL of a web application archive (WAR) file, @@ -333,9 +333,8 @@ </blockquote></li> <li><em>Invalid context path was specified</em> <blockquote> - <p>The context path must start with a slash character, unless you are - referencing the ROOT web application -- in which case the context path - must be a zero-length string.</p> + <p>The context path must start with a slash character. To reference the + ROOT web application use "/".</p> </blockquote></li> <li><em>No context path was specified</em> <blockquote> @@ -523,9 +522,8 @@ </blockquote></li> <li><em>Invalid context path was specified</em> <blockquote> - <p>The context path must start with a slash character, unless you are - referencing the ROOT web application -- in which case the context path - must be a "/" string.</p> + <p>The context path must start with a slash character. To reference the + ROOT web application use "/".</p> </blockquote></li> <li><em>Context path must match the directory or WAR file name:</em> <blockquote> @@ -598,9 +596,8 @@ </blockquote></li> <li><em>Invalid context path was specified</em> <blockquote> - <p>The context path must start with a slash character, unless you are - referencing the ROOT web application -- in which case the context path - must be a zero-length string.</p> + <p>The context path must start with a slash character. To reference the + ROOT web application use "/".</p> </blockquote></li> <li><em>No context exists for path /foo</em> <blockquote> @@ -796,9 +793,8 @@ </blockquote></li> <li><em>Invalid context path was specified</em> <blockquote> - <p>The context path must start with a slash character, unless you are - referencing the ROOT web application -- in which case the context path - must be a zero-length string.</p> + <p>The context path must start with a slash character. To reference the + ROOT web application use "/".</p> </blockquote></li> <li><em>No context exists for path /foo</em> <blockquote> @@ -839,9 +835,8 @@ </blockquote></li> <li><em>Invalid context path was specified</em> <blockquote> - <p>The context path must start with a slash character, unless you are - referencing the ROOT web application -- in which case the context path - must be a zero-length string.</p> + <p>The context path must start with a slash character. To reference the + ROOT web application use "/".</p> </blockquote></li> <li><em>No context exists for path /foo</em> <blockquote> @@ -892,9 +887,8 @@ </blockquote></li> <li><em>Invalid context path was specified</em> <blockquote> - <p>The context path must start with a slash character, unless you are - referencing the ROOT web application -- in which case the context path - must be a zero-length string.</p> + <p>The context path must start with a slash character. To reference the + ROOT web application use "/".</p> </blockquote></li> <li><em>No context exists for path /foo</em> <blockquote>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]