On Fri, May 06, 2005 at 10:07:32AM +0200, Pfingstl Gernot wrote:
: This seems to me to have only context path with has the same value as the name
: of the context.xml file.
: I want to use context.xml files and not put context information into
: server.xml.
: So isn't it possible to depoly apps in tomcat 5.5 with a context path that has
: subdirectories?
Yes, it is possible. Search the archives for the specifics. You have to
name your context's XML file a certain way: a special character
represents the dir separators.
So to map a context to
/path1/path2/path3
your context XML would be named
path1{char}path2{char}path3.xml
I think "{char}" is a "#" but don't quote me on that...
-QM
--
software -- http://www.brandxdev.net/
tech news -- http://www.RoarNetworX.com/
code scan -- http://www.JxRef.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]