Problems loading mod_jk into apache.

2004-12-02 Thread Dan Zubey
Hi All. I downloaded the suse 9.0 pre-made mod_jk module for SuSE 9.0 (i386) and installed it. When I try to restart apache with mod_jk, I'm getting an: Syntax error on line 226 of /etc/httpd/httpd.conf: Cannot load /usr/lib/apache/mod_jk.so into server: /usr/lib/apache/mod_jk.so:

Re: Problems loading mod_jk into apache.

2004-12-02 Thread jford
Dan: What version of Apache do you have? Your precompiled mod_jk is looking for an APR socket that your Apache does not have. APR is the Apache Portable Runtime project, a feature related to Apache 2.x. You probably have a 1.3.x httpd, which does not have APR. You will either need to recompile

RE: Problems loading mod_jk into apache.

2004-12-02 Thread Dan Zubey
:28 PM To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: Re: Problems loading mod_jk into apache. Dan: What version of Apache do you have? Your precompiled mod_jk is looking for an APR socket that your Apache does not have. APR is the Apache Portable Runtime project, a feature related to Apache

Re: Problems compiling mod_jk 1.2.6

2004-11-19 Thread Lars George
Hi Lars, I solved your (my) problem. Just added a #define in_addr_t unsigned long into the jk_connect.h and compiled. Runs smoothly so far. Darn C code ;-) Thanks, Lars PS: me, myself and I Lars George wrote: Hi, We are trying to compile mod_jk 1.2.6 on a Linux system with 2.2 kernel where we get

Problems compiling mod_jk 1.2.6

2004-11-18 Thread Lars George
Hi, We are trying to compile mod_jk 1.2.6 on a Linux system with 2.2 kernel where we get this error: [EMAIL PROTECTED] native]# make Making all in common make[1]: Entering directory `/downloads/jakarta-tomcat-connectors-jk-1.2.6-src/jk/native/common' /bin/sh /usr/local/apache2/build/libtool

Problems with mod_jk 1.2.6 logging

2004-11-04 Thread tkalyan b
mod_jk works fine as long as the JkLogLevel is info but as soon as i change it to something like debug,Apache fails to serve any page and I get the following error in httpd log though mod_jk.log doesnt show any error. [Fri Nov 05 11:40:40 2004] [notice] Apache/2.0.52 (Unix) mod_jk/1.2.6

Re: Problems with mod_jk and DirectoryIndex directives

2003-11-04 Thread Marco Goebenich
Stellen wir uns vor Mark Meytin könnte am Mon, Nov 03, 2003 at 03:08:39PM -0500 geschrieben haben: I haven't heard from anyone regarding this seemingly trivial issue. Can someone please share their configuration that would allow accomplishing the requirements stated below? Any help will be

Re: Problems with mod_jk and DirectoryIndex directives

2003-11-03 Thread Mark Meytin
I haven't heard from anyone regarding this seemingly trivial issue. Can someone please share their configuration that would allow accomplishing the requirements stated below? Any help will be greatly appreciated! Thanks, -M- Mark Meytin wrote: Hello! I know that this question has been

Problems with mod_jk and DirectoryIndex directives

2003-10-30 Thread Mark Meytin
Hello! I know that this question has been discussed before, and I searhed through the archives, but was not able to find the answer. What I am trying to accomplish seems like a fairly trivial matter. I want to connect Apache 1.3 with Tomcat 4.1.27 via mod_jk (1.2.5) so that the static content

SOLVED -- RE: Problems with mod_jk and Apache SetHandler

2003-10-10 Thread Nathan Christiansen
: Problems with mod_jk and Apache SetHandler The http.conf file includes the following directives for the Mason handler: FilesMatch \.html*$|\.csv$|\.txt$|^[^\.]*$ SetHandler perl-script PerlHandler Mason::Site::Redesign PerlLogHandler Mason::Site::Redesign-loghandler /FilesMatch

RE: NOT SOLVED -- RE: Problems with mod_jk and Apache SetHandler

2003-10-10 Thread Nathan Christiansen
Actually this code prevents Mason from working. -- Nathan Christiansen Tahitian Noni International http://www.tahitiannoni.com -Original Message- From: Nathan Christiansen Sent: Friday, October 10, 2003 1:34 PM To: Tomcat Users List Subject: SOLVED -- RE: Problems with mod_jk

RE: REALLY SOLVED THIS TIME -- RE: Problems with mod_jk and Apache SetHandler

