hi, Thanks for you answer

I didn't use it for a while (telnet) and have almost forget it ;)

I checked the ports which are listen on both server with:
$netstat -na | grep 80


tcp        0      0 127.0.0.1:8014              0.0.0.0:*                  
LISTEN
tcp        0      0 85.12.17.31:80              0.0.0.0:*                  
LISTEN
tcp        0      0 85.12.17.30:80              0.0.0.0:*                  
LISTEN
tcp        0      0 85.12.17.29:80              0.0.0.0:*                  
LISTEN
tcp        0      0 85.12.17.29:8080            0.0.0.0:*                  
LISTEN

There are no ports listen for ajp12 and ajp13, that is way in can't
understand? Both connectors are included in server.xml but they don't come
up...hmm, only the http  connector is up at 8080 as well as apache is
listening on 80.

Second thing:
When I use telenet from localhost:
[EMAIL PROTECTED] mrki]# telnet 85.12.17.29 8080
Trying 85.12.17.29...
Connected to 85.12.17.29 (85.12.17.29).
Escape character is '^]'.

the connection is established every time I try to connect, but if I try
telnet form a foreign host:

C:>telnet 85.12.17.29 8080
Connecting To 85.12.17.29...Could not open connection to the host, on port
8080:
Connect failed

That's really weird?

I suppose that some reason exist why the connection can't be established,
therefor I can't even connect over my browser to TomCat
http://85.12.17.29:8080

thanks in advance and hope to hear from you soon

regards mrki




--------- Originalna poruka --------
From: "Tomcat Users List" <users@tomcat.apache.org>
To: "'Tomcat Users List'" <users@tomcat.apache.org>
Subject: RE: How can I check is some connector up for TomCat?
Date: 31/10/05 15:51


Do

telnet localhost 8009 and see if connects ?


guru

-----Original Message-----
From: Janem [mailto:[EMAIL PROTECTED]
Sent: 31 October 2005 10:56
To: users@tomcat.apache.org
Subject: How can I check is some connector up for TomCat?


How can I check is ajp12 or ajp13 connector up for TomCat?

......
<Connector className="org.apache.tomcat.service.PoolTcpConnector">
<Parameter name="handler"
value="org.apache.tomcat.service.connector.Ajp12ConnectionHandler"/>
<Parameter name="port" value="8007"/>
</Connector>


<Connector className="org.apache.tomcat.service.PoolTcpConnector">
<Parameter name="handler"
value="org.apache.tomcat.service.connector.Ajp13ConnectionHandler"/>
<Parameter name="port" value="8009"/>
</Connector>
......



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to