This content has been marked as final.
Show 1 reply
-
1. Re: jndi over ssl
juha Dec 7, 2003 7:00 AM (in response to elamorfc)Client's jndi.properties:
java.naming.factory.initial=org.jboss.naming.HttpNamingContextFactory java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces java.naming.provider.url=http://<ipaddress>:<port>/invoker/JNDIFactory
You need to configure your Tomcat with SSL access of course, the HTTP invoker servlet configs are in http-invoker.sar package in your deploy dir.
-- Juha