> From: Yuri Gadow [mailto:[EMAIL PROTECTED]] > > From the FAQ it would seem that one cannot run Cocoon from a URL or > context other the /cocoon (since the FAQ only offers ideas for changing > the URL by having Apache rewrite on the fly.) Is this correct
No, that's not true. > (if so, > anyone have any guesstimates on how much work would be involved in > changing or removing this)? Depends on your servlet container. E.g., for Catalina that's 3 minutes: Add entry <Context path="/mypath" docBase="C:/Work/MyApp" debug="0" reloadable="true"/> under <host> tag in server.xml. For Resin, that's 2 min 30 seconds: Add entry <web-app id='/mypath' app-dir='C:/Work/MyApp'/> under <host> tag in resin.conf. (it takes 30 seconds less because the line is shorter ;) Vadim --------------------------------------------------------------------- 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]>