Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.