RE: is this a bug ?

2002-10-18 Thread Ricardo de Souza Moura
ot;Tomcat Users List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: RE: is this a bug ? Date: Thu, 17 Oct 2002 13:05:23 -0400 Andy, There are two builds of 4.1.10 as far as I recall - one that is built with JDK 1.4, and one that is not. The one that is built with 1.4 is a 'ligh

RE: is this a bug ?

2002-10-18 Thread Shapira, Yoav
Hi, There should have been a root cause and another stack trace attached to that message... Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Ricardo de Souza Moura [mailto:ricsouzamoura@;hotmail.com] >Sent: Thursday, October 17, 2002 10:15 AM >To: [EMAIL PROTECTED] >Sub

RE: is this a bug ?

2002-10-18 Thread Ricardo de Souza Moura
OTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Subject: RE: is this a bug ? Date: Thu, 17 Oct 2002 10:43:39 -0400 Hi, Kind of a strange error. You're using the JDK (not JRE) right? What version? What

RE: is this a bug ?

2002-10-18 Thread Shapira, Yoav
Hi, >Can I use the jdk1.3.1 with Tomcat4 or not ? Yes. Download the heavier, non -LE-jdk14 version. If you want to use tomcat 4 with JDK 1.4+, download the lighter, -LE-jdk14 version. Yoav Shapira Millennium ChemInformatics This e-mail, including any attachments, is a confidential business co

RE: is this a bug ?

2002-10-18 Thread Ricardo de Souza Moura
But I get this error exactly with this configuration From: "Shapira, Yoav" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Subject: RE: is this a bug ? Date: Thu, 17 Oct 2

RE: is this a bug ?

2002-10-18 Thread Turner, John
L PROTECTED] > Subject: RE: is this a bug ? > > > But I get this error exactly with this configuration > > > > > > > >From: "Shapira, Yoav" <[EMAIL PROTECTED]> > >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>

RE: is this a bug ?

2002-10-18 Thread Bodycombe, Andrew
DK1.3.1 A Question for the tomcat developers... Does this mean that tomcat 4.1.10 requires JDK1.4 to work? Andy -Original Message- From: Ricardo de Souza Moura [mailto:ricsouzamoura@;hotmail.com] Sent: 17 October 2002 16:55 To: [EMAIL PROTECTED] Subject: RE: is this a bug ? I am using jdk

RE: is this a bug ?

2002-10-18 Thread Shapira, Yoav
-- >From: Ricardo de Souza Moura [mailto:ricsouzamoura@;hotmail.com] >Sent: Thursday, October 17, 2002 10:27 AM >To: [EMAIL PROTECTED] >Subject: RE: is this a bug ? > >Yes !!! >this: > >- Root Cause - >java.lang.NoSuchMethodError: java.lang.StringBuffer: method >a

RE: is this a bug ?

2002-10-18 Thread SMcGarrity
--Original Message- From: Bodycombe, Andrew [mailto:andrew.bodycombe@;siemens.com] Sent: Thursday, October 17, 2002 12:28 PM To: 'Tomcat Users List' Subject: RE: is this a bug ? The method 'append(Ljava/lang/StringBuffer;)Ljava/lang/StringBuffer;' was introduced in JDK 1.4

RE: is this a bug ?

2002-10-18 Thread Ricardo de Souza Moura
, Compiled Code) From: "Shapira, Yoav" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Subject: RE: is this a bug ? Date: Thu, 17 Oct 2002 10:18:22 -0400 Hi, There should have been

Re: Is this a bug???

2003-11-19 Thread Christopher Schultz
Gabriel, Hi... I've read all the stuff about repoting bugs, but I still don't want to report this, cause I don't know if this is a bug or not...It is too hard to know... isn't it? Here is the deal... I have clean installation. Every first time, after startup, I try to get to the "tomcat administra

Re: Is this a bug???

2003-11-19 Thread Gabriel Jenik
nfiguration on my PC??? Do you think I should report it as a Bug?? Thanks Gabriel - Original Message - From: "Christopher Schultz" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, November 19, 2003 7:53 PM Subject: Re: Is this a

Re: Is this a bug???

2003-11-20 Thread Rodrigo Ruiz
l Message - From: "Christopher Schultz" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, November 19, 2003 7:53 PM Subject: Re: Is this a bug??? Gabriel, Hi... I've read all the stuff about repoting bugs, but I still d

RE: Is this a bug???

2003-11-20 Thread Shapira, Yoav
nformatics >-Original Message- >From: Rodrigo Ruiz [mailto:[EMAIL PROTECTED] >Sent: Thursday, November 20, 2003 3:33 AM >To: Tomcat Users List >Subject: Re: Is this a bug??? > >Do you have any other tomcat installed on the machine? I sometimes >forget to set the

Re: Is this a bug???

2003-11-20 Thread Gabriel Jenik
Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, November 20, 2003 5:33 AM Subject: Re: Is this a bug??? > Do you have any other tomcat installed on the machine? I sometimes > forget to set the correct value to my CATALINA_HOME / CATALINA_BASE > environment variables ;-P >

RE: Is this a Bug in request.getServletPath() ?

2002-08-29 Thread Shapira, Yoav
Hi, I believe that if you access it via a mapping, that's how you will see its location. So if you go to the real location in the browser, i.e. /Jaxp/JSPTransformExample.jsp, you will get that location instead of the mapped one. In general, you are not guaranteed to have access to the server's m

Re: Is this a Bug in request.getServletPath() ?

2002-08-29 Thread Mark R. Diggory
My problem seems to be that the Servlet API works relative the the Servlets Context and not the actuall servlet. So even getResource / getResourceAsStream resolve relative to the Servlet Context Root and not the Servlet/JSP i.e. application.getResource("") returns resources relative to the Con

Re: Is this a Bug in request.getServletPath() ?

2002-08-29 Thread Craig R. McClanahan
On Thu, 29 Aug 2002, Mark R. Diggory wrote: > Date: Thu, 29 Aug 2002 13:08:38 -0400 > From: Mark R. Diggory <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: Is this a Bug in

Re: Is this a Bug in request.getServletPath() ?

2002-08-29 Thread Mark R. Diggory
Craig R. McClanahan wrote: >You seem to be making an unwarranted assumption, that there *is* such a >thing as a directory for a context. > Not neccessarily unwarranted, It is apparent that there is a JNDI Context available for resources in Tomcat and that the Servlet API specifies that the I

Re: Is this a Bug in request.getServletPath() ?

2002-08-29 Thread Craig R. McClanahan
On Thu, 29 Aug 2002, Mark R. Diggory wrote: > Date: Thu, 29 Aug 2002 15:13:21 -0400 > From: Mark R. Diggory <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: Is this a Bug in reque

Re: Is this a Bug in request.getServletPath() ?

2002-08-29 Thread Mark R. Diggory
Craig R. McClanahan wrote: >On Thu, 29 Aug 2002, Mark R. Diggory wrote: > > > >>Date: Thu, 29 Aug 2002 15:13:21 -0400 >>From: Mark R. Diggory <[EMAIL PROTECTED]> >>Reply-To: Tomcat Users List <[EMAIL PROTECTED]> >>To: Tomcat Users List <

Re: Is this a Bug in request.getServletPath() ?

2002-08-29 Thread Craig R. McClanahan
On Thu, 29 Aug 2002, Mark R. Diggory wrote: > > > >There won't necessarily be a static resource that corresponds to every > >valid servlet mapping. > > > Unfortunately, that is true, that can point at a in a > which is different than the or > in a representing of the particular > JSP/Servl