I'm using Tomcat 6 with webtools. I'd like to set attribute URIEncoding of
server's Connector element. It seems, it is impossible. Is there another
way to force URI-encoding charset settings?
Andrew Gaydenko wrote:
> I'm using Tomcat 6 with webtools. I'd like to set attribute URIEncoding of
> server's Connector element. It seems, it is impossible. Is there another
> way to force URI-encoding charset settings?
Have you tried modifying the server.xml file found in the sub-folder
associated with the Tomcat server that is located in the Servers project
in your workspace? Changes made there should accomplish what you want.
You will have to restart the server to pickup any changes to that file.