Tomcat 4.1.24, Classloader problems

2005-01-17 Thread James Milks
Hi all, Having a weird problem that is driving me nuts. In the past week, every time I update a supporting class (Not a servlet or JSP) and refresh my page, I get all kinds of null pointer exceptions and must log out and back into my application or restart Tomcat. This is a pain in development.

Classloader problems

2004-03-05 Thread Faine, Mark
Tomcat 4.1.27 on Solaris 8 I have two jar files I'd like to make available to all my web applications so I placed them in $TOMCAT_HOME/shared/lib however they are not being found. I also tried common/lib but it didn't work either. The error I'm getting is java.lang.IllegalStateException:

RE: Classloader problems

2004-03-05 Thread Shapira, Yoav
Hi, I have two jar files I'd like to make available to all my web applications so I placed them in $TOMCAT_HOME/shared/lib however they are not being found. I also tried common/lib but it didn't work either. The error I'm getting is java.lang.IllegalStateException:

RE: Classloader problems

2004-03-05 Thread Mark F
What two jars are these? Is the class in the CNFE above in one of those two jars? Yoav Shapira They are specific to the applications that we build and the class in the CNFE is located in WEB-INF/classes Thanks, -Mark - To

RE: Classloader problems

2004-03-05 Thread Shapira, Yoav
Hi, They are specific to the applications that we build and the class in the CNFE is located in WEB-INF/classes OK, so they're not like XML parsers or something else common that tomcat already includes? If the class in the CNFE is in WEB-INF/classes, which gets loaded before common/lib or

Re: Classloader problems

2004-03-05 Thread Mark F
Shapira, Yoav Yoav.Shapira at mpi.com writes: Hi, They are specific to the applications that we build and the class in the CNFE is located in WEB-INF/classes OK, so they're not like XML parsers or something else common that tomcat already includes? If the class in the CNFE is in

RE: Classloader problems

2004-03-05 Thread Mathew
U got it. My TOMCAT start up with our errors. I checked in logs directory and made sure it. If I take out this from web.xml and restart webserver/tomcat I get typical 404 TOMCAT message if type a wrong url. error-page error-code404/error-code location/error/404.html/location

Classloader problems

2004-01-14 Thread Jouko Johansson
Hi, We are using Tomcat 4.1.29. There randomly occurs following kind of error in some page which is rarely used: java.lang.NullPointerException at org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:179) at

RE: Classloader problems

2004-01-14 Thread Shapira, Yoav
Howdy, Strange... Are there any OutOfMemoryErrors in your logs? Yoav Shapira Millennium ChemInformatics -Original Message- From: Jouko Johansson [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 5:39 AM To: [EMAIL PROTECTED] Subject: Classloader problems Hi, We are using

custom realm - classloader problems

2003-12-30 Thread schakkir_2000
I installed a custom realm on Tomcat 4.1. I copied the realm class into server/classes. My custom realm uses other libraries which I copied to common/lib. These auxillary libraries call JAAS. So I had to copy jaas.jar to common/lib. Even though jaas.jar is included under server/lib but this is

Classloader Problems in 4.1.10

2002-09-23 Thread Gavin, Rick
I'm having issues migrating my current web apps from 4.0.4 to 4.1.10. When tomcat starts up, it throws an error saying it can't find my JAR files even though it must have found it to get the name of it to tell me it couldn't find it. I ended up having to move my jar files into

RE: Classloader Problems in 4.1.10

2002-09-23 Thread Ray Madigan
AM To: Tomcat Users List (E-mail) Subject: Classloader Problems in 4.1.10 I'm having issues migrating my current web apps from 4.0.4 to 4.1.10. When tomcat starts up, it throws an error saying it can't find my JAR files even though it must have found it to get the name of it to tell me

Servlet Classloader problems Tomcat 3.2.1

2001-05-02 Thread August Gresens
I am trying to deploy a servlet in Tomcat 3.2 which uses a classloader. I am having problem with the classloader not finding the classes I have installed in the WEB-INF/lib directory. From other threads, I have discovered that this a configuration issue that has to do with the classloader

Classloader problems - multiple versions of JAR files

2001-03-08 Thread Winters, Jason
I'm having a problem with multiple versions of JAR files under different applications in Tomcat 4.0b1. We have two web applications running under Tomcat. Each application has a copy of a JAR file that was written in-house. Our webapps directory looks something like this:

RE: Classloader problems - multiple versions of JAR files

2001-03-08 Thread Jesper Söderlund
, in that case perhaps it's best to rename one of them? Regards, /Jesper -Original Message- From: Winters, Jason [mailto:[EMAIL PROTECTED]] Sent: den 8 mars 2001 15:50 To: [EMAIL PROTECTED] Subject: Classloader problems - multiple versions of JAR files I'm having a problem with multiple

RE: Classloader problems - multiple versions of JAR files

2001-03-08 Thread Milt Epstein
will move towards the newer versions of the spec, but that doesn't mean there won't be others around still using older versions. -Original Message- From: Winters, Jason [mailto:[EMAIL PROTECTED]] Sent: den 8 mars 2001 15:50 To: [EMAIL PROTECTED] Subject: Classloader problems - multiple

RE: Classloader problems - multiple versions of JAR files

2001-03-08 Thread Winters, Jason
TED]] Sent: Thursday, March 08, 2001 10:29 AM To: '[EMAIL PROTECTED]' Subject: RE: Classloader problems - multiple versions of JAR files I don't know about Tomcat 4, but in Tomcat 3.2.1 this works nicely. I was kind of sceptical myself so I made a very simple prototype to demonstrate this. I'm k