According to Windows, the "Group or User Names" assigned to .keystore are:

Administrators
Power Users
SYSTEM
TERMINAL SERVER USER
Users

Tomcat's logon properties are:

Log on as:

Local System Account (Allow service to interact with desktop is *not*
checked)

Should I change this to log on as me?  If so, will I have to re-boot the
server, or will simply re-starting the service be sufficient?

Many thanks,
David


On 11/15/06, Markus Schönhaber <[EMAIL PROTECTED]> wrote:

David Uctaa wrote:
> I have Tomcat 5.5 installed as both a Windows service version and as the
> standard deployment version (non Windows service - starts up with
> startup.bat).  I purchased and installed an SSL certificate from
Verisign.
> I modified the server.xml to enable the SSL connector.  I have two
> different versions of server.xml:  one uses ports 8080 and 8443 for http
> and https, the other version uses 80 and 443.  On the Tomcat machine, I
> tried to connect to the https: version of my webapps.  I can connect to
my
> webapps on the standard (non-service) version of Tomcat with either
> server.xml and either set of ports, so I know that 80, 443, 8080, and
8443
> are all good. On the service version of Tomcat, the non-SSL (http:)
ports
> 80 and 8080 are good, but I can not connect to either 443 or 8443 via
> https.  I've tried copying the entire \conf folder from the non-service
> version to the service version of Tomcat, and still no connection.  The
> browser simply times out waiting for the connection.  Nothing is showing
up
> in the log files at all, so it looks like Tomcat is not seeing these
> connections at all.

WAG: check if the account the Tomcat service runs under (propably SYSTEM)
has
sufficient rights to access the .keystore file.

Regards
  mks

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to