Re: ApacheTomcat Connector mod_jk, receiving 0711-244 ERROR when I do a make

2007-11-28 Thread Blumlein,Richard
Hi Rainer, You never know who your talking to and where they are when you get into a group. I was out sick yesterday, so I am just catching up. Could you provide (sorry, if you did already) precise information about your platform (I remember AIX, but which version)? Also: which version of Apache

Re: ApacheTomcat Connector mod_jk, receiving 0711-244 ERROR when I do a make

2007-11-26 Thread Blumlein,Richard
Hello Rainer, Hope you had a nice Thanksgiving? Does the coredump also occur, if you set JkLogLevel to info or error? Yes I tried changing to info or error and both got the dump. Also removed the statement and it dumped. I get the dump if I leave any of the Jk statements in httpd.conf.

Re: ApacheTomcat Connector mod_jk, receiving 0711-244 ERROR when I do a make

2007-11-26 Thread Blumlein,Richard
Hi Rainer, Maybe this will help.. Rich apachectl start (Got the core file). pwd /etc/opt/freeware/apache ls access.conf httpd.conf.org mime.types core httpd.conf.sso srm.conf httpd.conf magicworkers.properties gdb

Re: ApacheTomcat Connector mod_jk, receiving 0711-244 ERROR when I do a make

2007-11-26 Thread Rainer Jung
Blumlein,Richard wrote: Hello Rainer, Hope you had a nice Thanksgiving? That's not really tradition in Germany, at least not with turkeys. But yes, had a nice weekend. Does the coredump also occur, if you set JkLogLevel to info or error? Yes I tried changing to info or error and both got

Re: ApacheTomcat Connector mod_jk, receiving 0711-244 ERROR when I do a make

2007-11-26 Thread Rainer Jung
Blumlein,Richard wrote: gdb /usr/sbin/httpd core GNU gdb 6.0 Copyright 2003 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type show copying to see the

Re: ApacheTomcat Connector mod_jk, receiving 0711-244 ERROR when I do a make.

2007-11-21 Thread Blumlein,Richard
Hello Rainer, First, that for all the help.. The examples I gave are from the make. The confusing part is some docs just show doing the configure, make, copy the mod, make clean on the Apache site docs. I have also seem some docs show doing configure, make, make install, copy the mod, make

Re: ApacheTomcat Connector mod_jk, receiving 0711-244 ERROR when I do a make.

2007-11-21 Thread Rainer Jung
Blumlein,Richard wrote: Hello Rainer, First, that for all the help.. The examples I gave are from the make. The confusing part is some docs just show doing the configure, make, copy the mod, make clean on the Apache site docs. I have also seem some docs show doing configure, make, make

Re: ApacheTomcat Connector mod_jk, receiving 0711-244 ERROR when I do a make.

2007-11-21 Thread Blumlein,Richard
Hello Rainer and group, I copied mod_jk.so.0 from the apache-1.3/.libs directory to the apache 1.3 libexec directory as mod_jk.soand gave it 755. I created a workers.properties file in /etc/opt/freeware/apache I placed workers.properties with the Apache Web Server files instead of with

Re: ApacheTomcat Connector mod_jk, receiving 0711-244 ERROR when I do a make.

2007-11-21 Thread Rainer Jung
So you actually got a coredump on the file system? Don't know about AIX, but usually there are tools included that enable you to write out the stack in which the process died. If there is no AIX specific tool, gdb will do (load the core into gdb like gdb /path/to/my/bin/httpd COREFILE and

ApacheTomcat Connector mod_jk, receiving 0711-244 ERROR when I do the make command.

2007-11-20 Thread Blumlein,Richard
Hello, Apache web server 1.3.31 Tomcat is at 5.5.20 AIX 5.3 I am attempting to build the Apache Web Server to Tomcat connector mod_jk. I have spent the last couple of days reviewing the docs and internet and I am not sure what is causing this. It seems to indicate a syntax issue with the nm

Re: ApacheTomcat Connector mod_jk, receiving 0711-244 ERROR when I do the make command.

2007-11-20 Thread Rainer Jung
Blumlein,Richard wrote: Hello, Apache web server 1.3.31 Tomcat is at 5.5.20 AIX 5.3 I am attempting to build the Apache Web Server to Tomcat connector mod_jk. I have spent the last couple of days reviewing the docs and internet and I am not sure what is causing this. It seems to indicate a