Skip to main content
Question

Connect to JSS via port 8443

  • March 14, 2012
  • 4 replies
  • 34 views

Forum|alt.badge.img+8

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

4 replies

Forum|alt.badge.img+1
  • New Contributor
  • November 8, 2013

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


Forum|alt.badge.img+5
  • Contributor
  • June 13, 2018

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


davidacland
Forum|alt.badge.img+18
  • Valued Contributor
  • June 13, 2018

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.


Geelcey
Forum|alt.badge.img+3
  • New Contributor
  • June 13, 2018

Second that, run

$ sudo systemctl restart tomcat8

Try and reconnect.