Two additions ...

*********** REPLY SEPARATOR  ***********

On 25.02.2002 at 22:47 Andreas Hartmann wrote:

>*********** 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:
It's located at (tomcat-path)/conf/server.xml.

>
>        <!-- Intranet Context -->
>        <Context path="/intranet" docBase="/intranet" debug="0"
>                 reloadable="true" crossContext="true"/>
>

path="/intranet" means: every URI starting with /intranet
(e.g., http://localhost:8080/intranet/index.html is mapped to the Intranet WebApp.

docBase="/intranet" points to the file system path.

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]>

Reply via email to