I've been trying to figure out how to deploy a .war file as the root webapp in 
Tomcat 6.0.10.

Say I have a "foo.war" file, and create a conf/Catalina/localhost/foo.xml file 
with the
following contents:

<Context path="" docBase="foo" />

I would expect (as in Tomcat 5), that the url: http://localhost:8080/  would be 
routed to the
webapp in foo.war.   However, I simply get a blank page (yes, i've removed the 
webapps/ROOT
directory).

I've found not much of anything useful in the documentation on doing this.

Can anyone figure out what I'm doing wrong?

 
----
[EMAIL PROTECTED]
"Once you start down the dark path, forever will it
dominate your destiny.  Consume you it will " - Yoda



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
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