RE: servlet.jar and 3.3

2002-02-08 Thread Mario Felarca
At 03:53 PM 02/08/2002 -0500, Larry Isaacs wrote: >Hi Mario, > >At this point my "help" may be in the form of a sequence >of possibly worthless guesses. Since it is a pain for me >to try to keep up with tomcat-user from home over the >weekend, reply directly to me if need an answer during >this t

RE: servlet.jar and 3.3

2002-02-08 Thread Larry Isaacs
do *something*, event if it is wrong. Larry > -Original Message- > From: Mario Felarca [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 08, 2002 2:39 PM > To: Tomcat Users List > Subject: RE: servlet.jar and 3.3 > > > At 12:36 PM 02/08/2002 -0500, you wrote

RE: servlet.jar and 3.3

2002-02-08 Thread Mario Felarca
At 12:36 PM 02/08/2002 -0500, you wrote: >Sorry. I'm having trouble connecting yesterday to today. Not a problem. I know the feeling. :) >Next, I think I would need to see the startup log output and >the full stack trace of the error to make further guesses. Here is my stderr.log. There is abs

RE: servlet.jar and 3.3

2002-02-08 Thread Larry Isaacs
iday, February 08, 2002 12:29 PM > To: Tomcat Users List > Subject: RE: servlet.jar and 3.3 > > > At 09:04 AM 02/08/2002 -0500, you wrote: > >I believe that org.apache.tomcat.startup.Main now requires > >a task to be specified. It no longer defaults to starting. >

RE: servlet.jar and 3.3

2002-02-08 Thread Mario Felarca
At 09:04 AM 02/08/2002 -0500, you wrote: >I believe that org.apache.tomcat.startup.Main now requires >a task to be specified. It no longer defaults to starting. >Include "start" or "-start" (without quotes) as an argument >to the Main class. Thanks for the idea, unfortunately I still see the sam

RE: servlet.jar and 3.3

2002-02-08 Thread Larry Isaacs
a [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 07, 2002 5:48 PM > To: Tomcat Users List > Subject: RE: servlet.jar and 3.3 > > > At 05:36 PM 02/07/2002 -0500, you wrote: > >I haven't used JavaService.exe. What are the other "java startup" > >argum

RE: servlet.jar and 3.3

2002-02-07 Thread Mario Felarca
At 05:36 PM 02/07/2002 -0500, you wrote: >I haven't used JavaService.exe. What are the other "java startup" >arguments and parameters being specified. Having just >tomcat.jar for the classpath should be fine. The other parameters relevant to tomcat are: -Dtomcat.home, the value is the Tomcat d

RE: servlet.jar and 3.3

2002-02-07 Thread Larry Isaacs
rsday, February 07, 2002 5:07 PM > To: Tomcat Users List > Subject: RE: servlet.jar and 3.3 > > > At 04:38 PM 02/07/2002 -0500, you wrote: > >I can't make much of a guess yet. Can you be more > >specific about what "can't seem to see the servlet.jar&qu

RE: servlet.jar and 3.3

2002-02-07 Thread Mario Felarca
At 04:38 PM 02/07/2002 -0500, you wrote: >I can't make much of a guess yet. Can you be more >specific about what "can't seem to see the servlet.jar" means. >Having an old servlet.jar or j2ee.jar in your jre/lib/ext >directory can cause problems, but I can't tell if that >would apply in your case.

RE: servlet.jar and 3.3

2002-02-07 Thread Larry Isaacs
I can't make much of a guess yet. Can you be more specific about what "can't seem to see the servlet.jar" means. Having an old servlet.jar or j2ee.jar in your jre/lib/ext directory can cause problems, but I can't tell if that would apply in your case. Cheers, Larry > -Original Message-

Re: servlet.jar and 3.3

2002-02-07 Thread Mario Felarca
At 03:45 PM 02/07/2002 -0500, you wrote: >Mario, > > I had sort of the same problem yesterday. Make sure your CLASSPATH > is set correctly. > >For linux I put the CLASSPATH in /etc/profile and exported it and > everything "lit" up. >I am not sure about windows??? I thought for Tomc

Re: servlet.jar and 3.3

2002-02-07 Thread chad kellerman
Mario, I had sort of the same problem yesterday. Make sure your CLASSPATH is set correctly. For linux I put the CLASSPATH in /etc/profile and exported it and everything "lit" up. I am not sure about windows??? Chad On Thu, 07 Feb 2002 14:44:55 -0600 Mario Felarca <[EMAIL PROTECTED

Re: servlet.jar

2001-09-07 Thread Vijaya Kumar
You need to place the servlet.jar file in your classpath. The files placing inside tomcat will be refered only durin the runtime of the server. For compilation, you need to set the classpath variable to include servlet.jar In windows, you may use set classpath = %classpath%;{TOMCAT_HOME}

RE: servlet.jar

2001-09-07 Thread Ryan Ford
LOL Somehow my classpath got aced, and when i finally added a path to the servlet.jar file(using the directory didnt work =P) my servlet compiled.. Thanks for your time :) -Original Message- From: Ryan Ford [mailto:[EMAIL PROTECTED]] Sent: Friday, September 07, 2001 2:39 PM To: Tomcat-U