Hi,

When using the Tomcat Ant tasks to deploy (install or deploy) a war, where
should the war and extracted archive end up?

Is it supposed to deploy to the work subdirectory or webapps?

The problem I am having is that I get a nearly successful deploy with either
install or deploy - the war ends up in the manager subdir (as expected) and
the jars from the war are extracted to an appropriate work subdir (as
expected), but the properties files in the war (in WEB-INF) are not
extracted to the WEB-INF dir of the appropriate work subdir - which is an
unexpected error.  So when the app starts, errors occur from lack of reading
the needed property files.

Also, no files are placed in the webapps dir structure as when placing a war
in the webapps dir, but I interpret this as expected behavior from the
docs.(?)

I am wondering if I am missing a configuration item or similar, but cannot
determine what.

I have spent many days trying different things and searching the web and
archives with no info.  Is there something in the docs I have missed?
Appreciate any pointers or answers.  TIA.


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

Reply via email to