tomcat 3.2.2b3 mod_jk.log errors

2001-04-18 Thread Pogo Com
We are testing Tomcat on a very high usage site. Due to problems with Tomcat 3.2.1, we switched to the 3.2.2 beta versions. With the latest 3.2.2b3, the mod_jk.log file contains many messages of the form: [jk_uri_worker_map.c (184)]: In jk_uri_worker_map_t::uri_worker_map_free, NULL parameters

Newsgroup for this list

2001-04-23 Thread Pogo Com
Is there a news server that can be used to access this list? I prefer news readers to mail or web boards. Thanks, Bill Lipa __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/

Tomcat 3.2.1 Source Tar Corrupt?

2001-01-09 Thread Pogo Com
I've tried downloading the Tomcat 3.2.1 source tar multiple times. It always gunzips fine, but when doing the untar, I get a directory checksum error. Has anyone been able to download it successfully? I've tried both the .gz and .Z files with the same results. garlic.wlipa% gunzip

can't build mod_jk.so under Solaris

2001-01-10 Thread Pogo Com
I'm unable to build mod_jk.so on Solaris 2.6, using Tomcat 3.2.1 and Apache 1.3.14. Other people on this group have reported the same problem I'm having, but no solution has been posted. I've emailed some of those people, but they were not able to find a solution either. The problem appears to

Re: can't build mod_jk.so under Solaris

2001-01-10 Thread Pogo Com
Thanks for the reply. I tried adding those libs, but there are still a lot of undefined symbols. Does anyone know where these live? Bill gcc -o mod_jk.so jk_worker.o jk_util.o jk_uri_worker_map.o jk_sockbuf.o jk_pool.o jk_nwmain.o jk_msg_buff.o jk_map.o jk_lb_worker.o jk_jni_worker.o

Re: can't build mod_jk.so under Solaris

2001-01-10 Thread Pogo Com
Thanks again for responding. The key problem, though, is that my guess of "gcc" as the proper command for the missing link line was incorrect. That was making an executable, not a shared object. I posted a more likely solution to the list just now. Bill --- Bill Kocik [EMAIL PROTECTED]

RE: building mod_jk

2001-01-11 Thread Pogo Com
Look at $APACHEHOME/bin/apxs. Does it contain the following three lines? my $CFG_CFLAGS_SHLIB = q(); # substituted via Makefile.tmpl my $CFG_LD_SHLIB = q(); # substituted via Makefile.tmpl my $CFG_LDFLAGS_SHLIB = q(); # substituted via Makefile.tmpl If so, then you hit the

RE: building mod_jk

2001-01-11 Thread Pogo Com
Abernethy [EMAIL PROTECTED] -Original Message- From: Pogo Com [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 4:54 PM To: [EMAIL PROTECTED] Subject: RE: building mod_jk Look at $APACHEHOME/bin/apxs. Does it contain the following three lines? my $CFG_CFLAGS_SHLIB