greetings,

i'm trying to run a jserv engine and apache web server on separate
machines.
for now, i have disabled the security:

jserv.conf
    jserv.properties:security.allowedAddresses=127.0.0.1,192.1.2.3
    jserv.conf:ApJServSecretKey DISABLED

jserv.properties
    #security.secretKey=/u06/apache/conf/jserv/jserv.secret.key

yet, the web server fails to connect to the jserv engine. the
mod_jserv.log on the web server host has these entries:
[14/03/2000 14:09:26:874] (EMERGENCY) ajp12: can not connect to host
192.1.2.3:8007
[14/03/2000 14:09:26:874] (EMERGENCY) ajp12: connection fail
[14/03/2000 14:09:26:874] (ERROR) an error returned handling request via
protocol "ajpv12"

where 192.1.2.3 is (not the real) ip address of the jserv host.
also, if i try to "telnet localhost 8007" on the jserv i connect to the
engine but if i try
"telnet 192.1.2.3 8007" on that same machine i get "connection
refused...". since i use ip addresses, dns can't cause this. does
anybody know what may cause this? tia,

-a

--
Aaron Stromas     |   "Tick-tick-tick!!!... ja, Pantani is weg...."
Oracle Corp.      |              BRTN commentator,
+1 703 708 6821   |              L'Alpe d'Huez, 1995 Tour de France





--
----------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to