Forum LAMS for Tech-Heads - General Forum: Re: Re: Re: LAMS 2.4 Workspace-Folder name with utf8 error


 
Search: 

6: Re: Re: Re: LAMS 2.4 Workspace-Folder name with utf8 error
In response to 4 10/17/12 07:04 AM
[ Reply | Forward ]
Hi Spyros,

It seem that you were running LAMS behind an Apache webserver. Therefore you will also need to add the URIEncoding="UTF-8" parameter to the AJP/1.3 connector:

< !-- A AJP 1.3 Connector on port 8009 -->
< Connector protocol="AJP/1.3" port="8009" address="${jboss.bind.address}" URIEncoding="UTF-8"
redirectPort="8443" />

That will fix this.

Thanks,

Ernie

Posted by Ernie Ghiglione

Reply to first post on this page
Back to LAMS for Tech-Heads - General Forum