Re: A problem with tomcat 6.0.18

2009-03-28 Thread Paulo Vitor
the stack trace is: java.lang.IllegalArgumentException: Cannot convert 20 of type class java.lang.Integer to class java.lang.Number org.apache.el.lang.ELSupport.coerceToNumber(ELSupport.java:252) org.apache.el.lang.ELSupport.coerceToNumber(ELSupport.java:265) org.apache.el.

HTTP Status 500 The server encountered an internal error () that prevented it from fulfilling this request

2009-03-28 Thread Tomas Rodriguez
Thanks Charles. I have been following you , I created all file and directory step by step, but I don't know what is the context for my new file web.xml, however I wrote this context inside it. -- http://java.sun.com/xml/ns/j2ee"; xmlns:

Re: A problem with tomcat 6.0.18

2009-03-28 Thread Pid
Paulo Vitor wrote: > the stack trace is: > > java.lang.IllegalArgumentException: Cannot convert 20 of type class > java.lang.Integer to class java.lang.Number > org.apache.el.lang.ELSupport.coerceToNumber(ELSupport.java:252) > org.apache.el.lang.ELSupport.coerceToNumber(ELSupport.java:

RE: A problem with tomcat 6.0.18

2009-03-28 Thread Caldarale, Charles R
> From: Paulo Vitor [mailto:foxpv...@gmail.com] > Subject: Re: A problem with tomcat 6.0.18 > > the stack trace is: > > java.lang.IllegalArgumentException: Cannot convert 20 of type class > java.lang.Integer to class java.lang.Number > org.apache.el.lang.ELSupport.coerceToNumber(ELSupport.j

RE: HTTP Status 500 The server encountered an internal error () that prevented it from fulfilling this request

2009-03-28 Thread Caldarale, Charles R
> From: Tomas Rodriguez [mailto:admhards...@yahoo.ca] > Subject: HTTP Status 500 The server encountered an internal error () > that prevented it from fulfilling this request > > I don't know what is the context for my new file web.xml Simple webapps may not need a WEB-INF/web.xml at all. > I wro

Re: Regarding - Google Summer of Code Project - to Mark Thomas

2009-03-28 Thread Mark Thomas
Vinod Kumar Badhavat wrote: > opportunity - hence would like to apply for this project which involves > exploring complete Apache Tomcat project and changing the code to have > required thing implemented. Then please read the main source of information: http://wiki.apache.org/general/SummerOfCode2

Re: Regarding - Google Summer of Code Project - to Mark Thomas

2009-03-28 Thread Vinod Kumar Badhavat
right now i'm very busy with my academics(this continues till april 24th) so its not at all possible to explore Tomcat and then try to develop a patch for any bug. But i'm very much confident that i'm capable of doing job. thank you Vinod. On Sat, Mar 28, 2009 at 11:43 PM, Mark Thomas wrote: >

Re: A problem with tomcat 6.0.18

2009-03-28 Thread Paulo Vitor
Ok, here is the test case! Remember, on tomcat 6.0.18! http://rapidshare.com/files/214651452/dldNew.war.html On Sat, Mar 28, 2009 at 12:56 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Paulo Vitor [mailto:foxpv...@gmail.com] > > Subject: Re: A problem with tomcat 6.0.18

RE: A problem with tomcat 6.0.18

2009-03-28 Thread Caldarale, Charles R
> From: Paulo Vitor [mailto:foxpv...@gmail.com] > Subject: Re: A problem with tomcat 6.0.18 > > Ok, here is the test case! Remember, on tomcat 6.0.18! > http://rapidshare.com/files/214651452/dldNew.war.html This is the result of running your .war with the modified org.apache.el.lang.ELSupport cl

Re: HTTP Status 500 The server encountered an internal error () that prevented it from fulfilling this request

2009-03-28 Thread Tomas Rodriguez
That's very odd - never seen it before. Your Tomcat installation may be damaged, or you may have added extra classes that you shouldn't have to your webapp. Refresh our memories: I put inside of the directory example/jsp my pagejava1jsp and I loaded with IE at the http://127.0.0.1:8080/exam

Installaing tomcat on windows xp

2009-03-28 Thread Dharani
I need to know how to set JAVA_OPTS and CATLINA_OPTS in Windows XP

Re: A problem with tomcat 6.0.18

2009-03-28 Thread Paulo Vitor
exactly, so, wich change you make in this class? where I get this class?thanks a lot! On Sat, Mar 28, 2009 at 4:18 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Paulo Vitor [mailto:foxpv...@gmail.com] > > Subject: Re: A problem with tomcat 6.0.18 > > > > Ok, here is the

RE: A problem with tomcat 6.0.18

2009-03-28 Thread Caldarale, Charles R
> From: Paulo Vitor [mailto:foxpv...@gmail.com] > Subject: Re: A problem with tomcat 6.0.18 > > wich change you make in this class? where I get this > class? I already e-mailed the updated source and class file to you privately, about 5.5 hours ago. (The Tomcat mailing list filters out most att

Re: A problem with tomcat 6.0.18

2009-03-28 Thread Paulo Vitor
O sorry, I get the class in the source of tomcat, so which modifications I have to do in this class? On Sat, Mar 28, 2009 at 4:18 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Paulo Vitor [mailto:foxpv...@gmail.com] > > Subject: Re: A problem with tomcat 6.0.18 > > > > O

RE: Installaing tomcat on windows xp

2009-03-28 Thread Caldarale, Charles R
> From: Dharani [mailto:vishgnanik...@gmail.com] > Subject: Installaing tomcat on windows xp > > I need to know how to set JAVA_OPTS and CATLINA_OPTS in Windows XP Is this a trick question? Have you tried the SET command? http://www.catb.org/~esr/faqs/smart-questions.html - Chuck THIS COMMU

Re: A problem with tomcat 6.0.18

2009-03-28 Thread Paulo Vitor
Oh realy, sorry, I put the class in endorsed paste of tomcat and every thing works fine!! thanks for the help! On Sat, Mar 28, 2009 at 6:30 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Paulo Vitor [mailto:foxpv...@gmail.com] > > Subject: Re: A problem with tomcat 6.0.1

Re: Installaing tomcat on windows xp

2009-03-28 Thread Dharani
No.I didn't I came across a problem when importing some files. I have attached the error here. I was advised to change the JAVA_OPTS and CATLINA_OPTS. On Sat, Mar 28, 2009 at 1:32 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Dharani [mailto:vishgnanik...@gmail.

RE: A problem with tomcat 6.0.18

2009-03-28 Thread Caldarale, Charles R
> From: Paulo Vitor [mailto:foxpv...@gmail.com] > Subject: Re: A problem with tomcat 6.0.18 > > so which modifications I have to do in this class? I sent you the updated source and class file at 15:55 GMT; did you get it? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PR

RE: Installaing tomcat on windows xp

2009-03-28 Thread Caldarale, Charles R
> From: Dharani [mailto:vishgnanik...@gmail.com] > Subject: Re: Installaing tomcat on windows xp > > I came across a problem when importing some files. I have attached the > error here. I was advised to change the JAVA_OPTS and CATLINA_OPTS. Read this, then ask your question in a way that will al

[OT] Re: SEVERE: Null component Catalina:type=DataSource

2009-03-28 Thread André Warnier
Caldarale, Charles R wrote: ... A week in Amsterdam, and... How much have you guys been drinking? :-) Actually, not a lot. They seem to be a pretty sober lot. I'm talking about the participants to the ApacheCON. The Scottish football supporters who started arriving on Thursday night, that's

Re: A problem with tomcat 6.0.18

2009-03-28 Thread Paulo Vitor
I dont receive this update! I only received the email at 12:55 On Sat, Mar 28, 2009 at 6:42 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Paulo Vitor [mailto:foxpv...@gmail.com] > > Subject: Re: A problem with tomcat 6.0.18 > > > > so which modifications I have to do in

Re: tomcat connect 1.2.28 compatability

2009-03-28 Thread Bill Barker
Yes, it is backwards compatible with all TC versions as far back as 3.3.x. "Eddie Yee" wrote in message news:blu149-w24ea136d1830a46009d015de...@phx.gbl... Hi I'm running Tomcat 5.5.25 (eventually I'll be upgrading to the latest, but due to my development team, I won't be able to quickly).

RE: A problem with tomcat 6.0.18

2009-03-28 Thread Caldarale, Charles R
> From: Paulo Vitor [mailto:foxpv...@gmail.com] > Subject: Re: A problem with tomcat 6.0.18 > > I dont receive this update! I only received the email at 12:55 Please convert times to UTC/GMT, since neither of us know the other's time zone. I only sent you one private e-mail with attachments; the

Re: A problem with tomcat 6.0.18

2009-03-28 Thread Paulo Vitor
yeah, now everything works fine! But your only change been remove the method: final coerceToNumber(final Number number, final Class type); ? On Sat, Mar 28, 2009 at 7:42 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Paulo Vitor [mailto:foxpv...@gmail.com] > > Subject: R

RE: A problem with tomcat 6.0.18

2009-03-28 Thread Caldarale, Charles R
> From: Paulo Vitor [mailto:foxpv...@gmail.com] > Subject: Re: A problem with tomcat 6.0.18 > > yeah, now everything works fine! But your only change been remove the > method: final coerceToNumber(final Number number, final Class type); ? And change the line that called it. Do a diff to see the

Re: A problem with tomcat 6.0.18

2009-03-28 Thread Paulo Vitor
OK! thanks a lot!!! On Sat, Mar 28, 2009 at 8:36 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Paulo Vitor [mailto:foxpv...@gmail.com] > > Subject: Re: A problem with tomcat 6.0.18 > > > > yeah, now everything works fine! But your only change been remove the > > method:

RE: A problem with tomcat 6.0.18

2009-03-28 Thread Martin Gainty
same here asdadassd Martin-- __ Disclaimer and confidentiality note This message is confidential and may be privileged. If you are not the intended recipient, we kindly ask you to please inform the sender. Any unauthorised dissemination or copying