Allow me to answer my own question:  1.1.18
I just started downloading from the archive until I found one that
worked.
Any clue what happened between 1.1.18 & 1.1.19?
Note I've only had the "not found" errors on Windows 2003 & up with
5.5.27/28, but still had SSL support.
If anyone is interested, here is the relevant portions of the
catalina.log file output:

<!-- with 1.1.20 -->
Apr 8, 2010 3:14:40 PM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance
in production environments was not found on the java.library.path:
C:\Program Files\Apache Software Foundation\Tomcat
5.5\bin;.;C:\WINNT\Sun\Java\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\syst
em32;C:\WINNT;C:\WINNT\System32\Wbem;...
Apr 8, 2010 3:14:40 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-172.16.9.1-80
Apr 8, 2010 3:14:40 PM org.apache.coyote.http11.Http11BaseProtocol init
SEVERE: Error initializing endpoint
java.io.FileNotFoundException: C:\Documents and
Settings\Administrator\.keystore (The system cannot find the file
specified)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at
org.apache.tomcat.util.net.jsse.JSSESocketFactory.getStore(JSSESocketFac
tory.java:279)
        at
org.apache.tomcat.util.net.jsse.JSSESocketFactory.getKeystore(JSSESocket
Factory.java:222)
        at
org.apache.tomcat.util.net.jsse.JSSE14SocketFactory.getKeyManagers(JSSE1
4SocketFactory.java:141)
        at
org.apache.tomcat.util.net.jsse.JSSE14SocketFactory.init(JSSE14SocketFac
tory.java:109)
        at
org.apache.tomcat.util.net.jsse.JSSESocketFactory.createSocket(JSSESocke
tFactory.java:98)
        at
org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.
java:294)
        at
org.apache.coyote.http11.Http11BaseProtocol.init(Http11BaseProtocol.java
:138)
        at
org.apache.catalina.connector.Connector.initialize(Connector.java:1016)
        at
org.apache.catalina.core.StandardService.initialize(StandardService.java
:580)
        at
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:7
91)
        at org.apache.catalina.startup.Catalina.load(Catalina.java:503)
        at org.apache.catalina.startup.Catalina.load(Catalina.java:523)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at
org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:266)
        at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:431)
Apr 8, 2010 3:14:40 PM org.apache.catalina.startup.Catalina load
SEVERE: Catalina.start
LifecycleException:  Protocol handler initialization failed:
java.io.FileNotFoundException: C:\Documents and
Settings\Administrator\.keystore (The system cannot find the file
specified)
        at
org.apache.catalina.connector.Connector.initialize(Connector.java:1018)
        at
org.apache.catalina.core.StandardService.initialize(StandardService.java
:580)
        at
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:7
91)
        at org.apache.catalina.startup.Catalina.load(Catalina.java:503)
        at org.apache.catalina.startup.Catalina.load(Catalina.java:523)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at
org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:266)
        at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:431)
Apr 8, 2010 3:14:40 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1875 ms
Apr 8, 2010 3:14:40 PM org.apache.catalina.realm.JAASRealm setContainer
INFO: Set JAAS app name SERVICE1
Apr 8, 2010 3:14:40 PM org.apache.catalina.realm.JAASRealm setContainer
INFO: Set JAAS app name SERVICE2
Apr 8, 2010 3:14:40 PM org.apache.catalina.realm.JAASRealm setContainer
INFO: Set JAAS app name SERVICE3
Apr 8, 2010 3:14:41 PM org.apache.catalina.core.StandardService start
INFO: Starting service SERVICE1
Apr 8, 2010 3:14:41 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.17
Apr 8, 2010 3:14:41 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Apr 8, 2010 3:14:48 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-172.16.9.1-80
Apr 8, 2010 3:14:48 PM org.apache.coyote.http11.Http11BaseProtocol start
SEVERE: Error starting endpoint
java.io.FileNotFoundException: C:\Documents and
Settings\Administrator\.keystore (The system cannot find the file
specified)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at
org.apache.tomcat.util.net.jsse.JSSESocketFactory.getStore(JSSESocketFac
tory.java:279)
        at
org.apache.tomcat.util.net.jsse.JSSESocketFactory.getKeystore(JSSESocket
Factory.java:222)
        at
