----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
>Solaris 2.6, Apache 1.9 JDK1.1.8, JServ 1.1
>
>I have a fairly high demand site that uses 25 JServs using loadbalancing
>that works fast, however, I regularly get the following in the
>mod_jserv.log for differing port numbers:
>
I made the change below in jserv.h to increase to more than 25
instances of jserv. I also asked Jean-Luc privately if there would be
any problem with increasing that number to a large value such as 256.
------------
--- src/c/jserv.h.in 1999/11/30 22:11:16 1.23
+++ src/c/jserv.h.in 2000/03/15 16:33:13
@@ -232,7 +232,7 @@
* *
**********************************************************************
*******/
-#define NB_MAX_JSERVS 25
+#define NB_MAX_JSERVS 256
#define DOWN '-'
#define SHUTDOWN_IMMEDIATE 'X'
------------
Bernie Bernstein
Talk City Inc.
voice: 408-871-5320 Join the Conversation.
email: [EMAIL PROTECTED] http://www.talkcity.com/
--
--------------------------------------------------------------
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]