On Mar 16, 2004, at 6:58 AM, Samuel Bruce wrote:
Hi,
I developed a cocoon app which I invoke in my browser with:
http://localhost:8080/myapp
After development, I wanted to be able to invoke my app from my browser with:
http://localhost:8080
I did this by editing the server.xml file in my catalina_ home/conf directory, inserting:
<Context path="" docBase="myapp" debug="0"/>
This worked except for the problem that I have some absoulte paths in my application which cause this to fail.
Do you mean absolute URI's? Why do those break your app? ~ Mark
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
