hgomez 2005/03/24 02:19:19 Modified: jk/native/apache-2.0 mod_jk.c Log: ap_mpm_query is now supported on iSeries (at least V5R3) but you should have the latest PTF installed and ad minima SI17402 and SI17061. As usually make sure you have all the latest PTF applied for 5722DG1 (IBM HTTPD powered by Apache) Revision Changes Path 1.133 +1 -5 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c,v retrieving revision 1.132 retrieving revision 1.133 diff -u -r1.132 -r1.133 --- mod_jk.c 18 Mar 2005 08:14:42 -0000 1.132 +++ mod_jk.c 24 Mar 2005 10:19:19 -0000 1.133 @@ -39,9 +39,7 @@ #include "http_log.h" #include "util_script.h" -#ifndef AS400 #include "ap_mpm.h" -#endif #ifdef AS400 #include "ap_charset.h" @@ -2363,11 +2361,9 @@ /* Set default connection cache size for worker mpm */ #if APR_HAS_THREADS -#ifndef AS400 if (ap_mpm_query(AP_MPMQ_MAX_THREADS, &mpm_threads) != APR_SUCCESS) mpm_threads = 1; #endif -#endif jk_set_worker_def_cache_size(mpm_threads); if (!uri_worker_map_alloc(&(conf->uw_map),
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]