"Dmitriy Repin" <d...@inbox.ru> wrote in message 
news:4a167e1a.30...@inbox.ru...
> Tomcat 6.0.18
> JDK 1.6.0_13
>
> I want to use AJP/NIO connector, but it didn't started on CentOS
> (neither Intel no AMD platform).
>
> May 22, 2009 10:07:52 AM
> org.apache.catalina.startup.SetAllPropertiesRule begin
> WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting
> property 'channelNioSocket.port' to '8009' did not find a matching 
> property.
> May 22, 2009 10:07:52 AM
> org.apache.catalina.startup.SetAllPropertiesRule begin
> WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting
> property 'channelNioSocket.maxThreads' to '97' did not find a matching
> property.
> May 22, 2009 10:07:52 AM
> org.apache.catalina.startup.SetAllPropertiesRule begin
> WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting
> property 'channelNioSocket.maxSpareThreads' to '50' did not find a
> matching property.
> May 22, 2009 10:07:52 AM
> org.apache.catalina.startup.SetAllPropertiesRule begin
> WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting
> property 'channelNioSocket.minSpareThreads' to '25' did not find a
> matching property.
> May 22, 2009 10:07:52 AM
> org.apache.catalina.startup.SetAllPropertiesRule begin
> WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting
> property 'channelNioSocket.bufferSize' to '16384' did not find a
> matching property.
> May 22, 2009 10:07:52 AM org.apache.tomcat.util.net.NioSelectorPool
> getSharedSelector
> INFO: Using a shared selector for servlet write/read
> May 22, 2009 10:07:52 AM org.apache.coyote.http11.Http11NioProtocol init
> INFO: Initializing Coyote HTTP/1.1 on http-8080
> May 22, 2009 10:07:52 AM org.apache.coyote.ajp.AjpAprProtocol init
> INFO: Initializing Coyote AJP/1.3 on ajp-0

It seems that you have the AJP/APR connector configured.  But still follow 
Chuck's advice and post your server.xml

> May 22, 2009 10:07:52 AM org.apache.catalina.startup.Catalina load
> INFO: Initialization processed in 1357 ms
> May 22, 2009 10:07:52 AM org.apache.catalina.core.StandardService start
> INFO: Starting service Catalina
> May 22, 2009 10:07:52 AM org.apache.catalina.core.StandardEngine start
> INFO: Starting Servlet Engine: Apache Tomcat/6.0.18
> May 22, 2009 10:07:59 AM org.apache.catalina.core.ApplicationContext log
> INFO: quartz: Quartz Initializer Servlet loaded, initializing Scheduler...
> May 22, 2009 10:07:59 AM org.apache.coyote.http11.Http11NioProtocol start
> INFO: Starting Coyote HTTP/1.1 on http-8080
> May 22, 2009 10:07:59 AM org.apache.coyote.ajp.AjpAprProtocol start
> INFO: Starting Coyote AJP/1.3 on ajp-0
> May 22, 2009 10:07:59 AM org.apache.catalina.startup.Catalina start
> INFO: Server startup in 6751 ms
>
> But it works fine on Solaris 10, Ubuntu and Windows XP.
>
> May 7, 2009 3:16:23 PM org.apache.tomcat.util.net.NioSelectorPool
> getSharedSelector
> INFO: Using a shared selector for servlet write/read
> May 7, 2009 3:16:23 PM org.apache.coyote.http11.Http11NioProtocol init
> INFO: Initializing Coyote HTTP/1.1 on http-8080
> May 7, 2009 3:16:23 PM org.apache.catalina.startup.Catalina load
> INFO: Initialization processed in 837 ms
> May 7, 2009 3:16:23 PM org.apache.catalina.core.StandardService start
> INFO: Starting service Catalina
> May 7, 2009 3:16:23 PM org.apache.catalina.core.StandardEngine start
> INFO: Starting Servlet Engine: Apache Tomcat/6.0.18
> May 7, 2009 3:16:26 PM org.apache.coyote.http11.Http11NioProtocol start
> INFO: Starting Coyote HTTP/1.1 on http-8080
> May 7, 2009 3:16:26 PM org.apache.jk.common.ChannelSocket init
> INFO: JK: ajp13 disabling channelSocket
> May 7, 2009 3:16:26 PM org.apache.jk.common.ChannelNioSocket init
> INFO: JK: ajp13 listening on /0.0.0.0:8009
> May 7, 2009 3:16:26 PM org.apache.jk.server.JkMain start
> INFO: Jk running ID=0 time=0/27  config=null
> May 7, 2009 3:16:27 PM org.apache.catalina.startup.Catalina start
> INFO: Server startup in 3694 ms
>
> Any idea? 




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

Reply via email to