Hi all,
I have a problem, I don't quite understand.
I have set up Tomcat and everything is fine.
Additionally, I want the server only to run on SSL and therefore I did the following:
- create keystore.jks and server.cer
- Configured Tomcat's server.xml:
- I redirected the localhost:80 to port 8449
- and set up the ssl on port 8449
When starting up, there is still a coneection to "localhost", but no redirection and also does not work, i.e. I see no page, just "This site is not available!". The lock on the right bottom does also not appear.
My question is:
What did I miss? And: do I have to run Apache2, too?! I thought Tomcat is enough.
How do I configure Tomcat to work only on SSL?
Any help appreciated.
Thanks in advance,
Tom
I have a problem, I don't quite understand.
I have set up Tomcat and everything is fine.
Additionally, I want the server only to run on SSL and therefore I did the following:
- create keystore.jks and server.cer
- Configured Tomcat's server.xml:
- I redirected the localhost:80 to port 8449
- and set up the ssl on port 8449
When starting up, there is still a coneection to "localhost", but no redirection and also does not work, i.e. I see no page, just "This site is not available!". The lock on the right bottom does also not appear.
My question is:
What did I miss? And: do I have to run Apache2, too?! I thought Tomcat is enough.
How do I configure Tomcat to work only on SSL?
Any help appreciated.
Thanks in advance,
Tom