Bertrand Delacretaz wrote:
Le 7 juin 05, � 14:49, Vadim Gritsenko a �crit :

Bertrand Delacretaz wrote:

CSS and others links are still broken on the samples, to fix this we'll need either a bunch of ugly mod_rewrite statements,


It will be easier to deploy cocoon under same context path, won't it? Just need to edit tools/jetty/conf/main.xml so that instead of '/' you can pass some system property.


Right - I'll see how I can do it while keeping the possiblity of just dumping a new release in place and restarting. A sed script to do this setup in main.xml should do.

Just edit the damn file in SVN! :-)

-    <Arg>/</Arg>
+    <Arg><SystemProperty name="context" default="/"/></Arg>


Vadim

Reply via email to