Re: [JBoss-user] RC3 breaks Tomcat 4.0.3 Standalone

2002-05-22 Thread Jon Swinth
The solution to the problem was to place the JSSE jars in the CATALINA_HOME/lib rather than the WEB_INF/lib directory. There was no log entries in Tomcat that had any security errors or anything. I just guessed. I don't understand why, but I can now use RC3. Thanks again for the help.

Re: [JBoss-user] RC3 breaks Tomcat 4.0.3 Standalone

2002-05-22 Thread Scott M Stark
Subject: Re: [JBoss-user] RC3 breaks Tomcat 4.0.3 Standalone The solution to the problem was to place the JSSE jars in the CATALINA_HOME/lib rather than the WEB_INF/lib directory. There was no log entries in Tomcat that had any security errors or anything. I just guessed. I don't understand why

[JBoss-user] RC3 breaks Tomcat 4.0.3 Standalone

2002-05-21 Thread Jon Swinth
I have been using JBoss and Tomcat 4.0.3 standalone for a number of months now. In order to connect from the servlet to JBoss I use the following: Properties props = new Properties(); props.setProperty(Context.INITIAL_CONTEXT_FACTORY,org.jnp.interfaces.NamingContextFactory);

Re: [JBoss-user] RC3 breaks Tomcat 4.0.3 Standalone

2002-05-21 Thread Scott M Stark
You need the client/jnet.jar Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Jon Swinth [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 21, 2002 4:09 PM Subject: [JBoss-user] RC3 breaks Tomcat