Chuck Thanks, but my question really does have to do with Tomcat. The ActiveMQ is actually on another server and my application hosted on Tomcat needs to pull messages off of ActiveMQ over SSL. What I would like to do is tell my application where my keystore files are located rather than load them through the JVM. Another list member asked me how the message broker loads its keystore files, perhaps as a general hint to how I might load them from my web app. My Tomcat specific question then is, will the Tomcat container let me do that from the app level, and if not, can I configure it on 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 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 these at runtime. > > That would be a topic for the ActiveMQ group; nothing to do with Tomcat. > > - Chuck > > > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY > MATERIAL and is thus for use only by the intended recipient. If you > received this in error, please contact the sender and delete the e-mail and > its attachments from all computers. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >