Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

SSL + Servlets

Options
  • 08-03-2004 6:07pm
    #1
    Closed Accounts Posts: 1,233 ✭✭✭


    Does anyone know how to make servlets secure using SSL ??


Comments

  • Registered Users Posts: 4,676 ✭✭✭Gavin


    Just turn on ssl. It's completely transparent to your servlet code.

    Gav


  • Closed Accounts Posts: 1,233 ✭✭✭Dont Ban Me


    you mean just change the link to

    https://localhost:8043/jsp/page

    Is it as simple as that? I think the ssl port is 8043 isnt it?


  • Registered Users Posts: 4,676 ✭✭✭Gavin


    If you are responsible for the application container or webserver or whatever, you need to turn on ssl. If you aren't responsible for it, ask whoever is to turn on ssl.

    When they've done that, then yeah, you should be able to just use https instead of http and it will work..

    Gav


Advertisement