If I (re)start Tomcat with the context configuration file in place, then the WAR is not expanded. If I simply remove the context configuration file, then the WAR is expanded (when restarting, or if the WAR alone is simply added to the webapp folder while Tomcat is already running). That's why I was thinking that maybe I should be adding something to the context configuration file to get the WAR to expand.
I'd simply go without the context configuration file, but then I can't use my
Ant script to install/uninstall/start/stop/restart the web app through the manager app, which seems to require the context configuration file.
[ May 09, 2004: Message edited by: Dirk Schreckmann ]