Re: [JBoss-dev] java.naming.factory.initial in Tomcat 4.0

2001-09-21 Thread Ma Cheng
Thank you for the insides. Somehow -Dcatalina.useNaming=false didn't work;-nonaming worked. Ma Cheng - Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 20, 2001 9:55 PM Subject: Re: [JBoss-dev] java.naming.factory.initial

Re: [JBoss-dev] java.naming.factory.initial in Tomcat 4.0

2001-09-21 Thread Remy Maucherat
Thank you for the insides. Somehow -Dcatalina.useNaming=false didn't work;-nonaming worked. Just checked the code ... My mistake, sorry for the trouble. The main class will only look at the flag, and set the JNDI sys properties and catalina.useNaming accordingly. Remy

[JBoss-dev] java.naming.factory.initial in Tomcat 4.0

2001-09-20 Thread Ma Cheng
It seems java.naming.factory.initial in Tomcat 4.0 is set to org.apache.naming.java.javaURLContextFactory no matter what is the value in jndi.properties or -Djava.naming.factory.initial=org.jnp.interfaces.NamingContextFactory. Does any one know how to handle this? Thank you in advance, Ma Cheng

Re: [JBoss-dev] java.naming.factory.initial in Tomcat 4.0

2001-09-20 Thread Remy Maucherat
It seems java.naming.factory.initial in Tomcat 4.0 is set to org.apache.naming.java.javaURLContextFactory no matter what is the value in jndi.properties or -Djava.naming.factory.initial=org.jnp.interfaces.NamingContextFactory. Does any one know how to handle this? There's a system property