emre
emre

Reputation: 237

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.

Upvotes: 1

Views: 947

Answers (1)

Sanjay T. Sharma
Sanjay T. Sharma

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

Related Questions