1 Reply Latest reply on Dec 7, 2003 7:00 AM by juha

    jndi over ssl

    elamorfc

      Hi,

      I'm trying to get jndi to work over https using jboss 3.2.2 with tomcat embedded has anyone got any tips?

      I've tried searching the web, forums and consulted the pay doco but have failed...

      Cheers,
      Dave

        • 1. Re: jndi over ssl

          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