Tomcat version: 8.0.22 Jdk: 1.8.0_05 Server: Amazon Linux Hello,
I want to map my servlet to a Hebrew url pattern. I tried placing the hebrew url pattern both in the "@webservlet" annotation (urlpatterns attribute) and in the the web.xml file. In both cases it doesn't work, it's as if there's nothing mapped to the url specified. I though to specify the URIEncoding parameter of the connector but saw that this defaults to "utf-8" in tomcat 8. Any suggestions on how I can get this working? Thank you.