RE: Problem with mod_jk and CoyoteConnector

2003-08-22 Thread J.P. Wadkin C9951627
;m right in saying that mod_jk2 only works with Apache 2.0.43. > > What's your exact Apache version??? > > Martin > > -Original Message- > From: J.P. Wadkin C9951627 [mailto:[EMAIL PROTECTED] > Sent: 21 August 2003 15:57 > To: tomcat-user > Subject:

RE: Problem with mod_jk and CoyoteConnector

2003-08-21 Thread J.P. Wadkin C9951627
3 16:50 To: Tomcat Users List Subject: RE: Problem with mod_jk and CoyoteConnector Hi, I think I'm right in saying that mod_jk2 only works with Apache 2.0.43. What's your exact Apache version??? Martin -Original Message----- From: J.P. Wadkin C9951627 [mailto:[EMAIL PROTECTED] Sen

Problem with mod_jk and CoyoteConnector

2003-08-21 Thread J.P. Wadkin C9951627
Apache 2 Tomcat 4.1 JDK 1.4 Solaris 8 I've configured a server to use mod_jk with the Coyote connector (mod_jk2 doesn't work for some reason): I've noticed that after about 10 page requests the server randomly starts serving either half a page or no page at all (just blank). It becomes progres

mod_jk2 on Solaris 8 - "symbol apr_socket_timeout_set: referenced symbol not found"

2003-08-14 Thread J.P. Wadkin C9951627
I'm trying to get mod_jk2 to work with Apache 2.0.43 on Solaris 8. I downloaded the mod_jk2 binary but Apache gives me this error message: Cannot load /usr/local/apache2/modules/mod_jk2.so into server: ld.so.1: /usr/local/apache2/bin/httpd: fatal: relocation error: file /usr/local/apache2/modules/

RE: Problem with mod_jk and admin application in Tomcat 4.1

2003-08-14 Thread J.P. Wadkin C9951627
You want the first one, not the second one. John J.P. Wadkin C9951627 wrote: > I would use JK2 if it worked on Solaris 8 with Apache 2, which it > doesn't - or at least I haven't been able to get it to work and I've > tried everything. > > > John > &g

RE: mod_jk2 on Solaris 8 - "symbol apr_socket_timeout_set: referenced symbol not found"

2003-08-14 Thread J.P. Wadkin C9951627
Has anyone managed to get mod_jk2 working on Solaris? I can't find any references to the "apr_socket_timeout_set" error in any of the archives or on the web nor can I find any mention of it in the bugs database. John -Original Message----- From: J.P. Wadkin C9951627 Sent: 12

RE: mod_jk2 on Solaris 8 - "symbol apr_socket_timeout_set: referenced symbol not found"

2003-08-14 Thread J.P. Wadkin C9951627
ure --with-apxs2=/path/to/apache/bin/apxs make -e On Tue, 12 Aug 2003, J.P. Wadkin C9951627 wrote: > I'm trying to get mod_jk2 to work with Apache 2.0.43 on Solaris 8. I > downloaded the mod_jk2 binary but Apache gives me this error message: > > Cannot load /usr/local/apache2/modul

RE: mod_jk2 on Solaris 8 - "symbol apr_socket_timeout_set: referenced symbol not found"

2003-08-14 Thread J.P. Wadkin C9951627
below I never have to declare JAVA_HOME or give configure the directory of the VM. I'm not sure if it uses JAVA_HOME or if you have to give it to configure. -e On Tue, 12 Aug 2003, J.P. Wadkin C9951627 wrote: > Yep. I tried building with specific connector sources and with the > source

Problem with mod_jk and admin application in Tomcat 4.1

2003-08-14 Thread J.P. Wadkin C9951627
It seems that it's not possible to use mod_jk with the admin application in Tomcat 4.1 On startup this appears in catalina.out ServerLifecycleListener: Creating MBean for Service StandardService[Tomcat-JK] ServerLifecycleListener: Creating MBean for Connector [EMAIL PROTECTED] ServerLifecycleList

RE: Problem with mod_jk and admin application in Tomcat 4.1

2003-08-14 Thread J.P. Wadkin C9951627
r is preferred and recommended, Ajp13Connector is deprecated. John J.P. Wadkin C9951627 wrote: > It seems that it's not possible to use mod_jk with the admin application > in Tomcat 4.1 > > On startup this appears in catalina.out > > ServerLifecycleListener: C

RE: mod_jk2 on Solaris 8 - "symbol apr_socket_timeout_set: referenced symbol not found"

2003-08-14 Thread J.P. Wadkin C9951627
FAIK ignored. John J.P. Wadkin C9951627 wrote: > Yep. I tried building with specific connector sources and with the > source bundle that contains all the connectors. The VM is in /usr/java > If I had the JAVA_HOME variable set I expect that the script would > correctly find the Java in

RE: mod_jk2 on Solaris 8 - "symbol apr_socket_timeout_set: referenced symbol not found"

2003-08-14 Thread J.P. Wadkin C9951627
uot;symbol apr_socket_timeout_set: referenced symbol not found" Have you tried mod_jk? I was able to get it built on Solaris 8: http://www.johnturner.com/howto/apache2-tomcat4112-sol8-howto.html John J.P. Wadkin C9951627 wrote: > Thanks for the reply. > > Without specifying the location of th

RE: mod_jk2 on Solaris 8 - "symbol apr_socket_timeout_set: referenced symbol not found"

2003-08-14 Thread J.P. Wadkin C9951627
quot; Are you using: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v 2.0.2/src/jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz ? You shouldn't have to declare a VM. It should compile (and work) fine with just apxs. -e On Tue, 12 Aug 2003, J.P. Wadkin C9951627