I've my cocoon application running on something like:
http://localhost/cocoon/something/mysite

I'd like to get mysite using a simpler URL like:
http://localhost

How can I do this?

I know I can change the Tomcat server.xml, and point the docBase of the ROOT web 
application to the location of the cocoon web app, for example:
<Context path="" docBase="cocoon" dubug="0" reloadable="true"/>

Now I've
http://localhost/something/mysite

How can I remove "something/mysite" ?

Thanks in advance
Mirco


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to