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

The problem isn't security related, it is that the JVM isn't
running...which is probably due to another different misconfiguration.

ps uax | grep java

-jon



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