I thought the server.xml was the default one included in Tomcat, but your
question made me wonder and I diff'ed it against the default server.xml in
Tomcat.

Turns out this connector was uncommented in my server.xml:

    <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
               maxThreads="150" scheme="https" secure="true"
               clientAuth="false" sslProtocol="TLS" />

I assume that uncommenting the SSL connector breaks things if it isn't
configured.

Thanks,
Karel

On Fri, Dec 17, 2010 at 10:00 PM, Pid <p...@pidster.com> wrote:

> On 17/12/2010 16:34, Karel Vervaeke wrote:
> > I have a Tomcat 6.0.29 instance which starts up fine - I can access the
> > webapps via port 8080,
> > but it doesn't seem to start the AJP connector.
> > I have this in my server.xml:
> >     <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
> >
> > I don't see anything relevant in the logs (perhaps because I don't know
> what
> > to look for).
> > There some warnings because I didn't configure the keystore password
> though,
> > but that doesn't seem relevant.
> >
> > Any ideas what I can do?
>
> Remove all of the comments, usernames & passwords from your server.xml.
>
> Post the entire doc inline, in an email to the list.
>
>
> p
>

Reply via email to