You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2005/05/27 01:02:47 UTC

cvs commit: jakarta-jetspeed-2/xdocs getting-started.xml

ate         2005/05/26 16:02:47

  Modified:    xdocs    getting-started.xml
  Log:
  Added subsection for needed Tomcat 5.5.9 global Context attribute setting when used on Windows
  
  Revision  Changes    Path
  1.8       +14 -0     jakarta-jetspeed-2/xdocs/getting-started.xml
  
  Index: getting-started.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/xdocs/getting-started.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- getting-started.xml	4 Apr 2005 12:27:18 -0000	1.7
  +++ getting-started.xml	26 May 2005 23:02:47 -0000	1.8
  @@ -116,6 +116,20 @@
       org.apache.jetspeed.services.autodeployment.password=j2deployer
     </pre>
   </p>
  +<subsection name="Tomcat 5.5.9 on Windows">
  +<p>
  +To have redeployment and undeployment working properly when using Tomcat 5.5.9 on Windows you have to set the global Context
  +attribute "antiJARLocking" to true.
  +</p>
  +<p>
  +Thus, in $CATALINA_HOME\conf\context.xml use:
  +  <source><![CDATA[
  +    <Context antiJARLocking="true">
  +    ...
  +    </Context>]]>
  +  </source>
  +</p>
  +</subsection>
   </section>
   <section name='4. Building Jetspeed 2'>
   <p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org