RE: ServletException: Servlet.init()

2003-01-14 Thread Denise Mangano
I had run into a similar error message some time back... I use Tomcat 4.1.17, but I had to add jasper-compiler.jar and jasper-runtime.jar to my classpath... HTH Denise Mangano Help Desk Analyst Complus Data Innovations, Inc. -Original Message- From: Al Cam [mailto:[EMAIL PROTECTED]]

RE: ServletException: Servlet.init()

2003-01-14 Thread Scott Purcell
It looks like it cannot find the following: root cause java.lang.NoClassDefFoundError: org/apache/jasper/compiler/JspRuntimeContext at org.apache.jasper.servlet.JspServlet.init(JspServlet.java, Compiled Code) Which tell me it cannot find a certain class I think Denise is right, I

RE: ServletException: Servlet.init()

2003-01-14 Thread Al Cam
Ok, thanks, I added the $CATALINA_HOME/common/lib to the CLASSPATH, but now I have the next error: org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1 in the jsp file: null Generated servlet error: [javac] Compiling 1 source file [javac]

RE: ServletException: Servlet.init()

2003-01-14 Thread Scott Purcell
. Let us know Scott -Original Message- From: Al Cam [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 9:13 AM To: [EMAIL PROTECTED] Subject: RE: ServletException: Servlet.init() Ok, thanks, I added the $CATALINA_HOME/common/lib to the CLASSPATH, but now I have the next error

RE: ServletException: Servlet.init()

2003-01-14 Thread Denise Mangano
To: [EMAIL PROTECTED] Subject: RE: ServletException: Servlet.init() Ok, thanks, I added the $CATALINA_HOME/common/lib to the CLASSPATH, but now I have the next error: org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1 in the jsp file: null

RE: ServletException: Servlet.init()

2003-01-14 Thread Denise Mangano
Users List' Subject: RE: ServletException: Servlet.init() Do you have JDK installed on your machine? Also, do you have $JAVA_HOME defined and exported in your classpath? Denise Mangano Help Desk Analyst Complus Data Innovations, Inc. -Original Message- From: Al Cam

RE: ServletException: Servlet.init()

2003-01-14 Thread Al Cam
Ok, I installed Tomcat 4.0.6 instead of 4.1.18 and worked fine. Thanks again for your time. From: Scott Purcell [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: ServletException: Servlet.init() Date: Tue, 14 Jan 2003 09:43:27