Here is my httpd:

  *1* *   # Configuration originally created by Create HTTP Server wizard on
Fri Nov 13 16:08:48 CST 2009* *  2* *   LoadModule jk_module
/QSYS.LIB/QHTTPSVR.LIB/QZTCJK.SRVPGM* *  3* *   Listen 10.201.21.152:80* *
  4* *   DocumentRoot /www/webserver3/webapps/* *  5* *   Options -ExecCGI
-FollowSymLinks -SymLinksIfOwnerMatch -Includes -IncludesNoExec -Indexes
-MultiViews* *  6* *   LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-Agent}i\"" combined* *  7* *   LogFormat "%{Cookie}n \"%r\" %t"
cookie* *  8* *   LogFormat "%{User-agent}i" agent* *  9* *   LogFormat
"%{Referer}i -> %U" referer* *  10* *   LogFormat "%h %l %u %t \"%r\" %>s
%b" common* *  11* *   CustomLog logs/access_log combined* *  12* *   LogMaint
logs/access_log 7 0* *  13* *   LogMaint logs/error_log 7 0* *  14* *
 HotBackup
Off* *  15* *   AccessFileName .htaccess* *  16* *   SetEnvIf "User-Agent"
"Mozilla/2" nokeepalive* *  17* *   SetEnvIf "User-Agent" "JDK/1\.0"
force-response-1.0* *  18* *   SetEnvIf "User-Agent" "Java/1\.0"
force-response-1.0* *  19* *   SetEnvIf "User-Agent" "RealPlayer 4\.0"
force-response-1.0* *  20* *   SetEnvIf "User-Agent" "MSIE 4\.0b2;"
nokeepalive* *  21* *   SetEnvIf "User-Agent" "MSIE 4\.0b2;"
force-response-1.0* *  22* *   JkWorkersFile
/www/webserver3/conf/workers.properties* *  23* *   JkLogFile
/www/webserver3/logs/jk.log* *  24* *   JkLogLevel Error* *  25* *   JkMount
/servlet/* inprocess* *  26* *   JkMount /fp5250 inprocess* *  27* *   JkMount
/fp5250/* inprocess* *  28* *   DirectoryIndex index.html* *  29* *
<Directory
/>* *  30* *        Order Deny,Allow* *  31* *        Deny From all* *  32*
   *</Directory>* *  33* *   <Directory /www/webserver3/htdocs>* *
34* *
Order Allow,Deny* *  35* *        Allow From all* *  36*    *</Directory>*

On Mon, Nov 16, 2009 at 8:33 AM, John McCleskey <jmccleske...@gmail.com>wrote:

> Sounds like I may be on a "much" earlier version of ASF Tomcat on my
> production server (worked fine in test). How do I tell what version of
> Tomcat I'm running on an iSeries?
>
>
> On Mon, Nov 16, 2009 at 8:19 AM, André Warnier <a...@ice-sa.com> wrote:
>
>> Just substituting momentarily for Chuck and Pid while they warm up for the
>> day :
>>
>>
>> John McCleskey wrote:
>>
>>> I'm recieving the following errors when starting my Tomcat server. I'm
>>> attempting to deploy a web application using a .WAR file and have
>>> configured
>>> the server to run servlets.
>>>
>> Really ? How did you do that ?
>>
>>
>>> *[jk_jni_worker.c (1028)]: Fail-> could not initialize Tomcat *
>>>
>>>
>>> *[jk_worker.c (220)]: wc_create_worker init failed for inprocess *
>>> *[jk_worker.c (297)]: build_worker_map failed to create workerinprocess *
>>>
>>> Strange. That does not look like a Tomcat logfile, somehow.
>> Nor, so far, like a Tomcat problem.
>>
>> Do you care to tell us what you are really doing, with which Tomcat,
>> which server in front (apparently), on which platform, and where you
>> found the above messages ?
>>
>> This sounds very much like a voice from the (very) distant past, like in :
>> http://tomcat.apache.org/connectors-doc/generic_howto/workers.html
>> which says (in the "Workers Types" section) :
>> jni     DEPRECATED: This worker knows how to forward requests to
>> in-process Tomcat workers using JNI.
>>
>> I remember seeing that DEPRECATED mention as far back as.. say Tomcat 4.1.
>>  That was a long time ago.  I'm not sure that you will find anyone who still
>> remembers what that thing was doing.
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>
>>
>
>
> --
>  Regards,
>
> John
> http://www.linkedin.com/in/johnmccleskey
>
>
>


-- 
Regards,

John
http://www.linkedin.com/in/johnmccleskey

Reply via email to