cvs commit: jakarta-turbine-tdk/xdocs tdk-howto.xml
[email protected] 30 Jan 2003 01:31:41 -0000
| Newsgroups | gmane.comp.jakarta.turbine.tdk.devel |
|---|---|
| Message-ID | <[email protected]> |
seade 2003/01/29 17:31:41
Modified: xdocs tdk-howto.xml
Log:
Updated version references from 2.1 to 2.2_01 and fixed a couple of obvious inaccuracies.
This document could do with a thorough review.
Revision Changes Path
1.6 +8 -12 jakarta-turbine-tdk/xdocs/tdk-howto.xml
Index: tdk-howto.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-tdk/xdocs/tdk-howto.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tdk-howto.xml 19 Nov 2002 20:21:11 -0000 1.5
+++ tdk-howto.xml 30 Jan 2003 01:31:41 -0000 1.6
@@ -144,11 +144,9 @@
<p>
First of all, you have to get the TDK distribution. You can fetch it from
the <a
-href="http://jakarta.apache.org/builds/jakarta-turbine/release/">Turbine
+href="http://jakarta.apache.org/builds/jakarta-turbine/tdk/release/">Turbine
release repository</a>. Search for the directory with the latest version, and
-download the file tdk-2.1.tar.gz (preferred choice for
-Unix systems), or tdk-2.1.zip (for Windows systems this may be more
-practical).
+download the file tdk-2.2_01.tar.gz.
</p>
<p>
@@ -157,7 +155,7 @@
</p>
<source><![CDATA[
-tar -xvzf tdk-2.1.tar.gz
+tar -xvzf tdk-2.2_01.tar.gz
]]></source>
<p>
@@ -169,7 +167,7 @@
<section name="Creating your first Turbine application">
<p>
-Now that you have Turbine installed on your machine, you need to create a
+Now that you have the TDK installed on your machine, you need to create a
sample application in order to begin using it. This is done in the following
manner:
</p>
@@ -252,12 +250,10 @@
<br/>
If you want automatic class reloading to work, then you have to
configure it specifically for each webapp that you generate.
- Class reloading for automatically configured webapps doesn't
- appear to be working Catalina b5. Hopefully this will be
- resolved before the 2.1 release. If you use the the default
- setup, then class reloading will be setup for you i.e. your
- APPNAME is 'newapp'. If, for example, your APPNAME is 'rupert'
- then you must add the following to your conf/server.xml file:
+ If you use the the default setup, then class reloading will be
+ setup for you i.e. your APPNAME is 'newapp'. If, for example,
+ your APPNAME is 'rupert' then you must add the following to your
+ conf/server.xml file:
</p>
<source><![CDATA[