*********** REPLY SEPARATOR ***********
On 25.02.2002 at 15:20 [EMAIL PROTECTED] wrote:
>Can someone point me to a document describing how to mount my own WebApps
>(powered by cocoon). I want to deploy several, but not under the cocoon
>heirarchy.
>
Just add a context entry to your tomcat/server.xml file:
<!-- Intranet Context -->
<Context path="/intranet" docBase="/intranet" debug="0"
reloadable="true" crossContext="true"/>
I use a cocoon-powered intranet application.
Everything from webapps/cocoon is located at /intranet now.
Of course, you have to restart Tomcat :)
Greetings,
Andreas
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>