I've now tried using the WEB-INF/lib directory with all of the above versions to no avail. No matter what, certain lib files I put into the WEB-INF/lib directory won't load. Also, specific class files within specific jar files won't load; extracting them into the WEB-INF/classes directory doesn't help. Putting everything into the system lib directory works until I get to the point where I need to run a servlet. Then I'm SOL, as it expects to find the servlet class files under the WEB-INF/lib or WEB-INF/classes directory.
I have also tried with the following JDK's: Sun JDK 1.3.1-b24 Sun JDK 1.3.1_02 Blackdown JDK 1.3.0 FCS For some quick examples, the following fail every time: jnp-client.jar comes with JBoss 2.4.x (I'm using 2.4.4) jnp-client.jar: org.jnp.interfaces.NamingContextFactory The home interface from my jar file that I've archived up for the application, but other classes within the same jar file load up fine. log4j is v1.1.3 log4j.jar: Cannot find the context for .... (this works in 3.2.4a and 3.2.3 but not in 3.2.1); it is fixed by including the $TOMCAT_HOME/lib directory in the classpath, and dumping the log4j.properties file in there. jboss-client.jar comes with JBoss 2.4.x (I'm using 2.4.4) jboss-client.jar: fails to load proxy class when attempting to get the remote interface from the home interface (this is after I've put jnp-client.jar into the $TOMCAT_HOME/lib directory). I could list 3 or 4 more jar files, but I'm sure you get the idea, and can appreciate the fact that this isn't a complicated setup. I'm wondering if there's something special I have to do in my startup scripts? Also, I'm running Linux kernel v2.2.19, and glibc 2.2.3. Thanks in advance for any help you might be able to offer. I just want to make sure this is a bug, and not a configuration error, before submitting it to bugzilla. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
