jvanzyl     01/05/14 07:18:25

  Modified:    xdocs/howto tdk-howto.xml
  Log:
  - adding a little blurb about deployment of webapps created
    with the TDK
  
  Revision  Changes    Path
  1.5       +16 -2     jakarta-turbine/xdocs/howto/tdk-howto.xml
  
  Index: tdk-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/xdocs/howto/tdk-howto.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- tdk-howto.xml     2001/05/14 06:04:01     1.4
  +++ tdk-howto.xml     2001/05/14 14:18:21     1.5
  @@ -326,9 +326,23 @@
   or create in the TDK, run "webapps/APPNAME/WEB-INF/build.sh compile".
   This will recompile all of the Java files that have changed in your project.
   You may also wish to join the Turbine Users mailing list.  Instructions for
  -doing so can be found
  -<a href="http://jakarta.apache.org/site/mail.html";>here.</a>
  +doing so can be found <a href="http://jakarta.apache.org/site/mail.html";>here.</a>
   </p>
  +
  +</section>
  +
  +<section name="Deployment">
  +
  +The TDK uses Tomcat 4.0 as it's Servlet container, but you can package up
  +your webapps and run them under any compliant Servlet container. The only
  +thing that you have to change are the references to the Servlet 2.3
  +DTDs in your web.xml file. If you change these references, webapps that
  +you develop with the TDK should be fully portable. We use the Tomcat 4.0
  +because it is the burgeoning standard.
  +
  +We'll add more notes to this as the TDK gains more deployment features.
  +There is a very primitive 'deploy' target, but all it does it package
  +up your webapp in a WAR file.
   
   </section>
   
  
  
  

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

Reply via email to