[Ilugc] tomcat & jsp

  • From: bhuvaneswaran@xxxxxxxxx (Bhuvaneswaran A)
  • Date: Wed Nov 24 21:27:04 2004

Hi,

I am using tomcat 3.3.1, jsdk 1.4.1 on rh7.3.
I have installed the binary under my home dir. I have set the
necessary environment variables. It includes JAVA_HOME, CLASSPATH,
PATH & TOMCAT_PATH.  I am able to run the servlets (shipped with
tomcat) successfully.

But, the problem is, i am unable to run jsp pages. When i try to run
the test script (shipped with tomcat), it is reporting 'error 500,
internal servlet error' as follows:

<error>
Error: 500
Location: /admin/test/test.jsp
Internal Servlet Error:

org.apache.jasper.JasperException: Unable to compile 
        at org.apache.tomcat.facade.JasperLiaison.javac(JspInterceptor.java:898)
        at 
org.apache.tomcat.facade.JasperLiaison.processJspFile(JspInterceptor.java:733)
        at 
org.apache.tomcat.facade.JspInterceptor.requestMap(JspInterceptor.java:506)
        at 
org.apache.tomcat.core.ContextManager.processRequest(ContextManager.java:968)
        at 
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:875)
        at 
org.apache.tomcat.core.ContextManager.service(ContextManager.java:833)
        at 
org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Http10Interceptor.java:176)
        at 
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:494)
        at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:516)
        at java.lang.Thread.run(Unknown Source)
</error>

I have referred the following faq, but it doesn't help much:
http://jakarta.apache.org/tomcat/faq/misc.html#compile

Could you please let me know what i am doing wrong here ? 
A link would be suffice. 
TIA.

-- 
Regards,
A.Bhuvaneswaran

Other related posts: