> From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Subject: RE: Question about SSL > > keytool -genkey -alias tomcat -keyalg RSA -keystore "C:\Documents and > Settings\tomcat_user\.keystore"
> Is Tomcat actually running under the tomcat_user account? Yes. > I'd recommend that you place the .keystore file in a fixed location and > configure that in Tomcat so that you're not subject to the whims of Windows > deciding what your home directory happens to be at any given instant. Alright, I'll try it. > Is the ${user.home} syntax literal or does it use the path shown in > the java command? > The XML parser in Tomcat will substitute the value of the Java system > property user.home for the reference. What user.home gets set to depends on > how > you start Tomcat and the version of Windows you're running. We're on Windows 2003 R2 SP2 Tomcat is installed as a service from the zip file, running under local windows account: tomcat_user In windows, the service account shows up as: .\tomcat_user I have that service set to start manually. I've also stopped the IIS Admin service, WWW Web, and the HTTP SSL that are all part of IIS. No changes, the page just tries to load.... --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org