Re: Deploying unpacked war file

2006-01-07 Thread Mauro Bertapelle
Charl, look for the unpackWar attribute of the standard context container. Mauro -- Charl Gerber wrote: Sry, I want to deploy a .war without letting Tomcat unpack it. --- "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: From: Charl Gerber [mailto:[EMAIL PROTECTED] Subject: Deploying

Re: How to set a charset

2006-01-07 Thread Mauro Bertapelle
Stephen, assuming you are running Tomcat in a unix/linux environment, try to set the locale environment in the shell script that start tomcat. Something like this: LC_CTYPE=en_GB.UTF-8 Mauro -- Stephen Caine wrote: My problem is that I need for my browser to display characters using the U

tomcat 5.8.0 - weird response on HTTP OPTIONS method

2006-01-06 Thread Mauro Bertapelle
Is it correct that coyote reply with the home page contents on an HTTP OPTIONS method request ? Client request: OPTIONS / HTTP/1.1\r\n Request Method: OPTIONS Request URI: / Request Version: HTTP/1.1 Translate: f\r\n User-Agent: Microsoft Data Access Internet Publishing Provider Prot