Re: Problems with utf-8 encoding

2005-09-18 Thread Anto Paul
Does your browser supports hebrew ?. If you are just getting the data from database and displaying, it should work fine. What database and JDBC driver you are using ?. On 9/19/05, Yair Zohar <[EMAIL PROTECTED]> wrote: > Anto Paul wrote: > > >On 9/19/05, Yair Zohar <[EMAIL PROTECTED]> wrote: > >

Re: Problems with utf-8 encoding - continue

2005-09-18 Thread Jilles van Gurp
Why aren't you using setContentType("text/html, "utf-8") on the response? What content-type is the server actually returning (use the live http headers extension for firefox or something similar to find out). What database and jdbc driver are you using? What method are you using to store the

Re: Problems with utf-8 encoding

2005-09-18 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'). The

Re: Problems with utf-8 encoding

2005-09-18 Thread Anto Paul
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'). The jsp page t

Problems with utf-8 encoding - continue

2005-09-18 Thread Yair Zohar
sorry for the double mail, I forgot to add my server.xml encoding definitions: I tried it with and without the useBodyEncodingForURI="true"directive. Yair. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Problems with utf-8 encoding

2005-09-18 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 c

Re: Newbie question. /manager only gives the directory listing

2005-09-18 Thread tomcat
Ah, it worked like a charm! Thanks a bunch, Peter! :) /Jimi Quoting Peter Johnson <[EMAIL PROTECTED]>: Jimi, try /manager/html [EMAIL PROTECTED] wrote: Hi all, I have been using Tomcat for some time now, but I still feel like a newbie in most regards. At least when it comes to configuri

Re: Newbie question. /manager only gives the directory listing

2005-09-18 Thread Peter Johnson
Jimi, try /manager/html PJ [EMAIL PROTECTED] wrote: Hi all, I have been using Tomcat for some time now, but I still feel like a newbie in most regards. At least when it comes to configuring it. Tomcat has been working great, together with Apache 2, for several months now. But now, I find mys

Newbie question. /manager only gives the directory listing

2005-09-18 Thread tomcat
Hi all, I have been using Tomcat for some time now, but I still feel like a newbie in most regards. At least when it comes to configuring it. Tomcat has been working great, together with Apache 2, for several months now. But now, I find myself wanting to use the manager webapp for the first time.

Re: password authentication causes 403 error

2005-09-18 Thread paul
Thanks Bill - that did it! Bill Barker writes: <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi there, I would like to set up my development tomcat-5.0.28 (on port 8080) so that all webapps that are not password protected, to have password authentification. Since it is my de

JSP 2.1 in Tomcat 6?

2005-09-18 Thread Ron Kiat
I understand that Tomcat 5.5 supports JSP 2.0. I heard that JSP 2.1 has a slightly different syntax for the Expression Language, and Java 5 EE is coming. Will the next build of 5.5 suppport JSP 2.1? Or will there be Tomcat 6? Thanks, Ron

Need multiple virtual directories for isapi_redirector

2005-09-18 Thread David Thielen
Hi; If you want to run Tomcat against multiple websites, not just the default website, this is what I have had to do. IS THIS CORRECT?? This is on Windows 2003/IIS 6.0. I removed isapi_redirector.dll from the default web site ISAPI Filters and put it in the parent "Web Sites" IS

Re: different uid per or perhaps something else

2005-09-18 Thread QM
On Sat, Sep 17, 2005 at 03:39:22PM -0700, Alexander Kabanov wrote: : I have a bundle "apache - mod_jk - tomcat" working and virtual hosts : properly configured, : everything is nice, but with a few small issues. In addition to this : configuration - each virtual : host represents different users wh

Re: Cluster and notifications to nodes

2005-09-18 Thread Peter Rossbach
Hey Bradley, a) mark application as priviliged=true b) define and implement your own ClusterMessage c) via MbeansServer you got the Catalina:type=Cluster,host=localhost mbean and send your operation ( send(ClusterMessage)). d) Register a ClusterListener. with 5.5.11 you can con

Re: jconsole & security manager

2005-09-18 Thread Peter Rossbach
You can find detail information here: http://java.sun.com/j2se/1.5.0/docs/api/javax/management/MBeanPermission.html Very simple config example: http://mx4j.sourceforge.net/docs/ch03s10.html Peter Pfingstl Gernot schrieb: I like to monitor my tomcat 5.5 (running on jdk 1.5.0) with jconsole. I