Enrique Skater [http://community.jboss.org/people/kike_skater] created the 
discussion

"Re: [JBossWeb] Failed to startConnectors"

To view the discussion, visit: http://community.jboss.org/message/611281#611281

--------------------------------------------------------------
Hi Alexey.. 

I did netstat on my cmd - and appears that the port 8009 is listening ..   
http://tinypic.com/r/2rfzrix/7 http://tinypic.com/r/2rfzrix/7http://tinypic.com/r/2rfzrix/7 http://tinypic.com/r/2rfzrix/7 

Now .. in my jboss configuration script there appear 2 ports 8080 and 8009 .. 
This is ok?? The port that is give me problem is 8009.   


This is part of the script  of  
C:\Jboss\server\default\deploy\jboss-web.deployer\server

<code>

 <Connector port="8080" address="${jboss.bind.address}"    
         maxThreads="250" maxHttpHeaderSize="8192"
         emptySessionPath="true" protocol="HTTP/1.1"
         enableLookups="false" redirectPort="8443" acceptCount="100"
         connectionTimeout="20000" disableUploadTimeout="true" />

<code>

<code>

<Connector port="8009" address="${jboss.bind.address}" protocol="AJP/1.3"
         emptySessionPath="true" enableLookups="false" redirectPort="8443" />
      <Engine name="jboss.web" defaultHost="localhost">

<code>
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/611281#611281]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to