How does Tomcat 5.0.16 process the "keystoreFile " tag? 2004-01-10 - By Richard S. Huntrods
Back > > Subject: > Re: How does Tomcat 5.0.16 process the "keystoreFile" tag? > From: > "Bill Barker" <wbarker@(protected)> > Date: > Fri, 9 Jan 2004 19:26:13 -0800 > > To: > tomcat-user@(protected) > > >>From a quick look at the code, it seems that Tomcat looks for >'keys/.keystore' relative to the directory that Tomcat was started from. >
Thanks, Bill. That worked perfectly. Since I'm starting from %TOMCAT_HOME%/bin, I just changed the keystoreFile from "keys/.keystore" to "../keys/.keystore" and it worked perfectly.
Cheers,
-Richard
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|