Hi All,
My application uses
Java 1.4 and it runs on
Tomcat 1.5 and WAS6.1.
We have some firm names that are stored in Oracle 11g DB in French such as QMéEC or Panamé N.A. We have a search criteria page where user is entering complete firm name like this QMéEC and same is being passed to backend procedure as
String input param. When the search is happening on tomcat, the procedure is returning us correct data. Also when printed input param on Eclipse
IDE consol where tomcat is running, it displayed exact string that was entered by user.
When same search is tried on WAS server, the procedure doesn't return any data. When printed the logs of that server (logs are in HTML), the input param was having a question mark in firm name like this QM?. Due to this search is not working on WAS server. We have following configurations in web.xml:
Can someone please help me in identifying this issue.
Thanks in advance.