Domanda

I would be making changes to Tomcat's 7 sever.xml file specifically port 8443 to 443, but I

don't know how to test port 8443 in the first place, with 8080, I could test with

localhost:8080, but how can I test with 8443, I have already tried with localhost:8443, but

it says that "Firefox can't establish a connection to the server at localhost:8443". I have

made some research into this but it seems that every time there is a reference to port 8443,

it talks about installing a certificate which is most likely what I have to do next.

È stato utile?

Soluzione

What do you mean "test port 8443"? This port in Tomcat is by default used for SSL connection.

Better see tomcat documentation for SSL: http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html

Altri suggerimenti

Since 8443 is ssl, you will need to use https to connect to the site. Try https://localhost:8443. If you have not setup the certificates correclty, you might get some ssl related errors. Is there a reason behind asking this question ?

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top