Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: xml/xsql http-server setup problems
Jeroen
I don't think it's HP-UX specific, more likely to be a configuration issue.
The real error seems to be the
JServ: mod_jserv.log
[22/07/2004 15:23:44:785] (EMERGENCY) ajp12: can not connect to host
127.0.0.1:61639
>From your jserv.properties, the security.allowedAddresses parameter should
be set to whatever addresses are allowed to connect to Apache Jserv. This is
usually localhost and whatever ServerName is set to httpd.conf. So for you
(probably):
security.allowedAddresses=127.0.0.1,194.134.38.46
Failing that you can also increase the logging by changing
ApJServLogLevel debug
in your jserv.conf.
and running again to get more error diagnostics.
Ray
-----Original Message-----
From: Jeroen van Sluisdam [mailto:jeroen.van.sluisdam_at_vrijuit.nl]
Sent: Thursday, July 22, 2004 9:29 PM
To: 'oracle-l_at_freelists.org'
Subject: RE: xml/xsql http-server setup problems
Also installed htmldb and made suggested changes there Could it be an HP-UX specific problem?
Tnx,
Jeroen
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Fri Jul 23 2004 - 03:45:11 CDT
![]() |
![]() |