URGENT.. org.apache.jasper.JasperException: Unable to compile class for JSP

2002-12-18 Thread runu rathi
Hi, I am having trouble running a simple application which uses JSP and Beans. The error shown is "org.apache.jasper.JasperException: Unable to compile class for JSP". The same application runs perfectly at another place with exactly the same version of Tomcat.. Please see below for the exact e

Re: URGENT.. org.apache.jasper.JasperException: Unable to compile class for JSP

2002-12-19 Thread Holger Klawitter
> The same application runs perfectly at another place > with exactly the same version of Tomcat.. > 4.1\work\Standalone\localhost\gradsurvey\jsp\survey\student_survey_jsp.java >:7: '.' expected > import SurveyBean; > ^ You probably have different Java VMs on each machine. AFAI

Re: URGENT.. org.apache.jasper.JasperException: Unable to compile class for JSP

2002-12-19 Thread runu rathi
Thanks Holger, It did work when I changed the JVM. Now, I have Tomcat 4.1.12 and JDK1.3.1. I want to run Tomcat continuously on Win2k even wen I log off..Please guide me.. Thanks Runu __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sig

Re: URGENT.. org.apache.jasper.JasperException: Unable to compile class for JSP

2002-12-19 Thread Jacob Kjome
See http://www.mattkelli.com/tech/tomcat/ntservice.htm Jake At 09:59 PM 12/19/2002 -0800, you wrote: Thanks Holger, It did work when I changed the JVM. Now, I have Tomcat 4.1.12 and JDK1.3.1. I want to run Tomcat continuously on Win2k even wen I log off..Please guide me.. Thanks Runu __

Re: URGENT.. org.apache.jasper.JasperException: Unable to compile class for JSP

2002-12-20 Thread runu rathi
Hi Jacob, I tried to set environment variables and run the commands as shown on the link you sent. My CATALINA_HOME was earlier set to C:\Program Files\Apache Group\Tomcat 4.1\ and so I made the new variable as C:\jakarta-tomcat-4.1.12;C:\Program Files\Apache Group\Tomcat 4.1\ On a new window I