Reputation: 237
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.
Upvotes: 1
Views: 947
Reputation: 23208
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.
Upvotes: 1