You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by bd...@apache.org on 2005/10/06 13:52:33 UTC

svn commit: r306601 - /cocoon/trunk/status.xml

Author: bdelacretaz
Date: Thu Oct  6 04:52:30 2005
New Revision: 306601

URL: http://svn.apache.org/viewcvs?rev=306601&view=rev
Log:
jetty context option added

Modified:
    cocoon/trunk/status.xml

Modified: cocoon/trunk/status.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/status.xml?rev=306601&r1=306600&r2=306601&view=diff
==============================================================================
--- cocoon/trunk/status.xml (original)
+++ cocoon/trunk/status.xml Thu Oct  6 04:52:30 2005
@@ -695,6 +695,11 @@
       Updated xercesImpl to 2.7.1, xml-apis to 1.3.02, log4j to 1.2.11, nekohtml to 0.9.5,
       geromino-spec-jms and geronimo-spec-jta to M3.
     </action>
+    <action dev="BD" type="update">
+      Webapp context is now configurable when starting with the included Jetty webserver. Setting
+      JAVA_OPTIONS=-Dcontext=blah/, for example will make the Cocoon webapp available at
+      /blah/ instead of / which stays the default.
+    </action>
     <action dev="SW" type="add">
       Added Cocoon stacktraces. This is based on location classes in the new org.apache.cocoon.util.location package
       and a refactoring of the exception management to attach locations to exceptions.