I use Jetty. java -Xmx256M -Xms128M -Xss128K -Dfile.encoding=UTF-8 -jar start.jar etc/jetty.xml Then it works fine. teru ----- Original Message ----- From: "Jorg Heymans" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 06, 2004 2:34 AM Subject: Re: [OS-X] Serious Encoding Problems (VM Bug?)
> are you sure these java options are actually used when your servlet > container starts up? Do an echo $JAVA_OPTIONS just before the statement > you think gets exec'ed to start the container. > > Alexander Schatten wrote: > > > Alexander Schatten wrote: > > > >> > >> JAVA_OPTIONS='-Dfile.encoding=iso-8859-1' > >> > > I read the Sun documentation now, and extended this to: > > > > -Dfile.encoding=iso-8859-1 -Duser.language=de -Duser.country=DE > > -Duser.variant=MAC > > > > > > additionally, > > > > -- the LANG=de_DE.iso-8859-1 > > -- the two encoding init params in web.xml are iso-8859-1 > > > > > > It still does not work to send and retrieve german umlauts from Cocoon > > to mysql... (mentioned again: the same cocoon webapp works without > > problems on an english RedHat 9 server) > > > > > > now I really have no more ideas... > > > > > > please, any other comments? > > > > > > thanks > > > > > > Alex > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
