jvanzyl     01/05/13 23:00:44

  Modified:    xdocs/howto tdk-howto.xml
  Log:
  - updating the tdk how with some info on class reloading.
  
  Revision  Changes    Path
  1.3       +26 -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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- tdk-howto.xml     2001/05/14 01:32:33     1.2
  +++ tdk-howto.xml     2001/05/14 06:00:43     1.3
  @@ -162,6 +162,32 @@
   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>
  +
  +<source><![CDATA[
  +
  +<context path="/rupert" docBase="rupert" reloadable="true"/>
  +
  +]]></source>
  +
  +<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>
  +
   </section>
   
   <section name="Accessing your Turbine application">
  
  
  

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

Reply via email to