RE: suddenly I cannot run servlets anymore

2007-08-13 Thread Caldarale, Charles R
> From: Tuomas [mailto:[EMAIL PROTECTED] > Subject: RE: suddenly I cannot run servlets anymore > > I got my copy from > http://tomcat.apache.org/download-55.cgi. That's the proper place. > Can file permissions play a role here? Yes. > Should *.class file be exe

RE: suddenly I cannot run servlets anymore

2007-08-13 Thread Tuomas
> Get rid of the CLASSPATH variable - it shouldn't be > used. (For that > matter, it never should have been invented.) > > Are you using a real Tomcat download, or some > 3rd-party repackeged mess? I got my copy from http://tomcat.apache.org/download-55.cgi. I shut down the computer, then turne

RE: suddenly I cannot run servlets anymore

2007-08-13 Thread Caldarale, Charles R
> From: Tuomas [mailto:[EMAIL PROTECTED] > Subject: suddenly I cannot run servlets anymore > > $ echo $CLASSPATH > /usr/local/bin/tomcat/common/lib/jsp-api.jar:/usr/local/bin/to > mcat/common/lib/servlet-api.jar:/home/tuope/src/web/servlets:. Get rid of the CLASSPATH variable

suddenly I cannot run servlets anymore

2007-08-13 Thread Tuomas
Hi! With the advice I got from , I successfully installed Tomcat 5.5 on my computer (Ubuntu 7.04). I verified that I can a) start the server, b) access my own HTML and JSP pages, and c) compile and run simple servlets. I created