Oooh yeah, one other thing.
You will notice that I don't specify the keystore. Tomcat uses the default keystore
for the user executing Tomcat,
unless you specify the keystore in the server.xml file. I am logged in an run tomcat
as Administrator (dev box,
shuddup about the security ;p ), and start tomcat manually (I don't run it as a
service). My keystore will actually be
$USER_HOME/.keystore, which works out to something like
/winnt/profiles/administrator/.keystore, but that's a
nasty thing to code into your server.xml .
If you have a keystore stored elsewhere, specify the location when you use keytool,
and specify the location in the
server.xml .
Twylite