You have mailed a piece of log file:
[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"
What is the bindaddress in jserv.properties?
I have something like: (And it works!)
# Syntax: bindaddress=[ipaddress] or [localhost]
# Default: localhost
#bindaddress=localhost does allow connection from others...
bindaddress=139.16.217.40
Where 139.16.217.40 is the IP of the machine where the JVM runs.
Change it and try on the machine:
telnet localhost 8007
telnet 192.1.2.3 8007
The connection should be accepted on 192.1.2.3...
Hope it helps
> -----Original Message-----
> From: Aaron M. Stromas [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, March 15, 2000 2:11 PM
> To: Java Apache
> Subject: Re: why jserv refuses connection?
>
> [EMAIL PROTECTED] wrote:
>
> > >
> > > 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
> >
>
> i started jserv manually and it is definitely running, the 8007 port is
> bound
> and jserv is listening on it:
>
> bash$ netstat -a | grep 8007
> localhost.8007 *.* 0 0 0 0 LISTEN
> localhost.8007 localhost.34629 32768 0 32768 0
> TIME_WAIT
>
> localhost.8007 localhost.34631 32768 0 32768 0
> TIME_WAIT
>
> besides, i can telnet to 8007 using localhost and when i type something
> nonsensical i get "400 Bad request". surely, i misconfigured something but
> what?
>
> -a
>
> >
> > --
> > ----------------------------------------------------------
> > To subscribe: [EMAIL PROTECTED]
> > To unsubscribe: [EMAIL PROTECTED]
> > Archives and Other: <http://java.apache.org/main/mail.html>
> > Problems?: [EMAIL PROTECTED]
>
> --
> 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]
--
----------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]