The fix to catalina.bat did the trick, but thanks all the same, Markus
Markus Schönhaber wrote:
>
> alanP wrote:
>
>> On startup, on Win XP, I get this hodge-podge in English and Spanish:
>
> I'm not sure about this but it might help to remove tomcat-i18n
In \bin\catalina.bat, around line 98, where it sets JAVA_OPTS:
set JAVA_OPTS=%JAVA_OPTS% -Djava.util.logging.manager= etc etc
add this to the end of the line:
-Duser.language=en -Duser.country=US
--
View this message in context:
http://www.nabble.com/Tomcat-5.5-in-Spinglish---oh-the-pain-tp
On startup, on Win XP, I get this hodge-podge in English and Spanish:
INFO: Inicializando Coyote HTTP/1.1 en puerto http-8080
30-ene-2008 11:40:12 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1151 ms
30-ene-2008 11:40:12 org.apache.catalina.core.StandardService star