Re: can run tomcat on linux & servlets but not jsp's

2001-07-11 Thread Boris Niyazov
You should not put your webapps classes in the system classpath. Tomcat startup script builds classpath dynamically based on content of $TOMCAT_HOME/lib, etc. Unset you CLASSPATH and try to start tomcat. Should help. - Boris > >Hi: > >I am trying to run

RE: can run tomcat on linux & servlets but not jsp's

2001-07-11 Thread James Radvan
ginal Message- From: Artigas, Ricardo Y. [mailto:[EMAIL PROTECTED]] Sent: 11 July 2001 01:53 To: [EMAIL PROTECTED] Subject: RE: can run tomcat on linux & servlets but not jsp's If I'm not mistaken, I believe you need the jdk installed no

RE: can run tomcat on linux & servlets but not jsp's

2001-07-10 Thread Artigas, Ricardo Y.
OTECTED]] > Sent: Wednesday, July 11, 2001 9:02 AM > To: [EMAIL PROTECTED] > Subject: can run tomcat on linux & servlets but not jsp's > > Hi: > > I am trying to run Tomcat on Linux 2.2. I have been able to run Tomcat > with > JRE1.2, but not

can run tomcat on linux & servlets but not jsp's

2001-07-10 Thread DA Schaupner
Hi: I am trying to run Tomcat on Linux 2.2. I have been able to run Tomcat with JRE1.2, but not been able to run any of the example jsp's (i have been able to run the servlets). I think i've set the CLASSPATH properly (TOMCAT_HOME/webapps/example/WEB-INF/classes, TOMCAT_HOME/src). Again, no g