When I attempted to run an application in the development environment to pass Arabic values in the request URL, it worked correctly.
I was able to get the correct text in the JSP file.
But when I deployed the same content in the Apache web server, Arabic values are displayed as:
?????????
How can I resolve this?
I have already set the URIEncoding to UTF-8 in server.xml and enabled the character encoding filters in conf/WEB.xml.
Apache HTTP ServerORApache Tomcat? - home