DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4829>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4829

Automatic deployment of war files does not work properly





------- Additional Comments From [EMAIL PROTECTED]  2002-03-27 21:33 -------
I strongly believe this is a problem. As an example, if I have a WAR file 
named "MyAppl.war", and I dont define anything about it in "server.xml", just 
place the file in CATALINA_HOME/webapps, the file is automatically unpacked. 
But in order to be able to get other servlet contexts, if I add the following 
line in the server.xml :

<Context path="/MyAppl"  docBase="MyAppl" crossContext="true"/>

now the WAR file is NOT automatically expanded. 

In summary "a WAR file is automatically expanded by Tomcat, but if I just want 
to enable crosscontext support, it will not be expanded automatically." Doesnt 
it sound like a bug?  Just because I want the crosscontext property enabled for 
the application and I  add a line in server.xml I would not be able to 
distribute my app as a WAR file, but would have to distribute it in expanded 
form?

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

Reply via email to