2003-10-10 Thread Nathan Christiansen
Noni International http://www.tahitiannoni.com -Original Message- From: Nathan Christiansen Sent: Friday, October 10, 2003 2:49 PM To: Tomcat Users List Subject: RE: NOT SOLVED -- RE: Problems with mod_jk and Apache SetHandler Actually this code prevents Mason from working. -- Nathan

RE: Problems with mod_jk and Apache SetHandler

2003-10-09 Thread Nathan Christiansen
Sent: Wednesday, October 08, 2003 1:30 PM To: [EMAIL PROTECTED] Subject: Problems with mod_jk and Apache SetHandler Summary: I have a problem with Tomcat not being called from Apache when Apache has a SetHandler configured for a particular virtual host. For standalone JSP pages Tomcat

Problems with mod_jk and Apache SetHandler

2003-10-08 Thread Nathan Christiansen
Summary: I have a problem with Tomcat not being called from Apache when Apache has a SetHandler configured for a particular virtual host. For standalone JSP pages Tomcat is called and the JSP runs fine, but trying to access servlets gives me a 404 error. For instance, I get the error_log

Problems build mod_jk on Solaris 9

2003-08-24 Thread root
Greetings: I have searched the archive, and cannot seem to find the answer to my problem. Environment: Solaris 9 Apache 1.3.27 TomCat 4.1.27 TomCat Connectors 4.1.27 (source) GNU libtool 1.4 GNU autoconf 2.51 GNU make 3.80 Perl

Re: Problems build mod_jk on Solaris 9

2003-08-24 Thread Eric J. Pinnell
and I get the error: could not find /usr/local/apache/bin/apxs configure: error: You must specify a valid --with-apxs path Apxs is a perl script. Make sure that it is finding perl. Basically make sure that apxs is working. -e

Re: Problems build mod_jk on Solaris 9

2003-08-24 Thread ASET Systems Administrator
] To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: Problems build mod_jk on Solaris 9 and I get the error: could not find /usr/local/apache/bin/apxs configure: error: You must specify a valid --with-apxs path Apxs is a perl script. Make sure that it is finding

Sticky-sessions problems with mod_jk

2003-08-14 Thread G. Wade Johnson
Tomcat server with Tomcat and Apache both on localhost. No problems. 2. Using mod_jk and Apache to access Tomcat server on a different host. No problem. Now that I'm sure I am not messing up the easy stuff, I moved to load balancing. I can see that the Apache is definitely sending the requests

problems with mod_jk and tomcat 4

2003-06-13 Thread Juliano Primavesi - CyberWeb Networks
I'm using apache 1.3.27, mod_jk with connector ajp13, tomcat 4.1.12 and Sun JVM 1.4.1 We are hosting about 90 sites on a Dual Pentium III machine, with 1,5 Gb of ram, but, on few days later, we are having problems with the last sites addded. After some searches on google (nothing found about

Problems building mod_jk and mod_jk2 for apache2, tomcat41 on redhat 6.2

2003-06-02 Thread ajames
Hello tomcat-user experts, I have been trying to build mod_jk and mod_jk2 for apache 2.0.45 (also tried 2.0.46), tomcat 4.1.24 on redhat linux 6.2 (kernel 2.2.14-5.0), glibc 2.1.3-21, and libtool 1.3.4-3. I can get both to configure and make ok, but there is no resulting .so file(s) in the

Re: Problems with mod_jk

2003-02-09 Thread fred
PROTECTED] Sent: Friday, February 07, 2003 1:20 PM Subject: Problems with mod_jk Hello! I have a problem getting Tomcat+Apache connected with mod_jk I installed Apache 2.0.43 and Tomcat 4.1.18 each works fine, alone. When I try to use the specific mod_jk-2.0.43 or mod_jk2, or mod_webapp

Problems with mod_jk

2003-02-07 Thread Mark Baumann
Hello! I have a problem getting Tomcat+Apache connected with mod_jk I installed Apache 2.0.43 and Tomcat 4.1.18 each works fine, alone. When I try to use the specific mod_jk-2.0.43 or mod_jk2, or mod_webapp for windows NT4, each time I get the same error. -snip- Cannot load

Problems with mod_jk to connect Apache 2.0.39/42 with Tomcat 4.0.4 (on WinNT4.0)

2002-09-26 Thread Heine, Christian (Extern)
Hi all, i try to connect my Apache 2.0.39/42 with the Tomcat 4.0.4. As standalone version both servers run fine. So I'm trying to use one of the mod_jk.dll downloads at http://www.acg-gmbh.de/mod_jk/ and having no luck. Everytime i got the errormessage that the mod_jk.dll is not present, but it

