Exception when executing JSP

2002-04-16 Thread Darsey, Charlie
I cannot get any jsp pages to execute on my Sun server. SunOS 5.8, jre 1.3.1. I've tried both jakarta-tomcat-3.2.2 and jakarta-tomcat-4.0.3 and I keep ketting the mesage below: What's the scoop? It works fine on my win2k box. Internal Servlet Error: javax.servlet.ServletException:

Re: Exception when executing JSP

2002-04-16 Thread Ken Anderson
You need jsdk. jre will not compile anything. Ken Darsey, Charlie wrote: I cannot get any jsp pages to execute on my Sun server. SunOS 5.8, jre 1.3.1. I've tried both jakarta-tomcat-3.2.2 and jakarta-tomcat-4.0.3 and I keep ketting the mesage below: What's the scoop? It works fine on my

RE: Exception when executing JSP

2002-04-16 Thread Reynir Hübner
put tools.jar in your classpath (from the jdk. dist.). hope it helps -reynir -Original Message- From: Darsey, Charlie [mailto:[EMAIL PROTECTED]] Sent: 16. apríl 2002 17:56 To: '[EMAIL PROTECTED]' Subject: Exception when executing JSP I cannot get any jsp pages to execute on my Sun

RE: Exception when executing JSP

2002-04-16 Thread Darsey, Charlie
: Exception when executing JSP You need jsdk. jre will not compile anything. Ken Darsey, Charlie wrote: I cannot get any jsp pages to execute on my Sun server. SunOS 5.8, jre 1.3.1. I've tried both jakarta-tomcat-3.2.2 and jakarta-tomcat-4.0.3 and I keep ketting the mesage below