1827453 Members
4641 Online
109965 Solutions
New Discussion

http to https

 
Johnux
New Member

http to https

Hi all,
We have tomcat webserver installed in HP UX 11i V2 . We are used to connect the server using the url
http://severip:8081/BrowserWeb/servlet/BrowserServlet. We need to change ‘http’ to ‘https’ for make it secure.
As per tomcat document, I execute the command:-
$JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA
And edited the file server.xml using vi editor, means remove the “ “ sign for connector ssl https. Restarted the tomcat server and try to connect with https, but it is not displaying the web page. Even the old page using http is also not coming now.
Please help to resolve this.

Thanks and regards,
John


3 REPLIES 3
Johnux
New Member

Re: http to https

Please help....my webserver is not starting now
The default page http://severip:8081 is not opening now.
Please give me some hints to make it once it was...
George_Dodds
Honored Contributor

Re: http to https

Are there any error messages in the logs?
Did you make a copy of the server.xml file and what happens if you revert to it?
Johnux
New Member

Re: http to https

I cannot see any error messages. I have copied the server.xml backup to the original position. But still not working.