Hello, I hope someone can help me.
I have a java application based on applets-servlets. The HTTP server used is Tomcat with Apache. These are the internet features appearing in my application: - The conection client-server is HTTP. - The application creates sockets for transfering files between client and server. - The applet opens web pages. I would like to add SSL security options to the features named before, but I don't know exactly how to do it: Do I need to modify just the server Tomcat-Apache configuration? Which additional modules do I need for Tomcat-Apache? Should I modify the Java code as well? Which parts of it? Which new java classes should I add? (I've heard of some classes implementing methods for the use of "secure sockets", but I don't know neither where I can find them, nor which JDK they belong to. Thanks very much. Regards, -- Eduardo F.
