login « Post « JSP-Servlet Q&A





1. login to servlet over SSL    stackoverflow.com

I currently have a RESTful servlet running that returns json upon receiving a POST query. I would like to implement authentication over SSL, so that the user will first login and ...

2. POSTing to login to Server :from JSP or a specific Servlet file?    coderanch.com

yikes, sorry. ok, i am trying to create an app that can connect to 2 external and separate servers. so, do i start the connection with a jsp file or a servlet file. so as in my first email, if i need to connect to a specific https:// url using the post method, and passing in the 2 parameters required to ...