I enabled debugging on mod_caucho and I am seeing line like :

 config.c:1286:cse_update_host(): foo.com:80(0x918ad50) old:0
now:1231827067()
 config.c:1164:cse_update_host_from_resin(): can't open any connections
 config.c:1291:cse_update_host(): complete foo.com:80(0x918ad50) old:0
now:1231827067()
 config.c:1286:cse_update_host(): :0(0x9189c70) old:0 now:1231827067()
 config.c:1164:cse_update_host_from_resin(): can't open any connections
 config.c:1291:cse_update_host(): complete :0(0x9189c70) old:0
now:1231827067()
 mod_caucho.c:922:caucho_request(): session index: -1
 mod_caucho.c:934:caucho_request(): no connection: cluster(0x9189cb0)

in my resin.conf I have :
    <!-- define the servers in the cluster -->
    <server id="" address="127.0.0.1" port="6802"/>
and netstat shows :

# netstat -atnp  |grep 68
tcp        0      0 127.0.0.1:6802              0.0.0.0:*
LISTEN      32667/java

the httpd.conf has :

LoadModule caucho_module /usr/lib/httpd/modules/mod_caucho.so

ResinConfigServer 127.0.0.1 6800
CauchoHost 127.0.0.1 6800
AddHandler caucho-request .jsp

<Location /caucho-status>
 SetHandler caucho-status
</Location>

resin 3.1.8 /apache 2.2.3 centos

Any ideas?







The future is here. It's just not widely distributed yet.
-William Gibson
_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to