Cocoon App Invocation & server.xml

2004-03-16 Thread Samuel Bruce
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: This work

Re: Cocoon App Invocation & server.xml

2004-03-16 Thread Mark Lundquist
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 catali

Re: Cocoon App Invocation & server.xml

2004-03-16 Thread Samuel Bruce
Hi, Thanks for responding! Yes, what breaks is that there would be a link within my app that would point to http://localhost:8080/apattern/hello that would fail. In my sitemap I have a wrote: > > On Mar 16, 2004, at 6:58 AM, Samuel Bruce wrote: > > > Hi, > > > > I developed a cocoon app which

Re: Cocoon App Invocation & server.xml

2004-03-16 Thread Mark Lundquist
On Mar 16, 2004, at 8:19 AM, Samuel Bruce wrote: Hi, Thanks for responding! Yes, what breaks is that there would be a link within my app that would point to http://localhost:8080/apattern/hello that would fail. In my sitemap I have a You mean that before, your Cocoon webapp was at http://local

Re: Cocoon App Invocation & server.xml

2004-03-17 Thread Samuel Bruce
Hi, No. Before my app was at http://localhost:8080/myapp and once invoking my app at the above location, a pattern in my sitemap () worked. Since I made the previously mentioned change in server.xml, I could invoke my app at http://localhost:8080 but for some reason inside my app when there was