Thank you!
It works with "#"!
- but is this the 'official' way to do this in future releases? I have not 
found any docs about this.

Gernot

-----Ursprüngliche Nachricht-----
Von: QM [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 06. Mai 2005 12:58
An: Tomcat Users List
Betreff: Re: tomcat 5.5; context-path


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]




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

Reply via email to