Chuck, you are THE MAN! That was it. No log file now for the owf webapp. It successfully initializes. Also, when accessing owf from http://localhost:8080/manager/html, I'm successfully prompted for certificates and redirected to https://localhost:8443/owf
One other kink I tried to work-out. When I go to https://localhost:8443/owf, I get the following common message: "There is a problem with this website's security certificate. The security certificate presented by this website was not issued by a trusted certificate authority." Bla, bla, bla, ... I can click on "continue to this website and the webapp works fine and just shows "untrusted certificate" highlighted in red where the URL is located in the browser. So I imported the certificates via Tools->Internet Options->Content Tab->Certificates. But I still get this "untrusted certificate" message. Is there any way to overcome this? Thank you again for your help. Brian. -----Original Message----- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Tuesday, February 25, 2014 8:08 AM To: Tomcat Users List Subject: RE: Installing the OWF webapp to an existing Tomcat Instance > From: J. Brian Hall [mailto:jbrianhall...@me.com] > Subject: RE: Installing the OWF webapp to an existing Tomcat Instance > > <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true" > > maxThreads="150" scheme="https" secure="true" > > keystoreFile="certs/keystore.jks" keystorePass="changeit" > > clientAuth="want" sslProtocol="TLS" /> > Feb 24, 2014 7:14:28 PM org.apache.coyote.AbstractProtocol init > SEVERE: Failed to initialize end point associated with ProtocolHandler ["http-apr-8443"] > java.lang.Exception: Connector attribute SSLCertificateFile must be defined when using SSL with APR You appear to have the APR library installed (tcnative-1.dll), but have configured SSL for the pure Java handler. You must choose one or the other, not mix them. Doc is here: http://tomcat.apache.org/tomcat-7.0-doc/config/http.html#SSL_Support If you want to keep the Java keystore, you can delete or rename the above .dll, or comment out the APR listener in conf/server.xml. Note that the APR SSL handler is more efficient than the pure Java one. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org