org.apache.tomcat.util.net.jsse.JSSE14SocketFactory.getKeyManagers(JSSE1
4SocketFactory.java:141)
        at
org.apache.tomcat.util.net.jsse.JSSE14SocketFactory.init(JSSE14SocketFac
tory.java:109)
        at
org.apache.tomcat.util.net.jsse.JSSESocketFactory.createSocket(JSSESocke
tFactory.java:98)
        at
org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.
java:294)
        at
org.apache.tomcat.util.net.PoolTcpEndpoint.startEndpoint(PoolTcpEndpoint
.java:312)
        at
org.apache.coyote.http11.Http11BaseProtocol.start(Http11BaseProtocol.jav
a:150)
        at
org.apache.coyote.http11.Http11Protocol.start(Http11Protocol.java:75)
        at
org.apache.catalina.connector.Connector.start(Connector.java:1089)
        at
org.apache.catalina.core.StandardService.start(StandardService.java:459)
        at
org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
        at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
Apr 8, 2010 3:14:48 PM org.apache.catalina.startup.Catalina start
SEVERE: Catalina.start: 
LifecycleException:  service.getName(): "SERVICE1";  Protocol handler
start failed: java.io.FileNotFoundException: C:\Documents and
Settings\Administrator\.keystore (The system cannot find the file
specified)
        at
org.apache.catalina.connector.Connector.start(Connector.java:1096)
        at
org.apache.catalina.core.StandardService.start(StandardService.java:459)
        at
org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
        at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
Apr 8, 2010 3:14:48 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 7609 ms
Apr 8, 2010 3:16:01 PM org.apache.coyote.http11.Http11BaseProtocol pause
INFO: Pausing Coyote HTTP/1.1 on http-172.16.9.1-80
Apr 8, 2010 3:16:01 PM org.apache.coyote.http11.Http11BaseProtocol pause
INFO: Pausing Coyote HTTP/1.1 on http-172.16.9.1-443
Apr 8, 2010 3:16:02 PM org.apache.catalina.core.StandardService stop
INFO: Stopping service SERVICE1
Apr 8, 2010 3:16:03 PM org.apache.coyote.http11.Http11BaseProtocol
destroy
INFO: Stopping Coyote HTTP/1.1 on http-172.16.9.1-80
Apr 8, 2010 3:16:03 PM org.apache.catalina.connector.MapperListener
destroy
WARNING: Error unregistering MBeanServerDelegate
java.lang.NullPointerException
        at
org.apache.catalina.connector.MapperListener.destroy(MapperListener.java
:161)
        at
org.apache.catalina.connector.Connector.stop(Connector.java:1137)
        at
org.apache.catalina.core.StandardService.stop(StandardService.java:521)
        at
org.apache.catalina.core.StandardServer.stop(StandardServer.java:743)
        at org.apache.catalina.startup.Catalina.stop(Catalina.java:601)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:576)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
        at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
Apr 8, 2010 3:16:03 PM org.apache.coyote.http11.Http11BaseProtocol
destroy
INFO: Stopping Coyote HTTP/1.1 on http-172.16.9.1-443
Apr 8, 2010 3:16:03 PM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: Failed shutdown of Apache Portable Runtime

<!-- with 1.1.19 -->
Apr 8, 2010 3:16:06 PM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance
in production environments was not found on the java.library.path:
C:\Program Files\Apache Software Foundation\Tomcat
5.5\bin;.;C:\WINNT\Sun\Java\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\syst
em32;C:\WINNT;C:\WINNT\System32\Wbem;...
Apr 8, 2010 3:16:06 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-172.16.9.1-80
Apr 8, 2010 3:16:06 PM org.apache.coyote.http11.Http11BaseProtocol init
SEVERE: Error initializing endpoint
java.io.FileNotFoundException: C:\Documents and
Settings\Administrator\.keystore (The system cannot find the file
specified)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at
org.apache.tomcat.util.net.jsse.JSSESocketFactory.getStore(JSSESocketFac
tory.java:279)
        at
org.apache.tomcat.util.net.jsse.JSSESocketFactory.getKeystore(JSSESocket
Factory.java:222)
        at
org.apache.tomcat.util.net.jsse.JSSE14SocketFactory.getKeyManagers(JSSE1
4SocketFactory.java:141)
        at
