I have a Tomcat installation with two SSL installation on separate
static IP addresses using the following:

<Connector address="192.168.175.19" port="443" maxThreads="300"
minSpareThreads="25" maxSpareThreads="75" enableLookups="false"
disableUploadTimeout="true" acceptCount="100" debug="0" scheme="https"
secure="true" clientAuth="false" sslProtocol="TLS"
keystoreFile="/keystore" keystorePass="xxxxxxx"/>

At the moment, when you go to the IP address in a browser, it returns
the index.html page in the ROOT context, but I need to point it to
another context, is this possible?

Thanks

John

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to