I am using ActiveMQ and its activemq.xml file has a section where the keystore and truststore point to those files. So I assume that means that there is a way to set these at runtime. Still leaves me with the question of whether I can set these at runtime from my app on Tomcat.
On Mon, Feb 6, 2012 at 11:50 PM, Pid * <p...@pidster.com> wrote: > On 6 Feb 2012, at 23:10, Peter Kleczka <pklec...@gmail.com> wrote: > > > Hello > > > > I have a web app on Tomcat 6.0.24. The app needs to call a JMS app on > > another server over SSL. I installed the keystore/truststore files in > > $CatalinaHome/conf/certs and set VM arguments so that the JVM knows where > > to find the certs. The server administrator says that I should > encapsulate > > these certs within the WAR file and that we should not have to set the VM > > arguments. > > > > The documentation that I have read so far seems to only discuss how to > set > > up SSL on Tomcat. > > > > Is there a way that Tomcat or my web app can automatically load the certs > > without setting VM arguments? > > How are you configuring JMS now? > > Which JMS provider/lib are you using? > > > p > > > > > > > Thanks kindly in advance. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >