-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

Hi.

I have configured a PC/Linux with apache (1.3.6) and 2 solaris with JVM
It's work really good ( so thank's to the developpers :).

But, I have configured another PC/Linux with apache ( 1.3.6 ) , and
it doesn't work :(.

I have compiled and patch the ApacheJserv to have a lot of logs:
So the watchdog ping the local host :
(I put every log are in the INFO level )
(INFO) jserv_watchdog:(18303) watchdog_terminate()
(INFO) setting defaults for balance set1-PC1 (weight 1)
(INFO) setting defaults for balance set1-PC2 (weight 1)
(INFO) setting defaults for host PC1-JS1 8007 10.3.0.101
(INFO) setting defaults for host PC2-JS2 8007 10.3.0.103
( Same port strange isn't it ? ).
(INFO) setting up balance for mount /RocoResa/, zone RocoResa
(INFO) balancing host PC1-JS1 port 8007 hostaddr 6500030A
(INFO) balancing host PC2-JS2 port 8007 hostaddr 6700030A
(INFO) Apache JServ Module is initializing
[...]
(INFO) watchdog:(18305) wakeup
(INFO) jserv_watchdog:(18305) state = -  JS1 addr 127.0.0.1
(INFO) jserv_watchdog:(18305) state = - ping  JS1 addr 127.0.0.1
(INFO) jserv_ping:(18305) creating socket
(INFO) jserv_ping:(18305) connecting
(INFO) jserv_ping:addr 127.0.0.1 port 8007
(INFO) jserv_ping:(18305) result = -1
(INFO) jserv_watchdog:(18305) state = - after ping  JS1 addr 127.0.0.1
(INFO) jserv_watchdog:(18305) state = -  JS2 addr 127.0.0.1
(INFO) jserv_watchdog:(18305) state = - ping  JS2 addr 127.0.0.1

I don't understand every well the function of JS1 and JS2 .. 
Why does it take the local host ?

My config is jserv.conf :
###############################################################################
<IfModule mod_jserv.c>
ApJServManual on
ApJServLogFile /usr/local/apache/logs/jserv.log
ApJServMount /RocoResa balance://set1/RocoResa
ApjServBalance set1 PC1
ApjServBalance set1 PC2
ApJServHost PC1 ajpv11://10.3.0.101:8007
ApJServHost PC2 ajpv11://10.3.0.103:8008
ApJServRoute JS1 PC1
ApJServRoute JS2 PC2
ApJServShmFile /usr/local/apache/logs/jserv_shm
ApJServSecretKey DISABLED
########################"

Could you HELP ME PLEASE.
I Become CRAZY :(.

Cheer's
charles vidal


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
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