-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
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
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
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