Skip to main content

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

I fixed this by correcting the keystore location in the server.xml file.


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


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.


Second that, run

$ sudo systemctl restart tomcat8

Try and reconnect.