Hi.
I'm a newbie to the list!
I have a .war file that deploys fine if I put it into the default webapps
directory. If I add this (below) xml file to the webapps directory
specifying a different spot than webapps, then it doesn't work. It
partially deploys, but the app can't get some of it's init parameters/files
when it tries to load up.
I have:
my.xml (put into my webapps directory)
<!-- FOO CONTEXT -->
<Context
path="/my"
docBase="/foo/my.war"
debug="0"
workDir="/foo/my/work"
reloadable="true"
crossContext="false"
privileged="false"
>
</Context>
<!-- END FOO CONTEXT -->
I get:
A WEB-INF directory under /foo/my/work, but it doesn't unpack
everything in the WEB-INF directory. I just the lib and classes directories.
The file my servlet is looking for doesn't get there, or any of the other
directories in my war file (images, etc).
Like I said, it all works if I put the war into webapps. Anyone know what
might be going wrong?
I'm on HP-UX 11.11 and using Tomcat 4.1 (distrib by HP).
--Dan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]