RE: Need to Specify keystorePass on Command Line - Update

2013-02-12 Thread Harris, Jeffrey E.
> > > > If you had read the Procrun documentation that Mark was kind enough to > point you to above, you might have figured out that you need to modify > your "--JvmOptions=..." syntax. You need to change it to > "++JvmOptions=..." otherwise, you are overwriting all the other options > that that

RE: Need to Specify keystorePass on Command Line - Update

2013-02-12 Thread Jeffrey Janner
> -Original Message- > From: Harris, Jeffrey E. [mailto:jeffrey.har...@mantech.com] > Sent: Tuesday, February 12, 2013 5:35 PM > To: Tomcat Users List > Subject: RE: Need to Specify keystorePass on Command Line - Update > > > > > -Original Message-

RE: Need to Specify keystorePass on Command Line - Update

2013-02-12 Thread Harris, Jeffrey E.
> -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Tuesday, February 12, 2013 6:00 PM > To: Tomcat Users List > Subject: Re: Need to Specify keystorePass on Command Line - Update > > -BEGIN PGP SIGNED MESSAGE- &g

Re: Need to Specify keystorePass on Command Line - Update

2013-02-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 2/12/13 4:27 AM, Mark Thomas wrote: > On 12/02/2013 00:53, Harris, Jeffrey E. wrote: >> Current status: >> >> I replaced keystorePass= with >> 'keystorePass="${kspassword}"' in server.xml, and executed the >> command "tomcat7 //TS//Tomca

Re: Need to Specify keystorePass on Command Line - Update

2013-02-12 Thread Mark Thomas
On 12/02/2013 00:53, Harris, Jeffrey E. wrote: > Current status: > > I replaced keystorePass= with > 'keystorePass="${kspassword}"' in server.xml, and executed the > command "tomcat7 //TS//Tomcat7 --JvmOptions=-Dkspassword=" > and have been able to start the SSL listener as a console > application

RE: Need to Specify keystorePass on Command Line - Update

2013-02-11 Thread Harris, Jeffrey E.
Current status: I replaced keystorePass= with 'keystorePass="${kspassword}"' in server.xml, and executed the command "tomcat7 //TS//Tomcat7 --JvmOptions=-Dkspassword=" and have been able to start the SSL listener as a console application. However, I have not been able to do the same thing with