ericbrunson
Technical User
Crosspost from the J2EE forum, no answer from there yet.
I have a problem with displaying spanish data correctly, especially for editing.
I found how to set a header explicitly in individual responses, but I just want to make a change to have every header go out as:
Content-Type: text/html; charset=ISO-8859-1
It's a JBoss app running under Tomcat using Apache as the frontend. Is there a setting in Tomcat that can change this for the entire site?
TIA
I have a problem with displaying spanish data correctly, especially for editing.
I found how to set a header explicitly in individual responses, but I just want to make a change to have every header go out as:
Content-Type: text/html; charset=ISO-8859-1
It's a JBoss app running under Tomcat using Apache as the frontend. Is there a setting in Tomcat that can change this for the entire site?
TIA