| Author |
SSL Configuration
|
yadhunandan ramaiah
Greenhorn
Joined: Sep 20, 2005
Posts: 6
|
|
Hi, I have two diffrent application in tomcat webapp folder APP1,APP2 now i have to configure SSL for both these application. I have created a CSR and got the cretificate for APP1 and in server.xml i have modified the SERVER.xml <Connector element. Now how to go abt for the second application that is APP2...is it the same way. should i create one more keystore some thing like that?? Regards, yadhu
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
They can both use the same keystore. In server.xml, you let Tomcat know where the keystore is with the keystoreFile attribute.
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
 |
|
|
subject: SSL Configuration
|
|
|