@Kishore: I attempted your fix, but the errors remain so I changed it back.
@Mark: I commented the AprLifecycleListener listener, but the error remains. The listeners section of server.xml now looks like: <!--APR library loader. Documentation at /docs/apr.html --> <!--<Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" />--> <!--Initialize Jasper prior to webapps are loaded. Documentation at /docs/jasper-howto.html --> <Listener className="org.apache.catalina.core.JasperListener" /> <!-- JMX Support for the Tomcat server. Documentation at /docs/non-existent.html --> <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener" /> <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" /> Thanks for the fast responses! Hoping to find a resolution to this soon. -- Sean On Thu, Sep 23, 2010 at 2:29 PM, Mark Thomas <ma...@apache.org> wrote: > On 23/09/2010 11:26, Kishore Kumar Manthangod wrote: > > Looks this is culprit. Either file not found at d:\keystore\.keystore or > > change it to d:/keystore/.keystore (Forward slashing) > > Nope. That is not the problem in this case. > > Mark > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >