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/25 18:58:19 UTC

DO NOT REPLY [Bug 4409] - zip files arn't picked up in WEBAPP/WEB-INF/lib

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

zip files arn't picked up in WEBAPP/WEB-INF/lib

remm@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From remm@apache.org  2001-10-25 09:58 -------
The spec mandates the use of JAR files. Allowing to use zip files will make 
your application not portable, so we won't support it.
Of course, since this is OSS, you can add that support if you really want to 
(the JAR deployment happens in the org.apache.catalina.loader.WebappLoader 
class).