Re: Tomcat 6: AJP Connector not started?

2010-12-20 Thread Karel Vervaeke
Cool. Thanks! On Sat, Dec 18, 2010 at 7:40 PM, Konstantin Kolinko knst.koli...@gmail.comwrote: 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

Re: Tomcat 6: AJP Connector not started?

2010-12-18 Thread Karel Vervaeke
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

Re: Tomcat 6: AJP Connector not started?

2010-12-18 Thread Konstantin Kolinko
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

Tomcat 6: AJP Connector not started?

2010-12-17 Thread Karel Vervaeke
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

Re: Tomcat 6: AJP Connector not started?

2010-12-17 Thread Pid
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