Re: URIEncoding

2011-12-19 Thread starz10de
page. I used the right command for a jsp page which is : <%@ page contentType="text/html;charset=UTF-8" %> It works fine and force the page to use utf-8 encoding. Thanks once again for your kind response. awarnier wrote: > > starz10de wrote: >> One of my try to sol

Re: URIEncoding

2011-12-18 Thread starz10de
understand from why the browser automatically user iso encoding although I force it to use utf-8. Here how I do: starz10de wrote: > > I have an application which is running in local machine and it work > perfect. I installed my application in the server to make it available for > all. I

Re: URIEncoding

2011-12-17 Thread starz10de
to ISO but I couldn't retrieve any thing any ideas? starz10de wrote: > > > > > > awarnier wrote: >> >> >> >> >> >>>Can you show *exactly* what you are doing in server.xml ? >>>(paste the relevant portion here

Re: URIEncoding

2011-12-17 Thread starz10de
awarnier wrote: > > > > > >>Can you show *exactly* what you are doing in server.xml ? >>(paste the relevant portion here, remove comments and passwords) > > > For the server.xml I can't modify any thing there, as I mentioned before > there are many other instances working there. If

Re: URIEncoding

2011-12-17 Thread starz10de
it is not recognized. here where I submit my request: http://localhost:8080//Search/main?name method="get" TARGET="result"> any more hint? awarnier wrote: > > starz10de wrote: >> I have an application which is running in local machine and it work >> p

URIEncoding

2011-12-16 Thread starz10de
I have an application which is running in local machine and it work perfect. I installed my application in the server to make it available for all. In the server we have tomcat running and provide services for many instances. After I played my application in the server, I had problem with query wh