Problems with mod_jk to connect Apache 2.0.39/42 with Tomcat 4.0 .4 (on WinNT4.0)

2002-09-26 Thread Heine, Christian (Extern)
-Ursprüngliche Nachricht- Von: Heine, Christian (Extern) Gesendet am: Donnerstag, 26. September 2002 09:58 An: '[EMAIL PROTECTED]' Betreff: Problems with mod_jk to connect Apache 2.0.39/42 with Tomcat 4.0 .4 (on WinNT4.0) Hi all, i try to connect my Apache 2.0.39/42 with the Tomcat

Re: Problems with mod_jk to connect Apache 2.0.39/42 with Tomcat 4.0 .4 (onWinNT4.0)

2002-09-26 Thread Robert L Sowders
Users List To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] cc: Subject:Problems with mod_jk to connect Apache 2.0.39/42 with Tomcat 4.0 .4 (on WinNT4.0) Hi all, i try to connect my Apache 2.0.39/42 with the Tomcat 4.0.4. As standalone version both servers run

Re: Problems compiling mod_jk - SOLVED

2002-07-01 Thread Luca Zancan
Hello everybody, I finally discovered (thank you very much again, Martin van den Bemt) how to compile the ik connector. I have changed directory into the location for which webserver mod_jk is meant (/usr/local/src/jakarta-tomcat-connectors-4.0.2-01-src/jk/native/apache-1.3 in my case) and

Problems compiling mod_jk

2002-06-18 Thread Luca Zancan
Hello everybody, I've downloaded jakarta-tomcat-connectors-4.0.2-01.src.tar.gz and I've launched ant and ant install without problems (they created a build directory in the jk subdir) Then I've changed to the native subdir to launch the command ./configure --with-apxs=/usr/local/apache/bin/apxs

RE: Tomcat 3.3a + Apache 1.3 on Linux 7.2: Problems with mod_jk

2002-02-18 Thread Larry Isaacs
will be needed. A portion of the jk.log relating to a failed request would help. Cheers, Larry -Original Message- From: Kaemmerer, Stefan [mailto:[EMAIL PROTECTED]] Sent: Monday, February 18, 2002 1:40 AM To: '[EMAIL PROTECTED]' Subject: Tomcat 3.3a + Apache 1.3 on Linux 7.2: Problems

Re: Tomcat 3.3a + Apache 1.3 on Linux 7.2: Problems with mod_jk

