Re: buiding 4.24

2003-07-28 Thread Mark F
Still no mod_jk2.so file being created. Has anyone seen this before? Any suggestions on what I can try to determine the cause? Thanks, -Mark Mark F wrote: || Eric J. Pinnell wrote: Hi, For the JK2 connector you should use the 2.0.2 source. Then compile with:

Re: buiding 4.24

2003-07-25 Thread Mark F
Eric J. Pinnell wrote: || Hi, || || For the JK2 connector you should use the 2.0.2 source. || || Then compile with: || || ./configure --with-apxs2=/path/to/apxs || || then make || || then mod_jk2.so should be in down in the build directory. || || You need to manually copy the file to the apache

Re: buiding 4.24

2003-07-25 Thread Eric J. Pinnell
Hi, If you go to the top level of the tomcat-connectors tree and do a find ./ | grep mod_jk you don't see a mod_jk2.so somewhere? That's really odd. Time for science: :) cd /jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/ ./configure --with-apxs2=/path/to/apxs make (it has to be GNU

RE: buiding 4.24

2003-07-24 Thread Shapira, Yoav
Howdy, I've built tomcat 4.1.24 (and for that matter, nearly every 4.x and 5.x version) on Solaris 8 a bunch of times without a problem... What exactly are you running into? Yoav Shapira Millennium ChemInformatics -Original Message- From: Mark F [mailto:[EMAIL PROTECTED] Sent:

Re: buiding 4.24

2003-07-24 Thread Mark F
Shapira, Yoav wrote: | Howdy, | I've built tomcat 4.1.24 (and for that matter, nearly every 4.x and | 5.x | version) on Solaris 8 a bunch of times without a problem... What | exactly | are you running into? | | Yoav Shapira | Millennium ChemInformatics | | || -Original Message- || From:

Re: buiding 4.24

2003-07-24 Thread John Turner
You're aware that there are two components to the Apache connectors, and that building Tomcat from source will only build CoyoteConnector and do nothing for mod_jk2.so, the Apache module? And that there is a much easier way to build mod_jk2.so if, in fact, that is what you are trying to do?

Re: buiding 4.24

2003-07-24 Thread Mark F
John Turner wrote: || You're aware that there are two components to the Apache connectors, || and that building Tomcat from source will only build CoyoteConnector || and do nothing for mod_jk2.so, the Apache module? And that there is || a much easier way to build mod_jk2.so if, in fact, that is

Re: buiding 4.24

2003-07-24 Thread Mark F
Mark F wrote: || John Turner wrote: You're aware that there are two components to the Apache connectors, and that building Tomcat from source will only build CoyoteConnector and do nothing for mod_jk2.so, the Apache module? And that there is a much easier way to build

Re: buiding 4.24

2003-07-24 Thread John Turner
No. Apache and Tomcat speak using a network protocol. I can't see how building Tomcat from source would change anything that you would get from using the 4.1.24 binary and building mod_jk2.so from source. John Mark F wrote: Yeah, I'm aware but don't you think there would be any added value

Re: buiding 4.24

2003-07-24 Thread Mark F
John Turner wrote: || You're aware that there are two components to the Apache connectors, || and that building Tomcat from source will only build CoyoteConnector || and do nothing for mod_jk2.so, the Apache module? And that there is || a much easier way to build mod_jk2.so if, in fact, that is

Re: buiding 4.24

2003-07-24 Thread John Turner
Ugh...I've seen this posted before but I don't use mod_jk2 so I didn't pay much attention to the answer. It will be in the archives somewhere, or perhaps someone else has the answer. John Mark F wrote: The compile completed with no problems but there is no 'make install' it says to remember

Re: buiding 4.24

2003-07-24 Thread Simon Pabst
hmm weird, mod_jk2.so should be there after a successful make with no errors, what connector source release did you download? What was your jk2 configure? If you used --with-apache2 instead of --with-apxs2 then mod_jk2 won't be built as .so but instead as static module into httpd core. Maybe its

Re: buiding 4.24

2003-07-24 Thread Eric J. Pinnell
Hi, For the JK2 connector you should use the 2.0.2 source. Then compile with: ./configure --with-apxs2=/path/to/apxs then make then mod_jk2.so should be in down in the build directory. You need to manually copy the file to the apache modules directory. The complete step by step is in the