I am running TOMCAT 5.0.27 on z/OS 1.4 with -Dfile.encoding=ISO8859-1 and
TOMCAT is running fine. I have a webapp that wants to use .htm and .html
files in EBCDIC. I see that the tomcat/conf/web.xml file has a mime-mapping
for .htm and .html as follows:
<mime-mapping>
<extension>htm</extension>
<mime-type>text/html</mime-type>
</mime-mapping>
<mime-mapping>
<extension>html</extension>
<mime-type>text/html</mime-type>
</mime-mapping>
I need to know what the mime-mapping syntax for encoding is. I want to use
EBCDIC, IBM-1047, and not the default of ASCII for the .htm and .html files.
I want to add these 2 mime-mappings to the web.xml of the webapp in
question.
Please send any advice..
I would also like to hear how many folks are running TOMCAT on z/OS..
Thanks very much,
Cindy Hitzman
Information Builders
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]