2002-02-18 Thread Miguel Paulino Gómez Herrero
know what is. Cheers, Miguel - Original Message - From: Larry Isaacs [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, February 18, 2002 2:36 PM Subject: RE: Tomcat 3.3a + Apache 1.3 on Linux 7.2: Problems with mod_jk I don't do a lot of testing on Linux but I

RE: Tomcat 3.3a + Apache 1.3 on Linux 7.2: Problems with mod_jk

2002-02-18 Thread Larry Isaacs
9:59 AM To: Tomcat Users List Subject: Re: Tomcat 3.3a + Apache 1.3 on Linux 7.2: Problems with mod_jk Hello, I've the same problem using tomcat 3.3a + Apache 1.3 on Linux Slackware 8.0, it seem that tomcat don't work well because apache http server forwards all request

Re: Tomcat 3.3a + Apache 1.3 on Linux 7.2: Problems with mod_jk

2002-02-18 Thread Miguel Paulino Gómez Herrero
: Problems with mod_jk Can you give an example request and provide the associated entries in the various log files? Without more detail, it is hard to guess what the problem is. Cheers, Larry -Original Message- From: Miguel Paulino Gómez Herrero [mailto:[EMAIL PROTECTED]] Sent: Monday

RE: Tomcat 3.3a + Apache 1.3 on Linux 7.2: Problems with mod_jk

2002-02-18 Thread Larry Isaacs
: Problems with mod_jk Can you give an example request and provide the associated entries in the various log files? Without more detail, it is hard to guess what the problem is. Cheers, Larry -Original Message- From: Miguel Paulino Gómez Herrero [mailto:[EMAIL PROTECTED

Tomcat 3.3a + Apache 1.3 on Linux 7.2: Problems with mod_jk

2002-02-17 Thread Kaemmerer, Stefan
I have installed apache and tomcat 3.3a on my Suse Linux. with http://skaehome I'm getiing my apache server. with http://skaehome:8080/examples I'M getting tomcat. But without the port number I didn't get tomcat. At the time I'm using /etc/tomcat3/conf/jk/mod_jk.conf which looks like the

Loadbalancer problems in mod_jk from 4.0.2 TC distribution when using TC 3.3

2002-02-15 Thread Hans Schmid
Hi, I just ran into a problem with loadbalancing in mod_jk when using the version which comes with TC 4.0.2. I am currently using Tomcat 3.3 on Solaris 8 behind Apache 1.3.19 connectted via mod_jk 1.1.0 comming with TC 3.3. I built mod_jk.so from the 4.0.2 connector package and replaced my

Problems with mod_jk on Digital UNIX

2001-08-03 Thread Nikola Milutinovic
Hi all. This is what I have: - Digital UNIX 4.0F + native DEC CC - Apache 1.3.19 + DSO support + PHP4 - Apache 1.3.20 + DSO support - Tomcat 3.2.3 and 3.3-b1 All of the above works OK. Now I'm trying to add mod_jk to Apache and it crashes Apache regardless of version and loaded

Problems compiling mod_jk under AIX

2001-06-20 Thread MBAaron
Hey, wondering if anyone has encountered this problem while compiling mod_jk under aix: When I try to compile, I get the following message: I'm running AIX 4.3.3, gcc 2.95.3, apache 3.2.2 Building mod_jk gcc -DAIX=43 -DUSE_PTHREAD_SERIALIZED_ACCEPT -U__STR__ -DAIX_BIND_PROCESSOR -qno genpcomp

Problems compiling mod_jk

2001-06-03 Thread Ed Robbins
Hi everyone, I'm having trouble getting mod_jk to compile for either apache1.3 or 2.0. I've read the instructions several times and I've worked out most of the problems with the makefiles (finding the header files), but I can't seem to get past this last problem. The message below is what I

problems loading mod_jk

2001-04-29 Thread gregchak
Hi everyone, I've gone through the documentation very thoroughly and feel as though I am just missing something simple. I have modified all the appropriate files: server.xml, workers.properties, httpd.conf. I have put my mod_jk.so file in my /usr/libexec/httpd directory where a bunch of

Re: problems loading mod_jk

2001-04-29 Thread Charles Williams \(CEO\)
check the permissions on the mod_jk.so file. make sure that nobody or httpd can access the file (or whatever uid httpd runs under). chuck - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, April 29, 2001 8:50 PM Subject: problems loading mod_jk Hi

Re: problems loading mod_jk

2001-04-29 Thread Leon Chakmakian
)) wrote: check the permissions on the mod_jk.so file. make sure that nobody or httpd can access the file (or whatever uid httpd runs under). chuck - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, April 29, 2001 8:50 PM Subject: problems loading mod_jk

Problems building mod_jk on Solaris 2.8

2001-04-08 Thread DiMaggio, Len
'Evening everyone, I'm guessing that someone's already answered this question, but I couldn't find it in the archives... We're having problems building mod_jk on Solaris 2.8 (with gcc). I did find a message in the archives that referenced these config variable errors: my $CFG_LD_SHLIB

Ajp13 Problems w Mod_JK

2000-11-16 Thread brent . johnson
These are a few problems/questions I'm having upgrading and using Tomcat 3.1 to 3.2 with Ajp13 instead of 12 (for SSL). 1) As for SSL security can apache handle the security and THEN pass off the request to Tomcat? (the pass to tomcat would be internal behind a firewall) 2) I've noticed when

Re: Ajp13 Problems w Mod_JK

2000-11-16 Thread Julio Serje (@canada.com)
- Original Message - From: To: [EMAIL PROTECTED] Sent: Thursday, November 16, 2000 4:49 PM Subject: Ajp13 Problems w Mod_JK These are a few problems/questions I'm having upgrading and using Tomcat 3.1 to 3.2 with Ajp13 instead of 12 (for SSL). 1) As for SSL security can apache handle

problems with mod_jk

2000-11-09 Thread Marco Pöhler
Hi, i try to create mod_jk from the tomcat sources(3.1) on a linux system for using with apache 1.3.14. I read the "Working with mod_jk"-HOWTO, where the compilation is described. My problem is that some directories refered in the HOWTO, especially "jakarta-tomcat/src/native/apache1.3", does

Re: problems with mod_jk

2000-11-09 Thread John Elia
ovember 09, 2000 7:37 AM Subject: problems with mod_jk Hi, i try to create mod_jk from the tomcat sources(3.1) on a linux system for using with apache 1.3.14. I read the "Working with mod_jk"-HOWTO, where the compilation is described. My problem is that some directories