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 2003/05/09 20:56:41 UTC

DO NOT REPLY [Bug 19808] New: - .sit mime types

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

.sit mime types

           Summary: .sit mime types
           Product: Tomcat 4
           Version: 4.1.18
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Connector:Other
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: t_duell@yahoo.com
                CC: t_duell@yahoo.com


Tomcat 4.1.18 does not support .sti downloads. To fix this you will need to modify the  
web.xml file in the folder TOMCAT_HOME/conf/.

1. Go to the very end of the file and add the following text under the mime setting for zip.

<mime-mapping>
        <extension>sit</extension>
        <mime-type>application/x-stuffit</mime-type>
</mime-mapping>

2. Save the file.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org