RE: tomcat doesn´t show latin characters when i start the system

2002-12-06 Thread Jean-Francois Mach
Sounds like an environment problem. You might want to check the LANG environment variable. Usually when you start the program manually, LANG is set in your shell, but not when you start it from cron or when your server boots up (I had a similar problem and setting LANG solved the problem). Try to

RE: tomcat doesn´t show latin characters when i start the system

2002-12-06 Thread Jean-Francois Mach
doesn´t show latin characters when i start the system can you say me how and in which file can i make it? thanks for your answer - Original Message - From: Jean-Francois Mach [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, December 06, 2002 12:19 PM

Appending an argument based on the virtual host

2001-03-19 Thread Jean-Francois Mach
Hello all, I'm trying to append an argument based on the virtual host the request is made to but I have no clue how to do this. For instance if I call www.mysite.com/app nothing is appended but if I call host1.mysite.com/app the argument "?host1=1" is appended. Thanks :) - Jeff