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/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>