trustStore details in server.xml

2004-12-09 Thread Sunitha Kumar
Hi , Is there a way we could mention this in server.xml? Similar to the keyStore. thanks, -sunitha - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: trustStore details in server.xml

2004-12-09 Thread Bill Barker
You mean something like: Connector port=443 secure=true scheme=https keystoreFile=/path/to/key.store keystorePass=changeit keystoreType=jks truststoreFile=/path/to/trust.store truststorePass=changeit truststoreType=jks / Sunitha Kumar [EMAIL PROTECTED] wrote in message