How to use SSL in a Java Web project
i want to use SSL in a Java Web Project, but i do not know anything about this. Is there anyone who could advise me about this? Thanks开发者_开发百科.
Depends on the servlet container you are using. I've found Setting up SSL on Tomcat to be a pretty good start for this. For other containers, searching for "ssl container-name" should do the trick.
精彩评论