It looks like from your first post you may have somehting wrong in your
server.xml file.
The "protocol="SSL"" in the last line of your Connector tag. Try
removing that and see if that gets rid of the errors.
Nathan
-Original Message-
From: Dario Hernan [mailto:[EMAIL PROTECTED]
We are having a problem with our Standalone tomcat Server SSL Connectors
and viewing servlets in Internet Explorer 7on Windows Vista.
With the original config in the server.xml and SSLProtocol set to "SSL"
It works fine on IE6, and IE7 on XP. It does not work on IE7 on Windows
Vista.
When the pr
-Original Message-
From: David Delbecq [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 27, 2007 10:29 AM
To: Tomcat Users List
Subject: Re: Noobie Questions
En l'instant précis du 27/02/07 15:25, Henderson,Nathan s'exprimait en ces
termes:
> We have 7 different clients,
I am a relative noobie when it comes to using the Tomcat software and
have a few questions. I have been reading these threads for a few weeks
now and I know that a lot of the things discussed on here are out of my
league, but I just wanted to know what a few of you would do in my
situation.
OK we
> I am running Tomcat 5.5.2 as a stand-alone server with 14 separate
> services. This is done to run 14 different sites but share 7 ssl
> certs. The problem I am having is when I run my script to bounce the
> tomcat server only the first 3 or 4 services get restarted. Does
> anyone happen to hav