craigmcc    00/11/09 13:21:35

  Modified:    src/tests/webpages/WEB-INF Tag: tomcat_32 web.xml
  Log:
  Do not attempt to load the "PermanentlyAvailable2" servlet at startup time.
  Because the test application is part of the default build, this will lead to
  tons of user questions about "Why do I get this error message at startup time"
  even though the error message is correct.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.6.4.3   +2 -0      jakarta-tomcat/src/tests/webpages/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/tests/webpages/WEB-INF/web.xml,v
  retrieving revision 1.6.4.2
  retrieving revision 1.6.4.3
  diff -u -r1.6.4.2 -r1.6.4.3
  --- web.xml   2000/08/28 03:29:32     1.6.4.2
  +++ web.xml   2000/11/09 21:21:35     1.6.4.3
  @@ -79,7 +79,9 @@
           <servlet-class>
               PermanentlyUnavailable
           </servlet-class>
  +<!--
           <load-on-startup></load-on-startup>
  +-->
       </servlet>
   
       <servlet-mapping>
  
  
  

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

Reply via email to