Which library are you using to get the external page? java.net? HttpClient?

What do you do with the page that you download? It looks from the
exception that you are writing it to the servlet IO, is that the case?

Are both of your tomcats running on the same JVM version?

E

On Wed, Nov 11, 2009 at 8:10 PM, pramodpm <pramod_me...@satyam.com> wrote:
>
> We are facing an encoding issue in apache-tomcat-6.0.20. This is working in
> tomcat 5.5.23.  We are trying to  make a get request to external site. The
> page contains some utf-8 characters.  When we access the page from the
> application we are getting the following error.
> Can you please help us to resolve this issue. Any help is appreciated.
>
>
>
>
> WARNING: Handler caused Not an ISO 8859-1 character: <83>
>
>
> java.io.CharConversionException: Not an ISO 8859-1 character: <83>
>
> at javax.servlet.ServletOutputStream.print(ServletOutputStream.java:89)
>
> at
>
> at java.io.OutputStream.write(OutputStream.java:99)
>
>
> --
> View this message in context: 
> http://old.nabble.com/Tomcat-6-encoding-issue-tp26313150p26313150.html
> Sent from the Tomcat - User mailing list archive at Nabble.com.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to