You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/10/11 18:00:58 UTC

DO NOT REPLY [Bug 4091] - custom host with unpackWARs="true" don't expand war automatically

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=4091>.
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=4091

custom host with unpackWARs="true" don't expand war automatically

remm@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
            Summary|custom host with            |custom host with
                   |unpackWARs="true" don't     |unpackWARs="true" don't
                   |expand war automatically    |expand war automatically



------- Additional Comments From remm@apache.org  2001-10-11 09:00 -------
Half of that bug is similar to 4023, which has been fixed. Now, Catalina would 
start, but your webapp woun't be deployed instead.

Declaring it as
<Context path="/myapp" docBase="tomcat-docs2.war" debug="0"/>
should work.