Im using GWT 1.5. i created a servlet that extends
RemoteServiceServlet and i have methods to access a remote service.
I use tomcat and local runs okay..but then when i deploy it to the
testsystem  i got the following exception

93697860 [TP-Processor8] ERROR
org.apache.catalina.core.ContainerBase.
[Catalina].[localhost].[/]  - Exception while dispatching incoming RPC
call
javax.servlet.ServletException: Character Encoding is
'iso-8859-15'.
Expected 'charset=utf-8'
        at
com
.google
.gwt
.user
.server
.rpc.RPCServletUtils.checkCharacterEncoding(RPCServletUtils.java:286)
        at
com
.google
.gwt
.user
.server.rpc.RPCServletUtils.readContentAsUtf8(RPCServletUtils.java:
136)
        at
com
.google
.gwt
.user
.server.rpc.RemoteServiceServlet.readContent
(RemoteServiceServlet.java:
335)
        at
com
.google
.gwt
.user.server.rpc.RemoteServiceServlet.doPost
(RemoteServiceServlet.java:
77)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at
org
.apache
.catalina
.core
.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
252)
        at
org
.apache
.catalina
.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
        at

I know that in the testsystem tomcat use iso-8859-1 as content-type
Any idea or suggestion?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to