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:
> >
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
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
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
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,
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
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
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
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.
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
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
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
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
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
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
15 matches
Mail list logo