org.apache.tomcat.util.net.jsse.JSSE14SocketFactory.init(JSSE14SocketFac
tory.java:109)
        at
org.apache.tomcat.util.net.jsse.JSSESocketFactory.createSocket(JSSESocke
tFactory.java:98)
        at
org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.
java:294)
        at
org.apache.coyote.http11.Http11BaseProtocol.init(Http11BaseProtocol.java
:138)
        at
org.apache.catalina.connector.Connector.initialize(Connector.java:1016)
        at
org.apache.catalina.core.StandardService.initialize(StandardService.java
:580)
        at
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:7
91)
        at org.apache.catalina.startup.Catalina.load(Catalina.java:503)
        at org.apache.catalina.startup.Catalina.load(Catalina.java:523)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at
org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:266)
        at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:431)
Apr 8, 2010 3:16:06 PM org.apache.catalina.startup.Catalina load
SEVERE: Catalina.start
LifecycleException:  Protocol handler initialization failed:
java.io.FileNotFoundException: C:\Documents and
Settings\Administrator\.keystore (The system cannot find the file
specified)
        at
org.apache.catalina.connector.Connector.initialize(Connector.java:1018)
        at
org.apache.catalina.core.StandardService.initialize(StandardService.java
:580)
        at
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:7
91)
        at org.apache.catalina.startup.Catalina.load(Catalina.java:503)
        at org.apache.catalina.startup.Catalina.load(Catalina.java:523)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at
org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:266)
        at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:431)
Apr 8, 2010 3:16:06 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1906 ms
Apr 8, 2010 3:16:06 PM org.apache.catalina.realm.JAASRealm setContainer
INFO: Set JAAS app name SERVICE1
Apr 8, 2010 3:16:06 PM org.apache.catalina.realm.JAASRealm setContainer
INFO: Set JAAS app name SERVICE2
Apr 8, 2010 3:16:06 PM org.apache.catalina.realm.JAASRealm setContainer
INFO: Set JAAS app name SERVICE3
Apr 8, 2010 3:16:06 PM org.apache.catalina.core.StandardService start
INFO: Starting service SERVICE1
Apr 8, 2010 3:16:06 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.17
Apr 8, 2010 3:16:06 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Apr 8, 2010 3:16:13 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-172.16.9.1-80
Apr 8, 2010 3:16:14 PM org.apache.coyote.http11.Http11BaseProtocol start
SEVERE: Error starting endpoint
java.io.FileNotFoundException: C:\Documents and
Settings\Administrator\.keystore (The system cannot find the file
specified)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at
org.apache.tomcat.util.net.jsse.JSSESocketFactory.getStore(JSSESocketFac
tory.java:279)
        at
org.apache.tomcat.util.net.jsse.JSSESocketFactory.getKeystore(JSSESocket
Factory.java:222)
        at
org.apache.tomcat.util.net.jsse.JSSE14SocketFactory.getKeyManagers(JSSE1
4SocketFactory.java:141)
        at
org.apache.tomcat.util.net.jsse.JSSE14SocketFactory.init(JSSE14SocketFac
tory.java:109)
        at
org.apache.tomcat.util.net.jsse.JSSESocketFactory.createSocket(JSSESocke
tFactory.java:98)
        at
org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.
java:294)
        at
org.apache.tomcat.util.net.PoolTcpEndpoint.startEndpoint(PoolTcpEndpoint
.java:312)
        at
org.apache.coyote.http11.Http11BaseProtocol.start(Http11BaseProtocol.jav
a:150)
        at
org.apache.coyote.http11.Http11Protocol.start(Http11Protocol.java:75)
        at
org.apache.catalina.connector.Connector.start(Connector.java:1089)
        at
org.apache.catalina.core.StandardService.start(StandardService.java:459)
        at
org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
        at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
Apr 8, 2010 3:16:14 PM org.apache.catalina.startup.Catalina start
SEVERE: Catalina.start: 
LifecycleException:  service.getName(): "SERVICE1";  Protocol handler
start failed: java.io.FileNotFoundException: C:\Documents and
Settings\Administrator\.keystore (The system cannot find the file
specified)
        at
org.apache.catalina.connector.Connector.start(Connector.java:1096)
        at
org.apache.catalina.core.StandardService.start(StandardService.java:459)
        at
org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
        at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
