hiiii, i have to build a secure web application using jsp, for which i have to implement SSL. I have generated the certificate using java keytool but as soon as i edit my server.xml file to enable connector port for https (8443) and add the other attributes like keystore,storepass and keypass in the connector tag , my tomcat servers stops running even after system restart.
can anyone plz help me out....

Recommended Answers

All 2 Replies

"Stops running" is a pretty vague description; have you looked at the server logs? BTW, reading this article might help you get things done the right way.

thanks Sir. my application is running sucessfully over https. actually when i looked into log file ,the server was not able to find the .bin file . so i corrected it and finally succeded in my endeavours. THANKS FOR THE USEFUL LINK AND ADVICE SIR .

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.