You are viewing a plain text version of this content. The canonical link for it is here.
Posted to tdk-dev@turbine.apache.org by jv...@apache.org on 2001/10/10 18:45:40 UTC

cvs commit: jakarta-turbine-tdk/src/tdk/ancillary web.xml

jvanzyl     01/10/10 09:45:40

  Modified:    src/tdk/ancillary web.xml
  Log:
  - removing the 2.3 references in the web.xml file and making
    the turbine app start up when the servlet container starts up.
  
  Revision  Changes    Path
  1.2       +3 -2      jakarta-turbine-tdk/src/tdk/ancillary/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/src/tdk/ancillary/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml	2001/09/07 01:40:11	1.1
  +++ web.xml	2001/10/10 16:45:40	1.2
  @@ -1,8 +1,8 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   
   <!DOCTYPE web-app
  -    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
  -    "http://java.sun.com/j2ee/dtds/web-app_2.3.dtd">
  +    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
  +    "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">
   
   <web-app>
     <servlet>
  @@ -16,6 +16,7 @@
         <param-name>properties</param-name>
         <param-value>@APP_PROPERTIES@</param-value>
       </init-param>
  +    <load-on-startup>1</load-on-startup>
     </servlet>
     <security-constraint>
       <web-resource-collection>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-tdk-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-tdk-dev-help@jakarta.apache.org