Author: hgomez Date: Fri Apr 20 01:29:24 2007 New Revision: 530691 URL: http://svn.apache.org/viewvc?view=rev&rev=530691 Log: Using pconf on i5/OS V5R4 didn't show more problems.
Modified: tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c Modified: tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c?view=diff&rev=530691&r1=530690&r2=530691 ============================================================================== --- tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c (original) +++ tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c Fri Apr 20 01:29:24 2007 @@ -2788,22 +2788,7 @@ for (; srv; srv = srv->next) { jk_server_conf_t *sconf = (jk_server_conf_t *)ap_get_module_config(srv->module_config, &jk_module); -/*** - * on iSeries, the web server is 'HTTP Powered by Apache 2', as such it differs from the regular - * implementations found on others boxes. - * - * One of this difference is that the life cycle seems different and we discovered that on such platform - * we need to initialize the jk log with the plog instead of pconf. - * - * We're waiting for more feedback from Rochester iSeries Labs... - * - ***/ - -#if defined(AS400) && !defined(AS400_UTF8) - if (open_jklog(srv, plog)) -#else if (open_jklog(srv, pconf)) -#endif return HTTP_INTERNAL_SERVER_ERROR; if (sconf) { if (!uri_worker_map_alloc(&(sconf->uw_map), --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]