Servlet Exception - Please Help

2001-08-27 Thread Lawrence, Gareth
Greetings All, Please, please, please help me ;) I've got to show off Servlets/JSP tomorrow at a presentation but I can't get tomcat even to boot the examples!!! If anyone could help me I would really appreciate it. Thanks Gareth. I get the error: A Servlet Exception Has Occurred Exception

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, please help me

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 - Please Help

RE: Servlet Exception - Please Help

2001-08-27 Thread Craig R. McClanahan
-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 c:\jdk1.3.1\bin added to the path, and SET JAVA_HOME=c:\jdk1.3.1 added to my autoexec. I know

RE: Servlet Exception - Please Help

2001-08-27 Thread Lawrence, Gareth
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: Servlet Exception - Please Help Hi Gareth

RE: Servlet Exception - Please Help

2001-08-27 Thread Lawrence, Gareth
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 installed. Craig On Tue, 28 Aug 2001, Lawrence, Gareth wrote

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 your email. I

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,

RE: Servlet Exception - Please Help

2001-08-27 Thread Lawrence, Gareth
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 Can u please send me your tomcat.bat

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
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.