jvanzyl 01/05/14 07:19:05
Modified: docs/howto tdk-howto.html
Log:
- adding blurb about deployment
Revision Changes Path
1.4 +55 -2 jakarta-turbine/docs/howto/tdk-howto.html
Index: tdk-howto.html
===================================================================
RCS file: /home/cvs/jakarta-turbine/docs/howto/tdk-howto.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tdk-howto.html 2001/05/14 02:19:52 1.3
+++ tdk-howto.html 2001/05/14 14:18:59 1.4
@@ -13,6 +13,8 @@
<meta name="author" value="Kurt
Schrader">
<meta name="email" value="[EMAIL PROTECTED]">
+ <meta name="author" value="Jason van Zyl">
+ <meta name="email" value="[EMAIL PROTECTED]">
<title>Turbine - Turbine Development Kit Howto</title>
</head>
@@ -356,6 +358,47 @@
of your TDK installation and type in "./bin/startup.sh" This will start the
Tomcat servlet engine and make your application available.
</p>
+ <p>
+NOTE
+<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:
+</p>
+ <div align="left">
+ <table cellspacing="4" cellpadding="0" border="0">
+ <tr>
+ <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif"
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
+ <td bgcolor="#023264" height="1"><img src="/images/void.gif" width="1"
height="1" vspace="0" hspace="0" border="0"/></td>
+ <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif"
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
+ </tr>
+ <tr>
+ <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1"
height="1" vspace="0" hspace="0" border="0"/></td>
+ <td bgcolor="#ffffff"><pre>
+
+<context path="/rupert" docBase="rupert"
reloadable="true"/>
+
+</pre></td>
+ <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1"
height="1" vspace="0" hspace="0" border="0"/></td>
+ </tr>
+ <tr>
+ <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif"
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
+ <td bgcolor="#023264" height="1"><img src="/images/void.gif" width="1"
height="1" vspace="0" hspace="0" border="0"/></td>
+ <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif"
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
+ </tr>
+ </table>
+ </div>
+ <p>
+ Look for 'TDK SITE' in the conf/server.xml file and make
+ the adjustment just above it to get class reloading working.
+ You will see how the class reload has been setup for the
+ default 'newapp' and you can use that as an example.
+</p>
</blockquote>
</td></tr>
</table>
@@ -519,10 +562,20 @@
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>
</blockquote>
+ </td></tr>
+ </table>
+ <table border="0" cellspacing="0"
cellpadding="2" width="100%">
+ <tr><td bgcolor="#525D76">
+ <font color="#ffffff" face="arial,helvetica,sanserif">
+ <a name="Deployment"><strong>Deployment</strong></a>
+ </font>
+ </td></tr>
+ <tr><td>
+ <blockquote>
+ </blockquote>
</td></tr>
</table>
</td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]