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

2005-01-11 Thread markt
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  ChangesPath
  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 -  1.216
  +++ changelog.xml 11 Jan 2005 21:09:35 -  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
  - bug32081/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
  +bug32081/bug: Remove the JDK requirement from the Unix scripts, 
submitted
  +by Ben Souther (remm)
  +  /update
   /changelog
 /subsection
   
  @@ -141,6 +141,10 @@
 fix
   bug32771/bug: Cannot undeploy/deploy misconfigured app after 
tomcat startup, 
   submitted by Gabriele Garuglieri (remm)
  +  /fix
  +  fix
  +bug28867/bug: Correct manager documentation to document correct 
way to
  +reference the ROOT context. Submitted by Stephane Bailliez. (markt)
 /fix
   /changelog
 /subsection
  
  
  
  1.14  +13 -19jakarta-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 -  1.13
  +++ manager-howto.xml 11 Jan 2005 21:09:35 -  1.14
  @@ -229,7 +229,7 @@
   ul
   listrongpath/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.  strongNOTE/strong -
  +application, specify /.  strongNOTE/strong -
   It is not possible to perform administrative commands on the
   Manager application itself./li
   listrongwar/strong - URL of a web application archive (WAR) file,
  @@ -333,9 +333,8 @@
   /blockquote/li
   liemInvalid context path was specified/em
   blockquote
  -pThe 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
  +pThe context path must start with a slash character. To reference the
  +ROOT web application use /./p
   /blockquote/li
   liemNo context path was specified/em
   blockquote
  @@ -523,9 +522,8 @@
   /blockquote/li
   liemInvalid context path was specified/em
   blockquote
  -pThe 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
  +pThe context path must start with a slash character. To reference the
  +ROOT web application use /./p
   /blockquote/li
   liemContext path must match the directory or WAR file name:/em
   blockquote
  @@ -598,9 +596,8 @@
   /blockquote/li
   liemInvalid context path was specified/em
   blockquote
  -pThe 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
  +pThe context path must start with a slash character. To reference the
  +ROOT web application use /./p
   /blockquote/li
   liemNo context exists for path /foo/em
   blockquote
  @@ -796,9 +793,8 @@
   /blockquote/li
   liemInvalid context path was specified/em
   blockquote
  -pThe 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
  +pThe context path must start with a slash character. To reference the
  +ROOT web application use /./p
   /blockquote/li
   liemNo context exists for path /foo/em
   blockquote
  @@ -839,9 +835,8 @@
   /blockquote/li
   liemInvalid context path was specified/em
   blockquote
  -pThe context path must start with a slash character, unless you are
  -referencing the ROOT web 

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

2004-07-28 Thread yoavs
yoavs   2004/07/28 07:49:51

  Modified:webapps/docs changelog.xml manager-howto.xml
  Log:
  Addressed Bugzilla 30354.
  
  Revision  ChangesPath
  1.79  +3 -0  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.78
  retrieving revision 1.79
  diff -u -r1.78 -r1.79
  --- changelog.xml 26 Jul 2004 17:04:04 -  1.78
  +++ changelog.xml 28 Jul 2004 14:49:50 -  1.79
  @@ -57,6 +57,9 @@
 fix
   bug29779/bug: Admin/Examples SetCharacterEncodingFilter wrong package. 
(yoavs)
 /fix
  +  fix
  +bug30354/bug: manager-howto.xml used wrong Ant task. (yoavs)
  +  /fix
   /changelog
 /subsection
   /section
  
  
  
  1.13  +1 -1  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.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- manager-howto.xml 19 Dec 2003 18:59:44 -  1.12
  +++ manager-howto.xml 28 Jul 2004 14:49:50 -  1.13
  @@ -981,7 +981,7 @@
 lt;/targetgt;
   
 lt;target name=undeploy description=Remove web applicationgt;
  -lt;remove url=${url} username=${username} password=${password}
  +lt;undeploy url=${url} username=${username} password=${password}
   path=${path}/gt;
 lt;/targetgt;
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]