Andras,
Please refer to the directory structure posted earlier in this thread.
The only
way I could get my application to work is to have a ROOT.xml inside 
${catalina.home}/conf/localhost.  docBase="C:\<Maindir>/app".  This is
outside the 
default appBase="webapps" specified in ${catalina.home}/conf/server.xml.
Then I could access my applcation as http://localhost.

Hope this helps,
Lakshmi
P.s: The documentation is not very clear on these points.   I hope some
expert out there will update
Tomcat FAQ.  



-----Original Message-----
From: Mark Thomas [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 04, 2007 4:34 AM
To: Tomcat Users List
Subject: Re: Tomcat deployment question

Andras Laczi wrote:
> If someone succeed to deploy an web application trough manager on 
> 5.5.23 tomcat which path is "/" (root ) and the web application 
> directory is not ROOT please let me know.
> It's making me crazy, i migrating from 5.0.16 with working 
> configuration and on 5.5.23 same conf works a completely different
ways.
> Andras

The closest you'll get to the 5.0.x behaviour is anything.war located
outside the host's appBase and a ROOT.xml pointing towards it.

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe,
e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to