DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39444>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39444





------- Additional Comments From [EMAIL PROTECTED]  2006-11-10 13:17 -------
To add to this bug if you supply a webapps/[application]/META-INF/context.xml 
with the following content:

<Context path="/[PATH]/[APPNAME]"></Context> or
<Context path="/[PATH]/[APPNAME]"/>

eg. <context path="/foo/barplication"/>

The context.xml does get copied to engine/host/[APPNAME].xml.  But the [PATH] 
appended before the name of the context does not work. So:
http://localhost:8080/foo/barplication  - does not work but
http://localhost:8080/barplication -  does work just as though there were no 
context descriptor at all.

The only way I have been able to get the path attribute to work is if I add 
the context tag to my server.xml <host>, which according to the documentation 
is not recommended and not really what I want to do.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to