larryi      02/02/23 19:52:00

  Modified:    .        RELEASE-NOTES-3.3.1.txt
  Log:
  Document updates to startup error messages and improvements to
  AutoWebApp module.
  
  Revision  Changes    Path
  1.39      +10 -3     jakarta-tomcat/RELEASE-NOTES-3.3.1.txt
  
  Index: RELEASE-NOTES-3.3.1.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.1.txt,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- RELEASE-NOTES-3.3.1.txt   22 Feb 2002 03:19:32 -0000      1.38
  +++ RELEASE-NOTES-3.3.1.txt   24 Feb 2002 03:52:00 -0000      1.39
  @@ -3,7 +3,7 @@
                                    Release Notes
                                    =============
   
  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.38 2002/02/22 03:19:32 billbarker Exp $
  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.39 2002/02/24 03:52:00 larryi Exp $
   
   
   This document describes the changes that have been made since the
  @@ -69,8 +69,9 @@
            this logger is replaced a new logger set by the LogSetter module,
            its reduction in efficiency won't affect normal operation.
   
  -         ServerXmlReader now logs a warning if the modules.xml file isn't
  -         found.
  +         Startup error output has been improved.  Messages will be shown if
  +         modules.xml or server.xml isn't present.  Also, the port number is
  +         now shown when JVM_Bind exceptions occur.
   
            The internal test script, test-tomcat.xml, has been made more
            configurable and the Admin app internal test page, test.jsp, has
  @@ -134,6 +135,12 @@
            to support automatic or explicit use of Ajp12 or Ajp13 protocol to
            shutdown Tomcat.  This includes use of an optional "secret" password
            with either protocol.
  +
  +         Added hostChar, hostDotChar, and pathSlashChar attributes to
  +         AutoWebApp module.  These make configurable the special characters
  +         used in the directory name to delimit a virtual host name and act
  +         as substitution characters.  Also, fixed behavior so that hostChar
  +         isn't included in the context path name.
   
   
   Server:
  
  
  

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

Reply via email to