You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2003/07/14 16:21:19 UTC

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

remm        2003/07/14 07:21:19

  Modified:    webapps/docs changelog.xml deployer-howto.xml
  Log:
  - Some small updates recovered from my old laptop's HD.
  
  Revision  Changes    Path
  1.6       +77 -1     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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- changelog.xml	22 Jun 2003 18:29:06 -0000	1.5
  +++ changelog.xml	14 Jul 2003 14:21:19 -0000	1.6
  @@ -13,7 +13,71 @@
   
   <body>
   
  -<section name="Tomcat 5.0.3 (remm)">
  +<section name="Tomcat 5.0.4 (remm)">
  +
  +  <subsection name="General">
  +
  +    <changelog>
  +
  +
  +
  +    </changelog>
  +
  +  </subsection>
  +
  +  <subsection name="Catalina">
  +
  +    <changelog>
  +
  +
  +
  +    </changelog>
  +
  +  </subsection>
  +
  +  <subsection name="Coyote">
  +
  +    <changelog>
  +
  +
  +
  +    </changelog>
  +
  +  </subsection>
  +
  +  <subsection name="Jasper">
  +
  +    <changelog>
  +
  +
  +
  +    </changelog>
  +
  +  </subsection>
  +
  +  <subsection name="Webapps">
  +
  +    <changelog>
  +
  +
  +
  +    </changelog>
  +
  +  </subsection>
  +
  +  <subsection name="Deployer">
  +
  +    <changelog>
  +
  +
  +
  +    </changelog>
  +
  +  </subsection>
  +
  +</section>
  +
  +<section name="Tomcat 5.0.3 Alpha (remm)">
   
     <subsection name="General">
   
  @@ -570,6 +634,18 @@
       </changelog>
   
     </subsection>
  +
  +</section>
  +
  +<section name="Tomcat 4.1.7 Beta (remm)">
  +
  +  <changelog>
  +
  +    <scode>
  +    Tomcat 5.0.x branch point based on the Tomcat 4.1.7 codebase (remm)
  +    </scode>
  +
  +  </changelog>
   
   </section>
   
  
  
  
  1.3       +22 -0     jakarta-tomcat-catalina/webapps/docs/deployer-howto.xml
  
  Index: deployer-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/deployer-howto.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- deployer-howto.xml	11 May 2003 20:00:17 -0000	1.2
  +++ deployer-howto.xml	14 Jul 2003 14:21:19 -0000	1.3
  @@ -91,6 +91,28 @@
   be noted that this feature uses the Tomcat manager for automatic deployment.
   </p>
   
  +<p>The deployer includes the Catalina manager Ant tasks, the Jasper page
  +compiler for JSP compilation before deployment, as well as a task which
  +validates the webapp's deployment descriptor. The validator task (class
  +<code>org.apache.catalina.ant.ValidatorTask</code>) allows only one parameter:
  +the base path of an expanded web application.</p>
  +
  +<p>The deployer package includes a ready to use Ant script, with the following
  +targets:
  +<ul>
  +    <li>compile (default): compile and validate the web application</li>
  +    <li>deploy: deploy a web application (compiled or not) to a Tomcat 
  +                server</li>
  +    <li>undeploy: undeploy a web application</li>
  +    <li>start: start web application</li>
  +    <li>reload: reload web application</li>
  +    <li>stop: stop web application</li>
  +</ul>
  +The following properties can be specified, either as a system property, or by
  +using a <code>deployer.properties</code> file located in the root folder of the
  +deployer package:
  +</p>
  +
   </section>
   
   </body>
  
  
  

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