Hi, i install two tomcat intances on my machine; and i modified the
server.xml file
<Connector
port="8443"
minProcessors="5"
maxProcessors="75"
enableLookups="true"
disableUploadTimeout="true"
acceptCount="100"
debug="0"
scheme="https"
secure="true"
clientAuth="false"
sslProtocol="TLS"
keystorePass = "changeit"
keystoreFile = "ssl\.keystore">
</Connector>
And then run the instances, and everything works ok.
But when i try use http://localhost:8443 the browser don't show anything,
why?
With firefox, appears a box for download a file, and with Internet Exporer
appears five characters
????
--
Gracias.
Atentamente,
Carlos Arturo Trujillo Silva
Ingeniero de Sistemas