jvanzyl 01/05/14 07:23:07
Modified: xdocs/howto tdk-howto.xml
Log:
- fixing typos
Revision Changes Path
1.6 +4 -0 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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tdk-howto.xml 2001/05/14 14:18:21 1.5
+++ tdk-howto.xml 2001/05/14 14:22:59 1.6
@@ -333,16 +333,20 @@
<section name="Deployment">
+<p>
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.
+</p>
+<p>
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.
+</p>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]