RE: Servlet Exception - Please Help

2001-08-27 Thread Lawrence, Gareth
Greetings All, I installed the release version of Tomcat and it works great. Thanks again to everyone who made suggestions though you guys rock. G.

RE: Servlet Exception - Please Help

2001-08-27 Thread Lawrence, Gareth
Okay, This is what I should have done the first time ;) I was thinking that I may need to add CATALINA_HOME as a variable this file seems to reference it ;) I'll try that and install the release version. Thanks again everybody. G He's my catalina.bat: @echo off rem

RE: Servlet Exception - Please Help

2001-08-27 Thread Lawrence, Gareth
a-Tomcat\bin I included cataline.bat and autoexec.bat (with the classpath). I'm al > -Original Message- > From: Saritha Pula [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 28, 2001 11:38 AM > To: [EMAIL PROTECTED] > Subject: RE: Servlet Exception - Please Help > >

Re: Servlet Exception - Please Help

2001-08-27 Thread Dmitri Colebatch
the key thing is to find the tools.jar file. that error is typically caused by trying to run tomcat on the JRE instead of the JDK. Downlaod the JDK from sun or ibm and have another go - ensuring that JAVA_HOME is set to the install dir of the JDK cheers dim On Tue, 28 Aug 2001, Lawrence, Garet

RE: Servlet Exception - Please Help

2001-08-27 Thread Saritha Pula
Can u please send me your tomcat.bat and classpath you have .. --Saritha -Original Message- From: Lawrence, Gareth [mailto:[EMAIL PROTECTED]] Sent: Monday, August 27, 2001 4:18 PM To: '[EMAIL PROTECTED]' Subject: RE: Servlet Exception - Please Help Hi Saritha, Thanks for you

RE: Servlet Exception - Please Help

2001-08-27 Thread Lawrence, Gareth
August 28, 2001 10:59 AM > To: '[EMAIL PROTECTED]' > Subject: RE: Servlet Exception - Please Help > > > I would try installing it from a ZIP file in the usual way -- it's > possible that the installer did not correctly recognize where > your JDK is > i

RE: Servlet Exception - Please Help

2001-08-27 Thread Lawrence, Gareth
tRunner." Does that mean I can't run them locally by just clicking on execute in the browser? Thanks again, Gareth. > -Original Message- > From: Saritha Pula [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 28, 2001 10:56 AM > To: [EMAIL PROTECTED] > Subject: RE: Se

RE: Servlet Exception - Please Help

2001-08-27 Thread Craig R. McClanahan
ot; <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: RE: Servlet Exception - Please Help > > Hi Craig, > > Thank you greatly for the suggestion, that was my first thought too. I have >

RE: Servlet Exception - Please Help

2001-08-27 Thread Saritha Pula
Hi Gareth Check whether tomcat classpath contains $Java_home\lib\tools.jar Hope this helps .. Thanks SPula -Original Message- From: Lawrence, Gareth [mailto:[EMAIL PROTECTED]] Sent: Monday, August 27, 2001 3:51 PM To: '[EMAIL PROTECTED]' Subject: RE: Servlet Exception - P

RE: Servlet Exception - Please Help

2001-08-27 Thread Lawrence, Gareth
Hi Craig, Thank you greatly for the suggestion, that was my first thought too. I have c:\jdk1.3.1\bin added to the path, and SET JAVA_HOME=c:\jdk1.3.1 added to my autoexec. I know these work because I can access javac/java from anyplace. I have also added the servlet.jar to c:\jdk1.3.1\jre\lib\

Re: Servlet Exception - Please Help

2001-08-27 Thread Craig R. McClanahan
On Tue, 28 Aug 2001, Lawrence, Gareth wrote: > Date: Tue, 28 Aug 2001 10:31:33 +1200 > From: "Lawrence, Gareth" <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: Servlet Exception - Please Help > > Greetings All, > > Please, please, ple