> 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
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
> 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
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
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.