RE: Compilation errors of Servlet.

2003-06-02 Thread Shapira, Yoav
ium ChemInformatics >-Original Message- >From: Jonathan Michael Nowacki [mailto:[EMAIL PROTECTED] >Sent: Friday, May 30, 2003 8:33 PM >To: Tomcat Users List >Subject: Re: Compilation errors of Servlet. > >I have the full version of tomcat >tomcat4-webapps-4.1.24-full.2jp

Re: Compilation errors of Servlet.

2003-05-31 Thread Jonathan Michael Nowacki
I have the full version of tomcat tomcat4-webapps-4.1.24-full.2jpp tomcat4-4.1.24-full.2jpp tomcat4-admin-webapps-4.1.24-full.2jpp are installed My variables JAVA_HOME=/usr/java/j2sdk1.4.1_02 CATALINA_HOME=/var/tomcat4 I've used - none work CLASSPATH=/usr/java/j2sdk1.4.1_02/lib/ CLASSPATH=/var/t

Re: Compilation errors of Servlet.

2003-05-31 Thread Jason Bainbridge
On Sat, 31 May 2003 07:03, Jonathan Michael Nowacki wrote: > When trying to compile a servlet that works on another installation of > tomcat I get this error. Taking a guess here... Is CATALINA_HOME\common\lib\servlet.jar in your classpath? Have you got the LE lite version of Tomcat or the full

Compilation errors of Servlet.

2003-05-31 Thread Jonathan Michael Nowacki
When trying to compile a servlet that works on another installation of tomcat I get this error. javac MultiServlet.java MultiServlet.java:1: package javax.servlet does not exist import javax.servlet.*; ^ MultiServlet.j