RE: unable to load classes

2006-01-11 Thread Nehal Sangoi
: unable to load classes I think I am looking for the same thing, but the reason I am trying to do that is to allow reloading classes from WEB-INF/classes without reloading the context. I searched a little and found that: http://tomcat.apache.org/tomcat-5.5-doc/config/loader.html Hope it helps you... I

RE: unable to load classes

2006-01-11 Thread Nehal Sangoi
, 2006 9:58 AM To: 'Boris Unckel'; Tomcat Users List (E-mail) Subject: RE: unable to load classes Hi Boris, I will explain the issue thoroughyl, and the options i tried so far to resolve the same. Environment Details : OS : Linux Enterprise Tomcat 5.5.9 Apache HTTP Server 2.0.54 Apache

RE: unable to load classes

2006-01-05 Thread Nehal Sangoi
hursday, January 05, 2006 6:02 PM To: [EMAIL PROTECTED] Subject: RE: unable to load classes > I tried keeping into shared/lib of that particular application. But it > reflects the same error again. My requirement of putting these two jars > in > shared/lib or common/lib is because i

RE: unable to load classes

2006-01-05 Thread Nehal Sangoi
t: Re: unable to load classes Hello Nehal, > I have 2 of my application specific jarfiles which need to be used by all > other applications too in tomcat 5.5.9 on linux. Hence, i am placing both > the jarfiles into common/lib of tomcat binary and linking them into > shared/lib of appl

Re: unable to load classes

2006-01-05 Thread Boris Unckel
Hello Nehal, > I have 2 of my application specific jarfiles which need to be used by all > other applications too in tomcat 5.5.9 on linux. Hence, i am placing both > the jarfiles into common/lib of tomcat binary and linking them into > shared/lib of application which use them. > > But, unfortuna

unable to load classes

2006-01-04 Thread Nehal Sangoi
Hi, I have 2 of my application specific jarfiles which need to be used by all other applications too in tomcat 5.5.9 on linux. Hence, i am placing both the jarfiles into common/lib of tomcat binary and linking them into shared/lib of application which use them. But, unfortunately, i get Null Poi