F
Francesco
Hi all !
I have a Java application that uses JSP for visualizing data and EJB
for queries.
Application is secured using HTTPS.
I need to create a Java client that connects to the J2ee application.
the client that connects must be secured too.
How can I do it ? using Secure Sockets ? (SSL)
Can I use the same certificates for the Java Application that are used
for the web application ?
Thanks
Francesco
I have a Java application that uses JSP for visualizing data and EJB
for queries.
Application is secured using HTTPS.
I need to create a Java client that connects to the J2ee application.
the client that connects must be secured too.
How can I do it ? using Secure Sockets ? (SSL)
Can I use the same certificates for the Java Application that are used
for the web application ?
Thanks
Francesco