Hi, > 2. Because I am trying to get the app to run on both embedded and > remote tomcat configs, I pass in a properties file to InitialContext > when I create it. > ie ctx = new InitialContext(props); > That way I don't have to modify any tomcat scripts to get the right > jnp properties and all.
You're better off using the new InitialContext() constructor with no params, and setting system properties through the jndi.properties file int he classpath. as far as the rest of things go, this is with jetty, but it might help: http://main.jboss.org/thread.jsp?forum=50&thread=4046&message=384447 cheers dim ----- Original Message ----- From: "Dennis Muhlestein" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 17, 2002 8:48 AM Subject: RE: [JBoss-user] embedded tomcat 4 issue _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user