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 <map:match pattern="apattern/hello" that worked before but it now gives me a 404 message - the requested resource /apattern/hello is not available. --- Mark Lundquist <[EMAIL PROTECTED]> wrote: > > 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] > __________________________________ Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
