Accessing JNDI over HTTP using SSL

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2496

This topic has not yet been written. The content below is from the topic description.
To be able to access JNDI over HTTP/SSL you need to enable an SSL connector on the web container. The details of this are covered in the Integrating Servlet Containers for Tomcat. We will demonstrate the use of HTTPS with a simple example client that uses an HTTPS URL as the JNDI provider URL. We will provide an SSL connector configuration for the example, so unless you are interested in the details of the SSL connector setup, the example is self contained.