Re: Tomcat class loading with index.list - invalid jar index exception

2013-09-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sabari, On 9/6/13 2:01 PM, Sabari Gandhi wrote: > Thanks for the response. The issue we were facing is when we are > tying to access a simple index.jsp file which is deployed on > tomcat. > > I am sure java handles the libraries properly since t

Re: Tomcat class loading with index.list - invalid jar index exception

2013-09-06 Thread Sabari Gandhi
Mark: Thanks for the response. The issue we were facing is when we are tying to access a simple index.jsp file which is deployed on tomcat. I am sure java handles the libraries properly since tomcat is a component in our system and all other components are working fine. This issue is very par

Re: Tomcat class loading with index.list - invalid jar index exception

2013-09-05 Thread Mark Thomas
On 05/09/2013 22:00, Sabari Gandhi wrote: > All: > > I am facing an invalid jar index exception in both tomcat 5.5.x and > 7.0.39 . After some investigation , we figured out this is because of > class loading in tomcat which uses index.list file in jar files. I > have two jars with same package n

Tomcat class loading with index.list - invalid jar index exception

2013-09-05 Thread Sabari Gandhi
All: I am facing an invalid jar index exception in both tomcat 5.5.x and 7.0.39 . After some investigation , we figured out this is because of class loading in tomcat which uses index.list file in jar files. I have two jars with same package names but classes in those package are different. Si