Re: jk2 problems

2004-05-17 Thread Nikola Milutinovic
[EMAIL PROTECTED] wrote: I'm getting error in my apache tomcat configuration and I don't know why. I'm running Tomcat 4.1.18 with apache 2.0.49 under linux. And I can't make apache running with mod jk stuff. Here is an extract of my apache httpd.conf file LoadModule jk2_module modules/mod_jk2.so J

jk2 problems

2004-05-17 Thread meissa . Sakho
I'm getting error in my apache tomcat configuration and I don't know why. I'm running Tomcat 4.1.18 with apache 2.0.49 under linux. And I can't make apache running with mod jk stuff. Here is an extract of my apache httpd.conf file LoadModule jk2_module modules/mod_jk2.so JkWorkersFile /opt/j

mod-jk2 problems

2004-05-10 Thread keita elhadji
Hi, Excuse me to wrote you in your own e-mail address but i have a problem with mod_jk2 . I have two PC with tomcat5.019 1st PC name is : www.avisdunet.biz 2nd PC name is : www1.avisdunet.biz In the first i install apache2.0.49 with mod_jk2 and i want to work with clustering the two server. and

Re: jk2 problems

2004-03-19 Thread Allan Bruce
> Allan, > > the problem is the mod_jk2.so shared library is not able to find the > undefined symbol ap_server_root. I don't know in which library it > resides, but I have a similar problem with a different library, since my > connexion uses Unix sockets. You can look at the content of the shared

Re: jk2 problems

2004-03-18 Thread Daniel Savard
Le jeu 18/03/2004 à 19:14, Allan Bruce a écrit : > - catalina.out > 18-Mar-2004 10:01:57 org.apache.coyote.http11.Http11Protocol start > INFO: Starting Coyote HTTP/1.1 on port 8080 > 18-Mar-2004 10:01:58 org.apache.jk.server.JkMain start > INFO: APR not loaded, disabling jni components: java.i

jk2 problems

2004-03-18 Thread Allan Bruce
I have apache and tomcat both up and running. I have mod_jk2 to connect the two but the requests are not being forwarded from apache to tomcat. I think tomcat is setup correctly and listening - my catalina.out is below. I have included my configs too. Could anyone suggest where I`m going wro

Apache 2.0.46 + Tomcat5 + JK2 problems

2003-12-11 Thread Jason Symons
I'm testing getting Apache 2 and Tomcat5 to work together using JK2 and JNI... I had it working fine under Tomcat 4, but when I try to migrate the same settings over Tomcat5 Apache just gives a generic 500 error when trying to pull up any page. It doesn't matter if the page exists or not either

RE: various JK2 problems

2003-10-01 Thread Phillip Qin
No idea. Even if I use Tomcat manager ant task to deploy my webapp, after deployment, this connection is timed out. -Original Message- From: Marcel Stör [mailto:[EMAIL PROTECTED] Sent: October 1, 2003 11:20 AM To: 'Tomcat Users List' Subject: RE: various JK2 problems Phillip Q

RE: various JK2 problems

2003-10-01 Thread Marcel Stör
Phillip Qin wrote: > 2) OK. The previous connection reached timeout. That's what it says. But how can I avoid timeouts? A connection should be opened, used, and then closed. Timeout to me means that someone (developer who writes code) forgot to close it. Regards, Marcel

RE: various JK2 problems

2003-10-01 Thread Marcel Stör
Brett Neumeier wrote: >> I've got JK2 running to connect IIS and Tomcat. Two issues bother me >> at the moment. >> >> 1. When JK2 is started the corresponding log file >> ($CATALINA_HOME/log/jk2.log in my case) >> is created. However, it's more or less empty (just a few

RE: various JK2 problems

2003-10-01 Thread Phillip Qin
2) OK. The previous connection reached timeout. -Original Message- From: Brett Neumeier [mailto:[EMAIL PROTECTED] Sent: October 1, 2003 10:53 AM To: Tomcat Users List Subject: RE: various JK2 problems > I've got JK2 running to connect IIS and Tomcat. Two issues > bothe

RE: various JK2 problems

2003-10-01 Thread Brett Neumeier
> I've got JK2 running to connect IIS and Tomcat. Two issues > bother me at the moment. > > 1. When JK2 is started the corresponding log file > ($CATALINA_HOME/log/jk2.log in my case) > is created. However, it's more or less empty (just a few > cryptic characters) but still > consumes 1024KB.

various JK2 problems

2003-10-01 Thread Marcel Stör
Hi all I've got JK2 running to connect IIS and Tomcat. Two issues bother me at the moment. 1. When JK2 is started the corresponding log file ($CATALINA_HOME/log/jk2.log in my case) is created. However, it's more or less empty (just a few cryptic characters) but still consumes 1024KB... 2. std

Re: JK2 problems

2003-07-15 Thread Werner van Mook
I have a bad feeling about this. After going to the advised webpage I restarted apache and got : Cannot load /etc/httpd/modules/mod_webapp.so into server: /lib/libc.so.6: version `GLIBC_2.2' not found (required by /etc/httpd/modules/mod_webapp.so) When trying to install glibc 2.2 I got all kin

Re: JK2 problems

2003-07-15 Thread John Turner
I've worked with Cobalts, but it has been a couple of years. If you changed it in your auto generated file, did you restart Apache? This link might be of some help: http://www.spaceprogram.com/knowledge/tomcat4_on_cobalt_setup.html John On Tue, 15 Jul 2003 16:09:23 +0200, Werner van Mook <[EMA

Re: JK2 problems

2003-07-15 Thread Werner van Mook
Call me stupid if you wish, Where do I have to change the JkLogLevel ? I did it in the auto generated file without restarting tomcat ( then it will be overwritten. I know) I do not have apachectl on my machine. so I can't do a config test. Sorry. If I want this I have to reinstall Apache. I don'

Re: JK2 problems

2003-07-15 Thread John Turner
Sounds like you have more than one copy of Apache running, and the copy of Apache you are modifying isn't the running copy. Also, change your JkLogLevel to "info". Also, please post the output of "apachectl configtest". John On Tue, 15 Jul 2003 15:44:24 +0200, Werner van Mook <[EMAIL PROTECTED

Re: JK2 problems

2003-07-15 Thread Werner van Mook
Hi John, Thanx for your response. I did all that is in your HOWTO. I still have no luck with it. I downloaded : mod_jk-1.3-eapi.so from jakarta.apacheetc and renamed it to mod_jk.so. Could you please have look ? Or some else of course. This is a piece of my localhost_log file : 2003-07-15

Re: JK2 problems

2003-07-15 Thread John Turner
OK, now we have more information. Apache 1.3.20? Godd luck getting mod_jk or mod_jk2 to work. You will need to build your own connector from source, and if it were me, I wouldn't waste any time whatsoever on JK2 with 1.3.20. Even JK is dicey. There is a complete Linux HOWTO here: http://www.

JK2 problems

2003-07-15 Thread Werner van Mook
Hi Again, after a not succesfull attempt to get mod_jk working I'm now trying to get mod_jk2 to work. Apache 1.3.20 tomcat 4.1.24 linux customized version of RedHat 2.2.16C35_III It's a sun cobalt box somewhere in europe. This means it's not in my room so I can't touch the box or do anything w

JK2 problems

2003-03-17 Thread Reynir Hübner
I have a tomcat 4.1.18 running in a win2k server, behind IIS. I installed isapi_redirector2.dll and it works (usually) allright. Every once in a while it stops returning tomcat executed pages, and returns error code 500 I know tomcat is running fine as it works for me to go into port 8080 on t