Re: Class.forName doesn't find classes located in WEB-INF/lib

2011-06-07 Thread Mark Thomas
On 06/06/2011 23:35, Clemens Eisserer wrote: > Hi Martin, > >> 3)webapp (everything found in WEB-INF/lib and WEB-INF/classes) >> >> you are using system classloader to loaf WEB-INF/lib jar >> use the webapp classloader > > So according to this, the servlet as well as the classes from > WEB-INF/li

Re: Class.forName doesn't find classes located in WEB-INF/lib

2011-06-06 Thread Clemens Eisserer
n'aura > pas n'importe quel effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > > > >> Date: Mon, 6 Jun 2011 23:47:25 +0200 &g

RE: Class.forName doesn't find classes located in WEB-INF/lib

2011-06-06 Thread Caldarale, Charles R
> From: Clemens Eisserer [mailto:linuxhi...@gmail.com] > Subject: Class.forName doesn't find classes located in WEB-INF/lib > I have a servlet which dynamically loads classes from jar-files > located in WEB-INF/lib/, Do you do your own classloading, or let Tomcat's class

Class.forName doesn't find classes located in WEB-INF/lib

2011-06-06 Thread Clemens Eisserer
Hi, I have a servlet which dynamically loads classes from jar-files located in WEB-INF/lib/, however tomcat somehow seems to ignore those jar-files. in WEB-INF/lib/Notepad.jar there is a class Notepad.class (without any package), however loading that class yields: Loading Application Class: Note