struts, tomcat and own JNDI service provider

2001-03-08 Thread Roland Huss
Ahoi, I have a problem with tomcat 3.2.1, stuts, Jdk 1.3 and JNDI. In our struts application we are using an own JNDI provider for looking up plugins. However, since we are using JDK 1.3, which includes the javax.naming packages itself, they are always loaded by the system classloader. Hence,

Re: struts, tomcat and own JNDI service provider

2001-03-08 Thread Maya Muchnik
Roland, I think, you can specify JNDI provider in env.put statements. Or alternative way to set the following lines in jndi.properties file (marked with red - replace with your implementation): java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory java.naming.factory.url.pkgs=your_path