Re: Tomcat 3.3 deployment - last minute problem

2001-12-19 Thread timothy
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

Re: Tomcat 3.3 deployment - last minute problem

2001-12-18 Thread Renato
ed are > src/facade22/org/apache/tomcat/facade/JspInterceptor.java and > src/share/org/apache/jasper/compiler/Compiler.java, if you want to dig > through the code. > - Original Message - > From: "Renato" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>

Re: Tomcat 3.3 deployment - last minute problem

2001-12-18 Thread Bill Barker
sper/compiler/Compiler.java, 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

Re: Tomcat 3.3 deployment - last minute problem

2001-12-18 Thread Renato
Reply-to: "Tomcat Developers List" > From: "Renato" > Date: Fri Dec 14 15:19:28 2001 > To: "Tomcat Developers List" , > Tomcat Developers List , > , > Subject: Re: Tomcat 3.3 deployment - last minute problem > > Hi, > > This is what I'm u

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: áéíóú > > 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 )

Tomcat 3.3 deployment - last minute problem

2001-12-14 Thread Renato
Hi all, I have one last problem that prevents me from upgrading a big user base from Tomcat 3.2.4 to Tomcat 3.3 ( which will be the last nightly build ). *** HTML pages with latin characters don't display correctly on Linux *** ( JSP file with: ) Ex: áéíóú I'm not quite sure if it's a bug o