I am trying to run a web app that requires the file encoding to be ISO-8859-1.
I am running Tomcat 4.0.6 on Windows 2000 using the tomcat.exe running as a service. The documentation for the application says that the encoding can be changed by calling Tomcat with CATALINA_OPTS set to -Dfile.encoding=ISO-8859-1 I have put "set CATALINA_OPTS=-Dfile.encoding=ISO-8859-1" in the bin/catalina.bat and bin/startup.bat files, but neither has worked. How do I change the encoding for Tomcat if I am running it as a service on Windows 2000? __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
