RE: mod_jk.so / apache 1.3.27 / tomcat 4.1.18

2003-02-11 Thread \[de internetman\] Rene Kooyman
Citeren Turner, John [EMAIL PROTECTED]: Compile/Recompile: In CONNECTOR_SRC/jk/native (where CONNECTOR_SRC = wherever you unpacked the connector src): ./buildconf.sh ./configure --with-apxs=/path/to/apache/bin/apxs make make install The .so file will be in CONNECTOR_SRC/jk/native or

Re: mod_jk.so / apache 1.3.27 / tomcat 4.1.18

2003-02-11 Thread Bill Barker
[de internetman] Rene Kooyman [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Citeren Turner, John [EMAIL PROTECTED]: Compile/Recompile: In CONNECTOR_SRC/jk/native (where CONNECTOR_SRC = wherever you unpacked the connector src): ./buildconf.sh

Re: mod_jk.so / apache 1.3.27 / tomcat 4.1.18

2003-02-11 Thread \[de internetman\] Rene Kooyman
http://web.jurriaan.org/examples/jsp/ [ nothin ] Clicking on this link for me gives a nice, pretty Tomcat page. Are you sure that you don't have a caching Proxy server between you and it? Hi Bill, The problem isn't that these page's show up (fortunatly) but just click on one of the

RE: mod_jk.so / apache 1.3.27 / tomcat 4.1.18

2003-02-11 Thread Turner, John
on port 80? Apache's log, mod_jk's log in particular. You might need to jack up JK's logging level. John -Original Message- From: [de internetman] Rene Kooyman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 4:16 AM To: Tomcat Users List; Bill Barker Subject: Re: mod_jk.so

RE: mod_jk.so / apache 1.3.27 / tomcat 4.1.18

2003-02-11 Thread \[de internetman\] Rene Kooyman
Citeren Turner, John [EMAIL PROTECTED]: Yes, very. This isn't a problem with mod_jk, as far as I can tell. The 8080 URL didn't work for me just now, which implies to me that Tomcat isn't even up, but that might be due to maintenance instead of error. Can you post the log entries that you

RE: mod_jk.so / apache 1.3.27 / tomcat 4.1.18

2003-02-11 Thread Turner, John
Well, if you keep going with mod_webapp, it will all be wasted, eventually. It's dead. John -Original Message- From: [de internetman] Rene Kooyman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 1:47 PM To: Tomcat Users List Subject: RE: mod_jk.so / apache 1.3.27

mod_jk.so / apache 1.3.27 / tomcat 4.1.18

2003-02-10 Thread \[de internetman\] Rene Kooyman
Oke, that's done, just use the: /usr/lib/apache folder .. p, now were getting somewhere, although i can't compile normaly because apxs is located in the other folder ... so be it Now md_jk.so will load... but here's the error messages i was telling you about earlier: [warn] Loaded DSO

RE: mod_jk.so / apache 1.3.27 / tomcat 4.1.18

2003-02-10 Thread Turner, John
Message- From: [de internetman] Rene Kooyman [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 3:33 PM To: Tomcat Users List Subject: mod_jk.so / apache 1.3.27 / tomcat 4.1.18 Oke, that's done, just use the: /usr/lib/apache folder .. p, now were getting somewhere, although i

RE: mod_jk.so / apache 1.3.27 / tomcat 4.1.18

2003-02-10 Thread Subir Sengupta
To: Tomcat Users List Subject: mod_jk.so / apache 1.3.27 / tomcat 4.1.18 Oke, that's done, just use the: /usr/lib/apache folder .. p, now were getting somewhere, although i can't compile normaly because apxs is located in the other folder ... so be it Now md_jk.so will load... but here's

Re: mod_jk.so / apache 1.3.27 / tomcat 4.1.18

2003-02-10 Thread Bill Barker
[de internetman] Rene Kooyman [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Oke, that's done, just use the: /usr/lib/apache folder .. p, now were getting somewhere, although i can't compile normaly because apxs is located in the other folder ... so be it

mod_jk.so + Apache 1.3.12 + tomcat 3.2.2 + solaris 2.8 + Help needed

2002-01-17 Thread Abhishek Pamecha
Hi I am tryin to make apache 1.3.12 talk with Tomcat 3.2.2 on Sun Solaris 2.8 using mod_jk.so I have installed apache in my user directory with a port setting on 5000 under dir name webb I have installe tomcat in a separate folder under dir name tomcat I had an executable mod_jk.so so I put

Re: mod_jk.so + apache

2001-08-16 Thread Yann Sagon
Le Mercredi 15 Août 2001 22:47, vous avez écrit : I place mod_jk.so in my /etc/httpd/modules directory and then used LoadModule jk_module modules/mod_jk.so in httpd.conf. Either case, check where your mod_jk.so file is and set the LoadModule directive to it. Either absolute or

Re: mod_jk.so + apache

2001-08-15 Thread Yann Sagon
Jonathon Wallen a écrit : My probleme: Thanks but no, it doesn't change something. you have this line in your httpd.conf - LoadModule jk_module libexec/mod_jk.so maybe it should be - LoadModule jk_module /etc/httpd/libexec/mod_jk.so I'm just as new to this as you

Re: mod_jk.so + apache

2001-08-15 Thread David Smith
I place mod_jk.so in my /etc/httpd/modules directory and then used LoadModule jk_modulemodules/mod_jk.so in httpd.conf. Either case, check where your mod_jk.so file is and set the LoadModule directive to it. Either absolute or relative path to /etc/httpd should work. I'm also on

Re: mod_jk.so + apache

2001-08-15 Thread Bernard T. Higonnet
Yann Sagon wrote: Hi, I'm very new to tomcat + apache. I've dowmloaded tomcat 3.2.3 and mod_jk.so (eapi) I'v installed tomcat as a standalone version without problem. Now, I want to use it with apache and some virtual hosts. In case you aren't a French native speaker, write back for

mod_jk.so + apache

2001-08-14 Thread Yann Sagon
Hi, I'm very new to tomcat + apache. I've dowmloaded tomcat 3.2.3 and mod_jk.so (eapi) I'v installed tomcat as a standalone version without problem. Now, I want to use it with apache and some virtual hosts. I have a probleme with the configuration of apache (I guess). I have mod_jk.so in

Re: mod_jk.so + apache

2001-08-14 Thread matt
how did you know you wanted the eapi mod_jk rather than non?

Re: mod_jk.so + apache

2001-08-14 Thread Jonathon Wallen
My probleme: when I try to start apache: #apachectl start Starting httpd: Syntax error on line 774 of /etc/httpd/conf/httpd.conf: Invalid command 'JkMount', perhaps mis-spelled or defined by a module not included in the server configuration

tomcat 3.2.1 mod_jk.so apache 1.3.14 problem

2001-04-18 Thread J. Doug Brown
Hello, I have installed and have tomcat working correctly in stand alone mode. I am having difficulty geting apache to send requests through to tomcat. When I try to load , oh say the date example under the jsp directory this is what I get: web responst - looks like html but displayed as

tomcat 3.2.1 mod_jk.so apache 1.3.14 problem - log correction

2001-04-18 Thread J. Doug Brown
In the previous message I grabbed the wrong lines from my log files. Here are the relevant lines == /var/log/httpd/access_log == 208.158.53.156 - - [18/Apr/2001:11:41:28 +] "GET /examples/jsp/dates/date.jsp HTTP/1.0" 200 1043 == /var/log/httpd/agent_log == Mozilla/4.76 [en] (X11; U;

RE: tomcat 3.2.1 mod_jk.so apache 1.3.14 problem

2001-04-18 Thread Ed Tosh
]On Behalf Of J. Doug Brown Sent: Wednesday, April 18, 2001 8:36 AM To: [EMAIL PROTECTED] Subject: tomcat 3.2.1 mod_jk.so apache 1.3.14 problem Hello, I have installed and have tomcat working correctly in stand alone mode. I am having difficulty geting apache to send requests through to tomcat.

SOLVED: tomcat 3.2.1 mod_jk.so apache 1.3.14 problem

2001-04-18 Thread J. Doug Brown
Thanks for the advice given. I downloaded the binary distribution for tomcat 3.2.1 and also grabbed the mod_jk.so from linux/i386 directory. After I grabbed the sources and rebuild mod_jk.so from scratch apache could talk to tomcat. What a PITA this has been trying to figure this one out for 2

Re: SOLVED: tomcat 3.2.1 mod_jk.so apache 1.3.14 problem

2001-04-18 Thread Pae Choi
Welcome to the bleeding edge of the open source projects. :-) Pae -Original Message- From: J. Doug Brown [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Wednesday, April 18, 2001 12:31 PM Subject: SOLVED: tomcat 3.2.1 mod_jk.so apache 1.3.14 problem Thanks