[Bug 153672] Re: tomcat not setting correct locales for jvm when started at boot time

2008-04-22 Thread William Grant
** CVE removed: http://www.cve.mitre.org/cgi- bin/cvename.cgi?name=2007-5342 ** CVE removed: http://www.cve.mitre.org/cgi- bin/cvename.cgi?name=2007-5461 -- tomcat not setting correct locales for jvm when started at boot time https://bugs.launchpad.net/bugs/153672 You received this bug notificat

[Bug 153672] Re: tomcat not setting correct locales for jvm when started at boot time

2008-01-03 Thread Launchpad Bug Tracker
This bug was fixed in the package tomcat5.5 - 5.5.25-5ubuntu1 --- tomcat5.5 (5.5.25-5ubuntu1) hardy; urgency=low * Merge from Debian unstable (LP: #153672, LP: #159661, LP: #161882, LP: #173692, LP: #179491), remaining changes: - debian/control: Change the Maintainer address

[Bug 153672] Re: tomcat not setting correct locales for jvm when started at boot time

2008-01-03 Thread mlind
Fixed in Debian unstable. ** Changed in: tomcat5.5 (Ubuntu) Status: Incomplete => Fix Committed -- tomcat not setting correct locales for jvm when started at boot time https://bugs.launchpad.net/bugs/153672 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 153672] Re: tomcat not setting correct locales for jvm when started at boot time

2008-01-02 Thread oxi
Yes! That does the trick!!! Thank you very much! :))) -- tomcat not setting correct locales for jvm when started at boot time https://bugs.launchpad.net/bugs/153672 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs ma

[Bug 153672] Re: tomcat not setting correct locales for jvm when started at boot time

2007-12-30 Thread mlind
Hi, do you still have this problem? You could try adding: if [ -r /etc/default/locale ]; then . /etc/default/locale export LANG fi in the tomcat5.5 initscript (/etc/init.d/tomcat5.5) somewhere in the beginning where other variables are initialized. ** Changed in: tomcat5.5 (Ubunt

[Bug 153672] Re: tomcat not setting correct locales for jvm when started at boot time

2007-11-08 Thread oxi
Wow, so many days have passed and nobody helps... what's wrong? In Gentoo bugzilla I used to get an answer by the day... -- tomcat not setting correct locales for jvm when started at boot time https://bugs.launchpad.net/bugs/153672 You received this bug notification because you are a member of Ub

[Bug 153672] Re: tomcat not setting correct locales for jvm when started at boot time

2007-10-17 Thread oxi
Ow, didn't work... well, i'm all left on your hands Thanks in advance -- tomcat not setting correct locales for jvm when started at boot time https://bugs.launchpad.net/bugs/153672 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu.

[Bug 153672] Re: tomcat not setting correct locales for jvm when started at boot time

2007-10-17 Thread oxi
oh I see... this is caused by sh not having the source command, which is hashed... Changing the first line of the init script: #!/bin/sh for #!/bin/bash solves the problem. However I don't know whether doing this is correct or even polite... I'm going to try this again and see if it works. Be ba

[Bug 153672] Re: tomcat not setting correct locales for jvm when started at boot time

2007-10-17 Thread oxi
Ouch. etc/rc2.d/S90tomcat5.5: 29: source: not found How would one read the variables of /etc/default/locale into the script without having to parse the file? :? Help please! Thanks -- tomcat not setting correct locales for jvm when started at boot time https://bugs.launchpad.net/bugs/153672 Y