Hi

Please state the full path in the server.xml file that should fix the problem.

Diep, David (OCTO-Contractor) wrote:

Hello,

I get the following in my logs during startup:

Aug 18, 2011 1:57:45 PM org.apache.catalina.startup.Catalina start
SEVERE: Catalina.start:
LifecycleException:  service.getName(): "Catalina";  Protocol handler start 
failed: java.io.FileNotFoundException: C:\Program Files\Apache Software Foundation\Tomcat 
6.0\cert\keystore.jks (The system cannot find the path specified)
               at 
org.apache.catalina.connector.Connector.start(Connector.java:1094)
               at 
org.apache.catalina.core.StandardService.start(StandardService.java:534)
               at 
org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
               at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
               at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
               at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
               at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown 
Source)
               at java.lang.reflect.Method.invoke(Unknown Source)
               at 
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
               at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Aug 18, 2011 1:57:45 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 573 ms


This is my server.xml...  I cannot seem to get past this, I've tried multiple 
iterations everywhere from Verisign to Apache guides... Any help would be 
awesome!

     <Connector port="80" protocol="HTTP/1.1"
              connectionTimeout="20000"
              redirectPort="443" />

     <!-- SSL Connector on Port 443 -->

     <Connector port="443" protocol="HTTP/1.1" SSLEnabled="true"
              maxThreads="150" scheme="https" secure="true"
              keystoreFile="/cert/keystore.jks" keystorePass="xxxxx"
              clientAuth="false" sslProtocol="TLS" />






"One City Summer Fun ... Something for Everyone"
Mayor Gray's comprehensive summer program with fun activities, events and 
services for residents of all ages
For more information visit 
www.onecitysummer.dc.gov<http://www.onecitysummer.dc.gov>  or call 311





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

Reply via email to