Problems with utf-8 encoding

2005-09-19 Thread Yair Zohar
Hello, I'm using Tomcat 4.1.18 I'm trying to read hebrew data in utf-8 encoding from the database. As a check I entered a utf-8 encoded 'alef' letter to the database field. (I see it in the database as one letter 'alef'). The jsp page that displays the data, prints two chars instead of one. I

Problems with utf-8 encoding - continue

2005-09-19 Thread Yair Zohar
sorry for the double mail, I forgot to add my server.xml encoding definitions: Connector className=org.apache.coyote.tomcat4.CoyoteConnector port=8080 URIEncoding=UTF-8 useBodyEncodingForURI=true minProcessors=5 maxProcessors=75 enableLookups=true

Re: Problems with utf-8 encoding

2005-09-19 Thread Yair Zohar
Anto Paul wrote: On 9/19/05, Yair Zohar [EMAIL PROTECTED] wrote: Hello, I'm using Tomcat 4.1.18 I'm trying to read hebrew data in utf-8 encoding from the database. As a check I entered a utf-8 encoded 'alef' letter to the database field. (I see it in the database as one letter 'alef

Re: Problems with utf-8 encoding - continue

2005-09-19 Thread Yair Zohar
. Regards, Jilles Yair Zohar wrote: sorry for the double mail, I forgot to add my server.xml encoding definitions: Connector className=org.apache.coyote.tomcat4.CoyoteConnector port=8080 URIEncoding=UTF-8 useBodyEncodingForURI=true minProcessors=5 maxProcessors=75

Re: Problems with utf-8 encoding

2005-09-19 Thread Yair Zohar
Guy Katz wrote: put an encoding filter in front of your servlet/jsp's that sets a UTF-8 encoding for incoming requests and outgoing responses. its your safest bet for tomcat 4 as far as i remember. -Original Message- From: Yair Zohar [mailto:[EMAIL PROTECTED] Sent: Monday, September

Re: Problems with utf-8 encoding

2005-09-19 Thread Yair Zohar
Guy Katz wrote: google it. there's a lot. -Original Message- From: Yair Zohar [mailto:[EMAIL PROTECTED] Sent: Monday, September 19, 2005 11:08 AM To: Tomcat Users List Subject: Re: Problems with utf-8 encoding Guy Katz wrote: put an encoding filter in front of your servlet/jsp's

Re: Problems with utf-8 encoding

2005-09-19 Thread Yair Zohar
Yair Zohar wrote: Guy Katz wrote: google it. there's a lot. -Original Message- From: Yair Zohar [mailto:[EMAIL PROTECTED] Sent: Monday, September 19, 2005 11:08 AM To: Tomcat Users List Subject: Re: Problems with utf-8 encoding Guy Katz wrote: put an encoding filter in front

Request too long

2005-07-18 Thread Yair Zohar
Hello, I'm building a web application on tomcat 4.1.18 which is connected to apache 2 web server by ajp13 connector. I get the response : Server Error The following error occurred: [code=HTTP_REQUEST_TOO_LONG] The HTTP request is too long. Contact your system

Re: Request too long

2005-07-18 Thread Yair Zohar
Mike Noel wrote: At 12:28 PM 7/18/2005, Yair wrote: Server Error The following error occurred: [code=HTTP_REQUEST_TOO_LONG] The HTTP request is too long. Contact your system administrator. Just a wild guess here but it sounds like you are using the GET method for

Re: A Hebrew Problem

2003-09-17 Thread Yair Zohar
After some investigation I'll try to refrase and improve my problem description: My Goal: including a hebrew html inside a jsp page. The Problem: hebrew is viewed by browser as question marks (no matter charset). Some details from my investigation: When I request the hebrew html directly

Re: A Hebrew Problem

2003-09-17 Thread Yair Zohar
CATALINA_OPTS=-Dfile.encoding=utf-8 Then restart tomcat. I once had a similar problem with German umlaute characters and this seemed to fix it. Andy -Original Message- From: Yair Zohar [mailto:[EMAIL PROTECTED] Sent: 17 September 2003 10:33 To: Tomcat Users List Subject: Re: A Hebrew

A Hebrew Problem

2003-09-15 Thread Yair Zohar
Hello, I have this hebrew problem: I'm trying to include a html in a jsp page: jsp:include page=relativePath/fileName flush=true / When it comes to a hebrew html the browser displays question marks instead of hebrew (no matter what charset do I choose in the browser). The same html is viewed

Re: A Hebrew Problem

2003-09-15 Thread Yair Zohar
- From: Yair Zohar [mailto:[EMAIL PROTECTED] Sent: Monday, September 15, 2003 11:01 AM To: [EMAIL PROTECTED] Subject: A Hebrew Problem Hello, I have this hebrew problem: I'm trying to include a html in a jsp page: jsp:include page=relativePath/fileName flush=true / When it comes to a hebrew html

Re: A Hebrew Problem

2003-09-15 Thread Yair Zohar
it to the web server and try it again. - Original Message - From: Yair Zohar [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, September 15, 2003 11:18 AM Subject: Re: A Hebrew Problem I have this header in the jsp page: Meta http-equiv=Content-Type content=text/html