You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by yo...@apache.org on 2004/03/01 16:45:52 UTC

cvs commit: jakarta-tomcat-catalina/webapps/docs/appdev processes.xml source.xml

yoavs       2004/03/01 07:45:52

  Modified:    webapps/docs/appdev processes.xml source.xml
  Log:
  Added some links to the servlet specification per user requests.
  
  Revision  Changes    Path
  1.5       +4 -0      jakarta-tomcat-catalina/webapps/docs/appdev/processes.xml
  
  Index: processes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/appdev/processes.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- processes.xml	15 Sep 2003 14:07:00 -0000	1.4
  +++ processes.xml	1 Mar 2004 15:45:52 -0000	1.5
  @@ -140,6 +140,10 @@
   cvs commit
   </source>
   
  +Note that this is only an example web.xml file.  The full definition
  +of the deployment descriptor file is in the
  +<a href="http://java.sun.com/products/servlet">Servlet Specification.</a>
  +
   </subsection>
   
   
  
  
  
  1.4       +3 -1      jakarta-tomcat-catalina/webapps/docs/appdev/source.xml
  
  Index: source.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/appdev/source.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- source.xml	15 Jan 2003 03:40:43 -0000	1.3
  +++ source.xml	1 Mar 2004 15:45:52 -0000	1.4
  @@ -69,7 +69,9 @@
       access those files.<br/><br/></li>
   <li><strong>web/WEB-INF/</strong> - The special configuration files required
       for your application, including the web application deployment descriptor
  -    (<code>web.xml</code>), tag library descriptors for custom tag libraries
  +    (<code>web.xml</code>, defined in the 
  +    <a href="http://java.sun.com/products/servlet">Servlet Specification</a>), 
  +    tag library descriptors for custom tag libraries
       you have created, and other resource files you wish to include within
       your web application.  Even though this directory appears to be a
       subdirectory of your <em>document root</em>, the Servlet Specification
  
  
  

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