Re: Tomcat 7.0.30 JAR Scanner ClassCastException

2012-10-16 Thread Jesse Farinacci
Greetings, On Thu, Oct 4, 2012 at 6:26 AM, Pid p...@pidster.com wrote: Please list the jars that are in your webapps WEB-INF/lib. Thank you for your response. I solved this, I had inadvertently allowed embedded Apache Tomcat libraries into my WEB-INF/lib directory. -Jesse -- There are 10

Re: Tomcat 7.0.30 JAR Scanner ClassCastException

2012-10-16 Thread Jesse Farinacci
Greetings, On Fri, Oct 5, 2012 at 9:15 AM, Shanti Suresh sha...@umich.edu wrote: I have a JSP which will tell which library loads which class. Cool. I prefer to use 'grep' as it is quite fast and I can use existing command line. Thank you for sharing, -Jesse -- There are 10 types of people

Re: Tomcat 7.0.30 JAR Scanner ClassCastException

2012-10-05 Thread Shanti Suresh
Hi Jesse, I have a JSP which will tell which library loads which class. This has helped me immensely in troubleshooting a challenging library conflict that we ran into recently. Please place this JSP in apache-tomcat-7.0.23/webapps/ROOT/. Invoke it as: http://hostname/whichjar.jsp And keying

Re: Tomcat 7.0.30 JAR Scanner ClassCastException

2012-10-04 Thread Pid
On 03/10/2012 14:44, Jesse Farinacci wrote: Greetings, I am using Apache Tomcat 7.0.30 on IBM Java 6. I have a @WebServlet inside a ROOT.war!/WEB-INF/lib/common-servlets.jar which forwards to a JSP located in common-servlets.jar!/META-INF/resources/some.jsp. When I reference the path for

Tomcat 7.0.30 JAR Scanner ClassCastException

2012-10-03 Thread Jesse Farinacci
Greetings, I am using Apache Tomcat 7.0.30 on IBM Java 6. I have a @WebServlet inside a ROOT.war!/WEB-INF/lib/common-servlets.jar which forwards to a JSP located in common-servlets.jar!/META-INF/resources/some.jsp. When I reference the path for this @WebServlet Tomcat throws the following