RE: install/start tomcat-mod_jk-apache

2001-08-01 Thread John Bazeley
in your jk makefile, add -lposix4 before -c in the mod_jk.so rule. (that is, assuming when you wrote /usr/home/apache_1.3.20/bin/httpd: fatal: jk_module: can't find symbol you meant httpd: fatal: jk_module: can't find symbol 'fdatasync'). switch on line wrap on your terminal to see more deta

RE: Help!! Apache won't redirect to tomcat

2001-07-25 Thread John Bazeley
Can you send me the format for the server.xml... I got the one I > have out of > the how to... > but mine I thought were using the ajp12 > > > -Original Message- > From: John Bazeley [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 25, 2001 1:52 PM > To: [EM

RE: Help!! Apache won't redirect to tomcat

2001-07-25 Thread John Bazeley
you're on Solaris, right? 146 is 'connection refused'. Your ajp13 handler isn't running. Either: tomcat isn't started ajp13 handler is not activated in server.xml. -- John > -Original Message- > From: Nance, Michael [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 26 July 2001 06:55 > To:

RE: Apxs

2001-07-25 Thread John Bazeley
Look at the error messages: > /opt/apache/bin/apxs[66]: require: not found > /opt/apache/bin/apxs[67]: use: not found > /opt/apache/bin/apxs[68]: package: not found > /opt/apache/bin/apxs[69]: Syntax error at line 74: '(' is not expected. Looks to me like the shell is trying to interpret apxs.

RE: mod_jk on Solaris 2.6 : undefined symbols

2001-07-25 Thread John Bazeley
As a matter of interest, why no -G? > my $CFG_LD_SHLIB = q(ld); > my $CFG_LDFLAGS_SHLIB = q(); # I don't use -G > my $CFG_LIBS_SHLIB= q();

RE: Ajp13 error

2001-07-23 Thread John Bazeley
to find what 60 & 61 are, grep for them in your errno.h file. This is usually in /usr/include/errno.h or /usr/include/sys/errno.h Can't give you much more help as I don't have a BSD machine handy. Tomcat is running and listening on ajp13 port though, is it? (see previous posts from earlier toda

RE: SSL Apache & Tomcat (NameBased VirtualHosts)

2001-07-23 Thread John Bazeley
Lars, I thought you could only have SSL on one of your name based virtual hosts. To have more than 1 SSL server you need to move over to IP- based hosting. There's a very good reason for this which slips my mind. Something to do with SSL handshaking happening before you read the hostname from ou

RE: re mod_jserv.so + New Question

2001-07-23 Thread John Bazeley
conf... I was hoping I could switch it > to the mod_jk file althoug one person told me that is a know > bug...have you > heard that? Does the > > LoadModule jk_module /usr/lib/apache/mod_jk.so have to be in httpd.con or > can it be in the file I include with the -INclude when I st

RE: re mod_jserv.so + New Question

2001-07-23 Thread John Bazeley
TED]] > Sent: Tuesday, 24 July 2001 09:12 > To: '[EMAIL PROTECTED]' > Subject: RE: re mod_jserv.so + New Question > > > I am getting a similar error but have those lines in my server.xml... > where else can I look?!?!?!? > > -Original Message- > Fr

RE: re mod_jserv.so + New Question

2001-07-23 Thread John Bazeley
check server.xml. Do you have the Ajp13 connection handler activated (i.e. make sure the following lines exist and are not commented out) (note this was from 3.2.2 - don't imagine it's changed) Cheers, -- John > -Original Message- >

RE: mod_jserv.so question

2001-07-23 Thread John Bazeley
The ApJServX directives are from mod_jserv. if you delete the entire mod_jk info from httpd.conf and add include /usr/local/tomcat/conf/mod_jk.conf-auto to the bottom, you should find it spring into life. This file is auto generated when tomcat starts (based on the info you provide to tomc

RE: mod_jserv in Tomcat3.2.2 on Solaris

2001-07-23 Thread John Bazeley
java/include > > > -I/usr/java/include/solaris -DSOLARIS -c ../jk/jk_worker.c > > > -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 > > > jk_connect.o jk_ajp13_worker.o jk_ajp13.o jk_ajp12_worker.o mod_jk.o > > > apxs:Break: Command failed with rc=16711680 > > > > > > The compilation of the c files is being done but the the the > .so file is > > > not getting created with the .o files. The same problem is coming with > > > mod_serv.I am using source of tomcat3.2.3. Any help on this will be > > greatly > > > appreciated.I am doing the build in tcsh. > > > > > > Regards, > > > Pankaj > > > > > > > > > At 09:44 AM 7/23/2001 +1200, John Bazeley wrote: > > > >[EMAIL PROTECTED] > > > > > > > > > > > > >James Hester > >www.apocalypse-zone.com > >[EMAIL PROTECTED] > > >

RE: mod_jserv in Tomcat3.2.2 on Solaris

2001-07-22 Thread John Bazeley
Many things can be the reason. What's your error codes / build output? > -Original Message- > From: Pankaj Chhaparwal [mailto:[EMAIL PROTECTED]] > Sent: Friday, 20 July 2001 18:42 > To: [EMAIL PROTECTED] > Subject: mod_jserv in Tomcat3.2.2 on Solaris > Importance: High > > > Hi All, > >

RE: SSL with Tomcat/mod_jserv via Apache

2001-07-18 Thread John Bazeley
You can run apache/mod_ssl/mod_jserv/tomcat quite happily. I've got a box here doing just that. Solaris 2.6/tomcat 3.2/apache 1.3.14/ mod_ssl 2.7.1. Without mod_jk you lose certain pieces of information, though, like I don't think your servlet knows whether it was called via SSL or regular http.

RE: Installation of mod_jk.so at AIX 433

2001-07-11 Thread John Bazeley
Are you using gcc or C for AIX / VisualAge? I'm using visualage 5.0, and needed to hack apxs thus: my $CFG_CFLAGS= q( -DAIX=43 -DUSE_PTHREAD_SERIALIZED_ACCEPT -U__STR__ -DAIX_BIND_PROCESSOR -qcpluscmt -qnogenpcomp -qnousepcomp -DMOD_SSL=207101 -DMOD_PERL -DUSE_PERL_SSI -D_ALL_SOURCE -D_A

RE: Need help identifying the browser a user is using

2001-03-21 Thread John Bazeley
Watch out for Opera users. Opera can send headers pretending to be whatever the user likes. Just 'cos it says it's IE5 doesn't mean code like onsubmit="return validate(document.form1)" is magically supported! -- john > -Original Message- > From: Shawn [mailto:[EMAIL PROTECTED]] > Sen