make and Apache 2

2002-07-31 Thread Billingham, Walter 475
Hello, I am relatively new at this whole apxs and make from a build file thing, when I do a make on the mod_jk.so build, what exact file does it use? I have like four make files, like Makefile, Makefile.apxs, Makefile.in, Makefile.apxs.in. Thanks for the help, Trask. To follow the p

mod_jk.so

2002-07-30 Thread Billingham, Walter 475
All, Does anyone have a mod_jk.so file that was compiled on a PowerPC box with AIX 5.1 installed for Apache 1.3.x or Apache 2.x.x? If so can you please send me a copy of it? I am at wits end trying to get mine to compile and the looney bin is looking like a better place to be than apach

FW: tomcat connectoras 4.1.7

2002-07-29 Thread Billingham, Walter 475
t; Hope that helps, > Michael > > - Original Message - > From: "Billingham, Walter 475" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, July 29, 2002 1:57 PM > Subject: tomcat connectoras 4.1.7 > > > > Hello, > > >

RE: libstdc++ or g++ errors

2002-07-29 Thread Billingham, Walter 475
ourself by modifying that source code. > > John Turner > [EMAIL PROTECTED] > > > -Original Message- > From: Billingham, Walter 475 [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 29, 2002 10:44 AM > To: '[EMAIL PROTECTED]' > Subject: libstdc++ or g++ e

tomcat connectoras 4.1.7

2002-07-29 Thread Billingham, Walter 475
Hello, I am trying to download the 4.1.7 connectors package from the below URL: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.7-beta/src/ jakarta-tomcat-connectors-4.1.7-src.tar.gz with a crc problem afterwards when I try and open it I tried one of the mirrors with the same res

libstdc++ or g++ errors

2002-07-29 Thread Billingham, Walter 475
Hello, I know I have sent these errors out in the past, however, after debugging and fixing all the header file errors and mishaps, I am still getting these parse or syntax error or no data definition type or storage class type problems. I came up with this conclusion, via the web, that e

Newbie needs help with build, please

2002-07-24 Thread Billingham, Walter 475
All, Ok , so I am having a build problem, and I had feedback before about this, which made sense, except, they needed to be more clear about what needs to be changed for this to work. I'm getting this error on an AIX 5.1L box running gcc and trying to compile mod_jk.so. If anyone gets a

RE: mod_jk compile error

2002-07-24 Thread Billingham, Walter 475
e using > j2sdk1.4.0) of jni.h which is located in JAVA_HOME/include needs to be > modified to be "architecture/jni_md.h". Change architecture to meet > your systems need. For linux it is linux, for solaris it is sparc. > > > On Tue, 2002-07-23 at 16:02, Billingham, Walte

JNI header problem - Java install

2002-07-24 Thread Billingham, Walter 475
Hello, I receive an error when I try and compile mod_jk.so, which leads me to need knowledge of if, a standard 130 or 131 JRE not JDK install has the JNI libraries present, can anyone confirm or deny this fact? Also, I installed from Sun JDK 131 standard, I am not finding a JAVA_HOME/include di

mod_jk compile error

2002-07-23 Thread Billingham, Walter 475
Anyone know what this means below? I am trying to compile the mod_jk.so file. Thanks. Trask. # CC=/usr/local/bin/gcc ./build-aix.sh Building mod_jk cc -DAIX=51 -DUSE_PTHREAD_SERIALIZED_ACCEPT -U__STR__ -DAIX_BIND_PROCESSOR -DMOD_SSL=208105 -DMOD_PERL -DUSE_PERL_SSI -D_ALL_SOURCE -D_ANSI_C_SOUR

RE: magic mod_jk error

2002-07-23 Thread Billingham, Walter 475
] Someone tell me what is a magic number anyway? > > -Original Message- > > From: Billingham, Walter 475 > [SMTP:[EMAIL PROTECTED]] > > Sent: Tuesday, July 23, 2002 3:36 PM > > To: '[EMAIL PROTECTED]' > > Subject:m

RE: magic mod_jk error