Apr 8, 2010 3:16:14 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 7625 ms
Apr 8, 2010 3:16:49 PM org.apache.coyote.http11.Http11BaseProtocol pause
INFO: Pausing Coyote HTTP/1.1 on http-172.16.9.1-80
Apr 8, 2010 3:16:49 PM org.apache.coyote.http11.Http11BaseProtocol pause
INFO: Pausing Coyote HTTP/1.1 on http-172.16.9.1-443
Apr 8, 2010 3:16:50 PM org.apache.catalina.core.StandardService stop
INFO: Stopping service SERVICE1
Apr 8, 2010 3:16:51 PM org.apache.coyote.http11.Http11BaseProtocol
destroy
INFO: Stopping Coyote HTTP/1.1 on http-172.16.9.1-80
Apr 8, 2010 3:16:51 PM org.apache.catalina.connector.MapperListener
destroy
WARNING: Error unregistering MBeanServerDelegate
java.lang.NullPointerException
        at
org.apache.catalina.connector.MapperListener.destroy(MapperListener.java
:161)
        at
org.apache.catalina.connector.Connector.stop(Connector.java:1137)
        at
org.apache.catalina.core.StandardService.stop(StandardService.java:521)
        at
org.apache.catalina.core.StandardServer.stop(StandardServer.java:743)
        at org.apache.catalina.startup.Catalina.stop(Catalina.java:601)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:576)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
        at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
Apr 8, 2010 3:16:51 PM org.apache.coyote.http11.Http11BaseProtocol
destroy
INFO: Stopping Coyote HTTP/1.1 on http-172.16.9.1-443
Apr 8, 2010 3:16:51 PM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: Failed shutdown of Apache Portable Runtime

<!-- with 1.1.18 -->
Apr 8, 2010 3:16:54 PM org.apache.coyote.http11.Http11AprProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-172.16.9.1-80
Apr 8, 2010 3:16:55 PM org.apache.coyote.http11.Http11AprProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-172.16.9.1-443
Apr 8, 2010 3:16:55 PM org.apache.coyote.http11.Http11AprProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-172.16.2.1-80
Apr 8, 2010 3:16:55 PM org.apache.coyote.http11.Http11AprProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-172.16.2.1-443
Apr 8, 2010 3:16:55 PM org.apache.coyote.http11.Http11AprProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-172.16.27.1-80
Apr 8, 2010 3:16:55 PM org.apache.coyote.http11.Http11AprProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-172.16.27.1-443
Apr 8, 2010 3:16:55 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2766 ms
Apr 8, 2010 3:16:55 PM org.apache.catalina.realm.JAASRealm setContainer
INFO: Set JAAS app name SERVICE1
Apr 8, 2010 3:16:55 PM org.apache.catalina.realm.JAASRealm setContainer
INFO: Set JAAS app name SERVICE2
Apr 8, 2010 3:16:55 PM org.apache.catalina.realm.JAASRealm setContainer
INFO: Set JAAS app name SERVICE3
Apr 8, 2010 3:16:55 PM org.apache.catalina.core.StandardService start
INFO: Starting service SERVICE1
Apr 8, 2010 3:16:55 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.17
Apr 8, 2010 3:16:55 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Apr 8, 2010 3:17:02 PM org.apache.coyote.http11.Http11AprProtocol start
INFO: Starting Coyote HTTP/1.1 on http-172.16.9.1-80
Apr 8, 2010 3:17:02 PM org.apache.coyote.http11.Http11AprProtocol start
INFO: Starting Coyote HTTP/1.1 on http-172.16.9.1-443
Apr 8, 2010 3:17:02 PM org.apache.catalina.core.StandardService start
INFO: Starting service SERVICE2
Apr 8, 2010 3:17:02 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.17
Apr 8, 2010 3:17:02 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Apr 8, 2010 3:17:06 PM org.apache.coyote.http11.Http11AprProtocol start
INFO: Starting Coyote HTTP/1.1 on http-172.16.2.1-80
Apr 8, 2010 3:17:06 PM org.apache.coyote.http11.Http11AprProtocol start
INFO: Starting Coyote HTTP/1.1 on http-172.16.2.1-443
Apr 8, 2010 3:17:07 PM org.apache.catalina.core.StandardService start
INFO: Starting service SERVICE3
Apr 8, 2010 3:17:07 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.17
Apr 8, 2010 3:17:07 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Apr 8, 2010 3:17:10 PM org.apache.coyote.http11.Http11AprProtocol start
INFO: Starting Coyote HTTP/1.1 on http-172.16.27.1-80
Apr 8, 2010 3:17:10 PM org.apache.coyote.http11.Http11AprProtocol start
INFO: Starting Coyote HTTP/1.1 on http-172.16.27.1-443
Apr 8, 2010 3:17:10 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Apr 8, 2010 3:17:11 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 15812 ms


