Re: jar loading in folder web-inf/lib/folder/*.jar

2009-06-30 Thread Daniel Henrique Alves Lima
Karan, if you really want/need this, try to: A) build a.jar an place a start up servlet into it (or any class loaded/executed when you application starts). Change Classpath entry (in the manifest of a.jar) to include mylib/b.jar. Put a.jar under WEB/lib; B) build b.jar and

Re: jar loading in folder web-inf/lib/folder/*.jar

2009-06-30 Thread Daniel Henrique Alves Lima
On Tue, 2009-06-30 at 11:59 -0400, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Karan, > > On 6/30/2009 3:12 AM, k...@dossier.no wrote: > > Loading of jar files under WEB-INF/lib/a_foolder/*.jar wont work. On JBoss > > 5.0.1GA this works fine but > > The tomc

Re: jar loading in folder web-inf/lib/folder/*.jar

2009-06-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Karan, On 6/30/2009 3:12 AM, k...@dossier.no wrote: > Loading of jar files under WEB-INF/lib/a_foolder/*.jar wont work. On JBoss > 5.0.1GA this works fine but > The tomcat class loader cant load thease files. Tomcat is following the servlet specific

jar loading in folder web-inf/lib/folder/*.jar

2009-06-30 Thread kr
HI, Loading of jar files under WEB-INF/lib/a_foolder/*.jar wont work. On JBoss 5.0.1GA this works fine but The tomcat class loader cant load thease files., Thease jar files (WEB-INF/lib/a_foolder/*.jar) is referenced from the main.jar file (WEB-INF/lib/main.jar) manifest: WEB-INF/lib/main.ja