Hi Spyros,
Is this for your debian server? If so, I'm not so sure how this is happening as I have tested this with it and it doesn't seem to be an issue.
At any rate, I think this is an easy fix anyway.
In your jboss-5.1 folder, find the following file
jboss-5.1/server/default/deploy/jbossweb.sar/server.xml
In there, look for the line that reads:
< !-- A HTTP/1.1 Connector on port 8080 -->
< Connector protocol="HTTP/1.1" port="8080" address="${jboss.bind.address}" connectionTimeout="20000" redirectPort="8443" />
Make sure you include the part URIEncoding="UTF-8"
< Connector protocol="HTTP/1.1" port="8080" address="${jboss.bind.address}" URIEncoding="UTF-8"
connectionTimeout="20000" redirectPort="8443" />
Restart LAMS and this should fix the issue.
Thanks,
Ernie
Posted by Ernie Ghiglione