Posted on 03-14-2012 05:10 AM
Has anyone experienced this problem before?
I basically was trying to install a wildcard cert for tomcat, but this failed so revert my server.xml file to the original
But for some reason I can not web to 8443.
Tom cat is on port 8080 and this works, but cant get to 8443
I'm using Casper Suite 8.22 if thats any help
Thanks
Abz
Posted on 11-08-2013 02:19 PM
I fixed this by correcting the keystore location in the server.xml file.
Posted on 06-13-2018 01:15 AM
Hi,
I have all redirected to port 8443 on the server.xml (I have a Linux distribution), and still not working properly
Any other idea? this file I have under /usr/local/jss/tomcat/config
Thanks
Carmelo
Posted on 06-13-2018 01:42 AM
8443 is the default port used by tomcat. You can use the 8080 connector to redirect to 8443, but there wouldn't be much benefit.
The server.xml file is the right place to make the change though. Tomcat will need to be restarted if you make any edits.
Posted on 06-13-2018 02:40 AM
Second that, run
$ sudo systemctl restart tomcat8
Try and reconnect.