RE: Web app calls JMS over SSL - certificates

2012-02-07 Thread Caldarale, Charles R
> From: Peter Kleczka [mailto:pklec...@gmail.com] > Subject: Re: Web app calls JMS over SSL - certificates > What I would like to do is tell my application where my keystore > files are located rather than load them through the JVM. So what stops you from doing that? There are n

Re: Web app calls JMS over SSL - certificates

2012-02-07 Thread Peter Kleczka
the Tomcat server other than setting the keystore properties in the JVM VM startup parameters. On Tue, Feb 7, 2012 at 9:10 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Peter Kleczka [mailto:pklec...@gmail.com] > > Subject: Re: Web app calls JMS over

RE: Web app calls JMS over SSL - certificates

2012-02-07 Thread Caldarale, Charles R
> From: Peter Kleczka [mailto:pklec...@gmail.com] > Subject: Re: Web app calls JMS over SSL - certificates > 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 t

Re: Web app calls JMS over SSL - certificates

2012-02-07 Thread Peter Kleczka
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

Re: Web app calls JMS over SSL - certificates

2012-02-06 Thread Pid *
On 6 Feb 2012, at 23:10, Peter Kleczka 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.