Multiple VirtualHosts in Distributed Mode
hey all,
i've following adobe livedocs me setup multiple virualhosts (in apache) multiple coldfusion mx 7 instances.
i've verified virtualhosts being processed , going correct proxy bootstraps (based on url). i've verified security.properties file configured allow remote web servers connect. there no firewall in between them , on same subnet.
however, following message in apache logs:
[wed sep 06 11:43:40 2006] [notice] jrapache[15270: 34578] 127.0.0.1:51000 connect failed: 111 111 connection refused
[wed sep 06 11:43:40 2006] [notice] jrapache[15270: 34578] not initialize proxy 127.0.0.1:51000
[wed sep 06 11:43:40 2006] [notice] jrapache[15270: 34578] couldn't initialize remote server, jrun server(s) down.
[wed sep 06 11:43:40 2006] [notice] jrapache[15270: 34578] jrun not accept request. check jrun web server configuration , jrun mappings on jrun server.
which makes no sense because log shows trying connect 127.0.0.1, bootstrap shows
jrunconfig bootstrap 10.16.1.10:51000
obviously, connection refused on localhost coldfusion isn't running locally.
any clues why it's trying connect locally instead of using bootstrap ip?
tia!
i've following adobe livedocs me setup multiple virualhosts (in apache) multiple coldfusion mx 7 instances.
i've verified virtualhosts being processed , going correct proxy bootstraps (based on url). i've verified security.properties file configured allow remote web servers connect. there no firewall in between them , on same subnet.
however, following message in apache logs:
[wed sep 06 11:43:40 2006] [notice] jrapache[15270: 34578] 127.0.0.1:51000 connect failed: 111 111 connection refused
[wed sep 06 11:43:40 2006] [notice] jrapache[15270: 34578] not initialize proxy 127.0.0.1:51000
[wed sep 06 11:43:40 2006] [notice] jrapache[15270: 34578] couldn't initialize remote server, jrun server(s) down.
[wed sep 06 11:43:40 2006] [notice] jrapache[15270: 34578] jrun not accept request. check jrun web server configuration , jrun mappings on jrun server.
which makes no sense because log shows trying connect 127.0.0.1, bootstrap shows
jrunconfig bootstrap 10.16.1.10:51000
obviously, connection refused on localhost coldfusion isn't running locally.
any clues why it's trying connect locally instead of using bootstrap ip?
tia!
what version of apache running
More discussions in ColdFusion Server Administration
adobe
Comments
Post a Comment