You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Karel Vervaeke <ka...@outerthought.org> on 2010/12/17 17:34:35 UTC

Tomcat 6: AJP Connector not started?

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?

Regards,
Karel

Re: Tomcat 6: AJP Connector not started?

Posted by Karel Vervaeke <ka...@outerthought.org>.
Cool. Thanks!

On Sat, Dec 18, 2010 at 7:40 PM, Konstantin Kolinko
<kn...@gmail.com>wrote:

> 2010/12/18 Karel Vervaeke <ka...@outerthought.org>:
> > I assume that uncommenting the SSL connector breaks things if it isn't
> > configured.
>
> Yes, though 6.0.30 will have a fix against this, aka "Failure during
> start of one connector should not leave some connectors started and
> some ignored"
> https://issues.apache.org/bugzilla/show_bug.cgi?id=49030
>
> Best regards,
> Konstantin Kolinko
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

Re: Tomcat 6: AJP Connector not started?

Posted by Konstantin Kolinko <kn...@gmail.com>.
2010/12/18 Karel Vervaeke <ka...@outerthought.org>:
> I assume that uncommenting the SSL connector breaks things if it isn't
> configured.

Yes, though 6.0.30 will have a fix against this, aka "Failure during
start of one connector should not leave some connectors started and
some ignored"
https://issues.apache.org/bugzilla/show_bug.cgi?id=49030

Best regards,
Konstantin Kolinko

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


Re: Tomcat 6: AJP Connector not started?

Posted by Karel Vervaeke <ka...@outerthought.org>.
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 <pi...@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
>

Re: Tomcat 6: AJP Connector not started?

Posted by Pid <pi...@pidster.com>.
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