You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2005/01/11 22:08:11 UTC

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs manager-howto.xml

markt       2005/01/11 13:08:11

  Modified:    webapps/tomcat-docs manager-howto.xml
  Log:
  Fix bug 28867. Correct manager how to to show correct way
    to reference ROOT context.
    - Submitted by Stephane Bailliez
  
  Revision  Changes    Path
  1.21      +15 -22    jakarta-tomcat-4.0/webapps/tomcat-docs/manager-howto.xml
  
  Index: manager-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/manager-howto.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- manager-howto.xml	13 Jan 2003 23:25:45 -0000	1.20
  +++ manager-howto.xml	11 Jan 2005 21:08:10 -0000	1.21
  @@ -222,7 +222,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,
  @@ -312,9 +312,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>
  @@ -488,9 +487,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>
  @@ -563,9 +561,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>
  @@ -622,9 +619,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>
  @@ -811,9 +807,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>
  @@ -854,9 +849,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>
  @@ -906,9 +900,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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org