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