I have installed Tomcat in a remote machine connected via VPN using SSH. I can directly log into the remote machine from my local machine and start Tomcat. Now I want to access the Tomcat home page from the browser of my machine. I tried with http://<'IP of remote machine>:8080 which didn't work. Also tried with https://<'IP of remote machine>:8443 after enabling it in server.xml which fails with an error saying it can't locate /root/.keystore.
Can I have some help how to solve this and proceed?
