> Yes, your asumptsion is right. I had apache before hooked to Tomcat.
> Now the application is running with Tomcat 4.1.24 on its own.
> The OS is linux, SUSE distro.
> The character encoding it should be the default one I haven't specified 
> any. So it should be (iso-8859-1) ?
> 
>     Thanks
> 
>             Manuel
> 

I've always used apache + tomcat and needed to add this
to CATALINA_OPTS variable when executing tomcat so that it
can display characters with tilde properly:

CATALINA_OPTS="-Dfile.encoding=ISO8859_15"

I use ISO8859_15 both in tomcat and in my database because it also 
supports euro character.

Sergio.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to