I am using Tomcat to run my servlets, and IIS to provide HTTPS connection. Hence I installed the isapi in IIS. Works fine ... almost.
I'll be entering data in a database through forms. Data might contain national characters. Data is entered and retreived as expected if you enter 'å' you'll have an 'å' displayed when retreiving the information.
But if you want to search for anyting containing 'å' the database will not find anything for you. I'd be less supprised I the database returned more than expected including all entries including 'å'.
When I shortcut IIS using e.g. port 8080 to Tomcat directly, everything works fine/as expected.
Has anyone experienced this problem before ?
Anybody got an idea on how to get around the problem ?
I'll be entering data in a database through forms. Data might contain national characters. Data is entered and retreived as expected if you enter 'å' you'll have an 'å' displayed when retreiving the information.
But if you want to search for anyting containing 'å' the database will not find anything for you. I'd be less supprised I the database returned more than expected including all entries including 'å'.
When I shortcut IIS using e.g. port 8080 to Tomcat directly, everything works fine/as expected.
Has anyone experienced this problem before ?
Anybody got an idea on how to get around the problem ?