well I thought I had it down.  but now things aren't working.

I have a directory structure: c:\domains\myhost\webapps\aWebApp\....

In server.xml, I've defined the host with appRoot of c:\domains\myhost\webapps

I want the url to this webapp to be myHost.com/aaa

So according to the instructions above, I created a context file:

.....\conf\Catalina\myHost\aaa.xml   (using the url context path)

In the file aaa.xml I defined the context with path="/aaa" and
docBase="aWebApp"

When I start TC, I first get this error in the catalina log:

WARNING: A docBase c:\domains\myHost\webapps\aWebApp inside the host
appBase has been specified, and will be ignored

followed by an error saying ".....myHost\webapps\aaa can't be found or
is not a readable directory".

Well it definitely makes sense that if it's going to ignore the
docBase specification, it isn't going to find the right directory.

What am I doing wrong?

Thx.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to