I am trying to use the latest Tomcat (4.0 M5) in a standalone configuration. The call to InitialContext() blows up, complaining it can't load org.jnp.interfaces.NamingContextFactory. I read the jboss-user archive on this subject, and did the following: - Placed jnp-client.jar in the WEB-INF/lib directory of my application. - That didnt work - so I tried putting it in tomcat/lib - still no luck. - The previous email allude to putting a RequestInterceptor in your server.xml file. The referenced class doesnt seem to be in this release of tomcat. Is this still needed? (I am using JDK 1.3). I suspect this is a classloader issue. Any ideas? Thanks -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]
