Sorry for the additional reply but I found some additional information that
might be relevant:

We have a tomcat 6.0 installation that is referring to the same keystore
with the same connector that starts up without error. However, the Tomcat
6.0.28 instance starts up with error.

I did a diff on the files with Notepad++ and they are pretty much exactly
the same. I pasted my 6.0 connector to replace 6.0.28 default connectors in
the server.xml file.

Given this, any idea what my next steps might be?

--
Sean


On Thu, Sep 23, 2010 at 2:38 PM, Sean Killeen <seankill...@gmail.com> wrote:

> @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
>>
>>
>

Reply via email to