Hi,

Please try out new feature: deployment of packed cocoon.war, without
exploding. To try this (under tomcat):

build -Dinclude.webapp.libs=yes webapp
copy build/cocoon/cocoon.war $TOMCAT_HOME/webapps
$TOMCAT_HOME/bin/startup


It employs ugly but verified hack: extract all the libraries into the
temporary directory. This takes place *only* when running Cocoon from
the unpacked WAR file. Some optimization is applied: library is
extracted only when it was not extracted before or its modification time
has changed.

To get library list and timestamps, Manifest file is used, created by
the custom ant task.

Regards,
Vadim 


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

Reply via email to