RE: Still trying to configure mod_jk

2001-05-04 Thread Morianos
Title: RE: Still trying to configure mod_jk it looks like you're doing everything right so far. but if you're expecting your browser to be able to talk to domain.com:8080, wrong.  it's not http, rather ajp12/13.  you must talk to it through apache, with directives in httpd.co

RE: Still trying to configure mod_jk

2001-05-04 Thread J. Patrick Lanigan
Thanks to everyone who has offered up advice. I'm still hacking away at it. I've gotten a little further, but I'm not there yet. I built apache with the following: # ./configure --prefix=/usr/local/apache --enable-rule=SHARED_CORE --enable-mo dule=so # make; make install > Problem #1 - There's

Re: Still trying to configure mod_jk

2001-05-04 Thread Allan Kamau
Indeed configuring mod_jk is highly procedural. You may have to follow the 'mod_jk how to' in your $TOMCAT_HOME/docs/ directory. The html document covers how to build the mod_jk form the tomcat source (which you may have to download). Remember to copy the 'mod_jk.so' generated by your apache to th

AW: Still trying to configure mod_jk

2001-05-04 Thread Gerteis, Roman
[mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 3. Mai 2001 13:38 An: [EMAIL PROTECTED] Betreff: Re: Still trying to configure mod_jk Lots of people have this problem. The downloadable mod_jk seems to work for some people, but not all. I'd suggest downloading the mod_jk source and bui

Re: Still trying to configure mod_jk

2001-05-04 Thread Noel E. Lecaros
Hi, Patrick Line 127 of Makefile. Problem #1 - There's something wrong with your mod_jk build. Can you outline the exact steps you took? This problem comes up pretty often in this list, but I don't recall encountering it myself. But then again, I usually build apache from source... Problem #

RE: Still trying to configure mod_jk

2001-05-03 Thread J. Patrick Lanigan
Line 127 of what file? I am running RH7/Apache1.3.17. The build goes fine for me(of mod_jk), but I am having a couple problems. Problem #1 I also get the following error when trying to start apache: [root@domain]# /usr/local/apache/bin/apachec

Re: Still trying to configure mod_jk

2001-05-03 Thread Noel E. Lecaros
ce > -Original Message- > From: Sam Newman [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 03, 2001 1:38 PM > To: [EMAIL PROTECTED] > Subject: Re: Still trying to configure mod_jk > > Lots of people have this problem. The downloadable mod_jk seems to work for > some peopl

RE: Still trying to configure mod_jk

2001-05-03 Thread Laurence Mayer
How do I compile mod_webapp? I get errors : Makefile:127:*** missing separator. Stop. Thanks Laurence -Original Message- From: Sam Newman [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 03, 2001 1:38 PM To: [EMAIL PROTECTED] Subject: Re: Still trying to configure mod_jk Lots of people

Re: Still trying to configure mod_jk

2001-05-03 Thread Sam Newman
t;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 03, 2001 1:10 PM Subject: Still trying to configure mod_jk > > Redhat 6.2 > Apache -1.3.6-1 > > httpd start gives the following error > > Syntax error on line 214 of /etc/httpd/conf/httpd.conf: > API m

Still trying to configure mod_jk

2001-05-03 Thread Laurence Mayer
Redhat 6.2 Apache -1.3.6-1 httpd start gives the following error Syntax error on line 214 of /etc/httpd/conf/httpd.conf: API module structure 'jk_module' in file /user/libexec/apache/mod_jk.so is garbled - perhaps this is not an apache module DSO? How do I fix? Can anyone shed some light, pl