You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ashutosh Sharma <As...@tavant.com> on 2003/05/08 06:59:31 UTC

RE: unable to run JSPs in tomcat 4.1.24

Hi Mr. Ralph,
Thanks ur solution worked. Actually i had installed jdk1.3 much before than
tomcat. LAter i took servlet.jar for servlet2.2 specification from Sun and
put it under jre/lib/ext directory. Becoz of my old classpath setting-it was
picking up this old servlet.jar not the one in common/lib of tomcat
installation. 
Later i copied the servlet.jar from tomcat to this location and everythig
seems to be workign fine. 

-----Original Message-----
From: Ashutosh Sharma [mailto:Ashutosh.Sharma@tavant.com]
Sent: Tuesday, April 29, 2003 3:59 PM
To: Tomcat Users List
Subject: RE: unable to run JSPs in tomcat 4.1.24


Hi Ralph,
>From where i should take the new .jars and put it where in the tomcat?

-----Original Message-----
From: Ralph Einfeldt [mailto:ralph.einfeldt@uptime-isc.de]
Sent: Tuesday, April 29, 2003 3:42 PM
To: Tomcat Users List
Subject: RE: unable to run JSPs in tomcat 4.1.24


This is an indicator for the existence of an older servlet.jar 
or j2ee.jar somewhere in the classpath.

> -----Original Message-----
> From: Ashutosh Sharma [mailto:Ashutosh.Sharma@tavant.com]
> Sent: Tuesday, April 29, 2003 11:48 AM
> To: tomcat-user@jakarta.apache.org
> Subject: unable to run JSPs in tomcat 4.1.24
> 
> 
> I have windows 2000 professional with jdk1.3.1_02 installed 
> on the m/c. On > my system servlets are running fine but i JSPs 
> are not at al executing i am getting this error message
> type Exception report

>     [javac] Since fork is true, ignoring compiler setting.
>     [javac] C:\Tomcat\work\Standalone\localhost\_\index_jsp.java:266:
> handlePageException(java.lang.Exception) in 
> javax.servlet.jsp.PageContext
> cannot be applied to (java.lang.Throwable)
>     [javac]       if (pageContext != null)
> pageContext.handlePageException(t);
>     [javac]                                           ^
>     [javac] 1 error

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org