This can be done in Tomcat settings (see <tomcat-home>/conf/server.xml) and then add a new context pointing to your cocoon webapp directory with empty contex path, something like this:
<Context path="" docBase="cocoon"> ... </Context> -- Konstantin ----- Original Message ----- From: "Richard Cunliffe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 04, 2003 18:20 Subject: Directories > Hi, > > Cocoon 2.0.4 > Tomcat 4.0.6 > > Can someone point me in the right direction for setting up directories? > For example my current URI and hard disk location looks like this: > > http://192.168.0.5:8080/cocoon/soundpool/soundpool.html > C:\tomcat\webapps\cocoon\soundpool.xml > > If I wanted to change the URI address to this: > http://192.168.0.5:8080/soundpool/soundpool.html > > How would I change the disk location, and in what files would I need to > change for it to direct the incoming request to the right disk location? > > Is there an equivalent to flash guide on this subject? > > Thanks, > > Richard. > > > > --------------------------------------------------------------------- > 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]> > > --------------------------------------------------------------------- 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]>