Hi,
I already created a web service using Net Beans 6.7.1.
I used Apache Tomcat 6.0 as a web server.
I'm also using Servlet as a Web Service Client to call the Web Service. Its working fine.
My problem is:
I want to make people access the web service using SSL-meaning only authorized user can enter the system by validate the certificate.
The problem is, I dont know what is the next step and how am I going to implement the SSL.
I already managed to setup the SSL by changing the server.xml file in Apache Tomcat 6.0.
But, I dont know how to make the current system in the SSL mode.
Thanks in advance.