-none- 2007-10-03 - By Hassan Schroeder
Back On 10/2/07, damovsky <damovsky@(protected)> wrote:
> Then, I edit server.xml in tomcat and add this code: > > <Connector port="7443" maxThreads="150" minSpareThreads="25" > maxSpareThreads="75" > enableLookups="true" disableUploadTimeout="true" > acceptCount="100" protocol="HTTP/1.1" scheme="https" secure="true" > sslProtocol="TLS"
I believe you need to add SSLEnabled="true"
> keystoreFile="webapps\server-keystore2.jks" > truststoreFile="webapps\truststore-itcilo2.jks"
I don't think this is causing your problem, but putting those files under webapps feels like a really bad idea to me... :-)
FWIW, -- Hassan Schroeder -- ---- ---- ---- ------ hassan.schroeder@(protected)
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To start a new topic, e-mail: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|