2002-07-23 Thread Billingham, Walter 475
> -Original Message- > From: Billingham, Walter 475 [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, July 23, 2002 3:36 PM > To: '[EMAIL PROTECTED]' > Subject: magic mod_jk error > > Hey, I get this error when trying to start apache 2 on my box I h

magic mod_jk error

2002-07-23 Thread Billingham, Walter 475
Hey, I get this error when trying to start apache 2 on my box I have Tomcat 4.0.2 and Apache 2.0.39 installed on a AIX 5.1L box. Apache is in /webserver and Tomcat /Jakarta is in /webserver/jakarta-tomcat-4.0.2, I did not compile this copy of mod_jk.so, so does anyone know what this means? Thank

RE: mod_jk.so

2002-07-23 Thread Billingham, Walter 475
Hello Again, Can anybody share a copy of their mod_jk.conf file, workers.properties, and server.xml that has Tomcat 4.0.1 and Apache2 or Apache 1.3.x running, I would greatly appreciate it. Thanks. Walter B. > Ok, > > I now have several compiled versions of mod_jk.so thanks to

mod_jk.so

2002-07-23 Thread Billingham, Walter 475
Ok, I now have several compiled versions of mod_jk.so thanks to everyone for contributing to that. I am lost again though, what is the next step in this process to get Apache and Tomcat connected? I believe it is using the make file or apxs on the .so to get it on board with Apache, so

RE: Problm. building tomcat 4.0.4 jk connector for use withApach e 2.0.39. JDK 1.4.x?

2002-07-22 Thread Billingham, Walter 475
Robert, I have JRE 1.3.1 installed on the server, am I suppose to have a /inlcude in the Java home path? There is no /libexec in my Apache install. This is what is stopping me from compiling or installing mod_jk for Apache2? What do I use if I do not or do I need to install Java again or

RE: Apache 1.3.20 with Tomcat 4.0.4

2002-07-22 Thread Billingham, Walter 475
Chris, Join the club, I even looked through a bunch of brand new books, they just reference how to do it with 1.x.x Apache server and older java installs, I have asked several times about how to at least change the install pathing and apxs pathing in the scripts, because it bombs on compi

Newbie needs help with Error in mod_jk compile

2002-07-22 Thread Billingham, Walter 475
All, Since I'm new to this mod_jk compile thing, I was wondering if there was anyone that has compiled mod_jk in AIX or for Apache2, yet, and if so can you send me a copy of or point me to a link for a real live binary version of mod_jk.so? Does mod_jk.so have paths inherent to its build

RE: Tomcat hangs with Apache2

2002-07-18 Thread Billingham, Walter 475
Chris, I'm a newbie, so excuse lack of knowledge, however, you actually got these 2 to install and work together can you share your experience? Are you using mod_jk or the AJP connectors? What's the specs of the system? Thanks. Trask Unix has its weak points but its file system is no

RE: newbie has mod_jk question

2002-07-18 Thread Billingham, Walter 475
t; http://www.galatea.com/flashguides/index (I'm not vouching for the > accuracy > of those guides, just pointing them out). > > John Turner > [EMAIL PROTECTED] > > > -Original Message- > From: Billingham, Walter 475 [mailto:[EMAIL PROTECTED]] > Sent: Thursda

RE: newbie has mod_jk question

2002-07-18 Thread Billingham, Walter 475
doc/tomcat-apache-howto.html > > > > Try this method first before as it will save you time and the > > answer is as > > immediate as you can get!! > > > > Cheers, > > jes > > > > > > > > On 18 Jul 2002 at 9:27, Billingham, Walter 4

newbie has mod_jk question

2002-07-18 Thread Billingham, Walter 475
I can't seem to find the src for the Apache 2 mod_jk or whatever it changed to? Is the old 1.3.x src for mod_jk alright to compile against for Apache 2? I also noticed that on my install of Tomcat 4.0.2 there is no placement directory under /native for apache2 or libexec directory for putting t

Newbie question about Tomcat 4.x.x

2002-07-17 Thread Billingham, Walter 475
I'm a newbie, I have just installed Apache 2.0.39 and have an older version of Tomcat 4.0.2 that is working with an older version of Apache 1.3.22, I am trying to get mod_jk working with AJP on the new Apache 2.0.39 install and the older Tomcat 4.0.2. Am I correct in this venture to say

mod_jk for Apache2

2002-07-17 Thread Billingham, Walter 475
All, I was wondering if anybody has the mod_jk or is it mod_jk2 in binary format for AIX 5.1 and Apache 2 or similar? Can anyone explain to me the difference between the 1.3.xx mod_jk and this new 2.0.xx mod_jk2? Can you still use the old mod_jk for Tomcat 4.x.x Thank You for all you