Re: Tomcat 3.3 deployment - last minute problem

2001-12-19 Thread timothy
Message - From: Renato [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 6:27 PM Subject: Re: Tomcat 3.3 deployment - last minute problem Hi all, I'm investigating this problem and may found something. The html that is pushed to my browser

Re: Tomcat 3.3 deployment - last minute problem

2001-12-18 Thread Bill Barker
to dig through the code. - Original Message - From: Renato [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 6:27 PM Subject: Re: Tomcat 3.3 deployment - last minute problem Hi all, I'm investigating this problem and may found something

Re: Tomcat 3.3 deployment - last minute problem

2001-12-18 Thread Renato
, if you want to dig through the code. - Original Message - From: Renato [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 6:27 PM Subject: Re: Tomcat 3.3 deployment - last minute problem Hi all, I'm investigating this problem and may

Re: Tomcat 3.3 deployment - last minute problem

2001-12-14 Thread Renato
Hi, This is what I'm using: %@ page contentType=text/html; charset=ISO-8859-1 % I saw the servlet generated in the work directory and it actually write the response.setContentType(text/html;charset=ISO-8859-1) ( default type in server.xml is set to ISO-8859-1 too ) How can I know the

Re: Tomcat 3.3 deployment - last minute problem

2001-12-14 Thread costinm
On Fri, 14 Dec 2001, Renato wrote: *** HTML pages with latin characters don't display correctly on Linux *** ( JSP file with: ) Ex: páéíóú/p It's maybe a problem with the locale variables on my Linux, which I don't quite understand ( tried LC_ALL, LANG, LC_CTYPE and it didn't work ) or