Hello,
How to configure basic https access on
Tomcat?
Downloaded and installed apache-tomcat-6.0.29-windows-x86.zip
and i'm about to configure basic
https://localhost:8443 access via browser;
1)
get the .keystore file with changeit password via jdk's
keytool... command from command line
2)
Uncommented the https 8443 config in server.xml and added properties keystoreFile="e:\.keystore" keystorePass="changeit"
When tried to run startup.bat i get exception:
Did this configuration without any trouble a while ago on earlier versions of Tomcat. Has anything changed in newer versions?
Regards