And if you are interested, the server.xml is stripped to bare bones with
3 services of the form:

  <Service name="SERVICE1">
    <Connector address="172.16.9.1" port="80" maxHttpHeaderSize="8192"
               maxThreads="150" minSpareThreads="5" maxSpareThreads="75"
               enableLookups="false" redirectPort="443"
acceptCount="100"
               connectionTimeout="20000" disableUploadTimeout="true"
compression="on"
 
compressableMimeType="text/html,text/xml,text/plain,text/css,text/csv,te
xt/javascript,text/rtf,text/richtext"
    />
    <Connector address="172.16.9.1" port="443" maxHttpHeaderSize="8192"
               maxThreads="150" minSpareThreads="5" maxSpareThreads="75"
               enableLookups="false" acceptCount="100" 
               connectionTimeout="20000" disableUploadTimeout="true"
compression="on"
 
compressableMimeType="text/html,text/xml,text/plain,text/css,text/csv,te
xt/javascript,text/rtf,text/richtext"
               scheme="https" secure="true" clientAuth="false"
SSLEngine="on"
               SSLCertificateFile="path_to_crt"
               SSLCertificateKeyFile="path_to_key"
               SSLCertificateChainFile="path_to_chain_crt"
               SSLPassword="password" />
    <Engine name="SERVICE1" defaultHost="service1.domain.com">
      <Host name="service1.domain.com" appBase="service1_webapps"
       unpackWARs="false" autoDeploy="false"
       xmlValidation="false" xmlNamespaceAware="false">
      </Host>
    </Engine>
  </Service>


-----Original Message-----
From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] 
Sent: Thursday, April 08, 2010 2:24 PM
To: Tomcat Users List
Subject: Which native library?

I'm currently using Tomcat 5.5.17 on Windows 2000 32-bit on some
servers. 

(I know, both old, but trying to stretch.  Can upgrade tomcat soon but
not soon enough.)

Java dll is Sun JDK 1.6.0_18 server.

 

I tried loading both 1.1.19 and 1.1.20 versions of the native dll, but
apparently Tomcat could not find them.  I got "unable to locate" errors
in catalina.log and errors that it couldn't locate the .keystore file
(when it should have been using the defined OpenSSL files).

 

I have seen the "unable to locate" library errors in 5.5.28 installs
with 1.1.19 & 1.1.20, but at least the OpenSSL still worked.

 

I won't be able to upgrade Tomcat to another release for a couple of
more weeks (frankly I've been waiting on 5.5.29), but would really like
to get the native DLL upgraded to as recent as possible.

 

Does anyone know which is the latest DLL version that will work with
5.5.17?


*******************************  NOTICE
*********************************
This message is intended for the use of the individual or entity to
which 
it is addressed and may contain information that is privileged, 
confidential, and exempt from disclosure under applicable law.  If the 
reader of this message is not the intended recipient or the employee or 
agent responsible for delivering this message to the intended recipient,

you are hereby notified that any dissemination, distribution, or copying

of this communication is strictly prohibited.  If you have received this

communication in error, please notify us immediately by reply or by 
telephone (call us collect at 512-343-9100) and immediately delete this 
message and all its attachments.

*******************************  NOTICE  *********************************
This message is intended for the use of the individual or entity to which 
it is addressed and may contain information that is privileged, 
confidential, and exempt from disclosure under applicable law.  If the 
reader of this message is not the intended recipient or the employee or 
agent responsible for delivering this message to the intended recipient, 
you are hereby notified that any dissemination, distribution, or copying 
of this communication is strictly prohibited.  If you have received this 
communication in error, please notify us immediately by reply or by 
telephone (call us collect at 512-343-9100) and immediately delete this 
message and all its attachments.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to