> From: Joseph dela Peña [mailto:masterkure...@gmail.com]
> Subject: Tomcat 6 conflict between apache JSTL libs and glassfish
> appserv-rt.jar
> 
> I'm getting a java.lang.NoSuchMethodError:
> javax.el.ExpressionFactory.newInstance()Ljavax/el/ExpressionFactory;
> when i add appserv-rt.jar in my lib.

You must not put appserv-rt.jar anywhere that can be seen by Tomcat; many of 
the classes therein conflict with those Tomcat supplies.  You'll need to find 
the packages you're missing and use the jars that contain just those, rather 
than the extremely annoying and unfriendly all-the-eggs-in-one-basket approach 
that Sun used with appserv-rt.jar.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to