Re: mod_webapp.so versus mod_jk

2002-11-21 Thread Bill Barker
Matthew Hannigan [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Wed, Nov 20, 2002 at 01:51:33PM -0600, Kent Perrier wrote: On Wed, 2002-11-20 at 13:24, Steve Cromer wrote: Hi, I would like to integrate Tomcat and Apache. I noticed that there is

Re: mod_webapp.so versus mod_jk

2002-11-20 Thread Kent Perrier
On Wed, 2002-11-20 at 13:24, Steve Cromer wrote: Hi, I would like to integrate Tomcat and Apache. I noticed that there is more than one way to do this. One way involves Warp, using mod_webapp.so and another involves mod_jk. Please, go look in the archives. This question is asked

Re: mod_webapp.so versus mod_jk

2002-11-20 Thread Matthew Hannigan
On Wed, Nov 20, 2002 at 01:51:33PM -0600, Kent Perrier wrote: On Wed, 2002-11-20 at 13:24, Steve Cromer wrote: Hi, I would like to integrate Tomcat and Apache. I noticed that there is more than one way to do this. One way involves Warp, using mod_webapp.so and another involves

RE: mod_webapp.so

2002-07-18 Thread Turner, John
Man, this list needs a FAQ, bad. HOWTO: http://www.galatea.com/flashguides/index There are many other docs that explain how to connect the two, the URL above is just one of them. If you are using apache, there is no benefit to using mod_webapp (WARP). The current mod_webapp connector sends

RE: mod_webapp.so

2002-07-18 Thread Joseph Savard
Man, this list needs a FAQ, bad. +1 Good point! Is there one avaialable or in the WOrks I thought it was in the works.. HOWTO: http://www.galatea.com/flashguides/index There are many other docs that explain how to connect the two, the URL above is just one of them. If you are

Re: mod_webapp.so

2002-07-18 Thread Eddie Bush
You know, and I realize the devs are kind of busy, I think if they would just incorporate the level of detail and completeness in the more recent docs that existed in the 3.x series of TC, a lot of questions wouldn't have to be asked. I find myself wondering, quite honestly, why the TC 3.x

Re: mod_webapp.so

2002-07-18 Thread Joseph Molnar
Hi Diego, if you are looking to use WARP, try out this tutorial I put together http://www.codesta.com/knowledge/technical/tomcat_warp_apache/ Joe - Original Message - From: Diego, Emil [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 18, 2002 6:06 AM Subject:

RE: mod_webapp.so

2002-07-08 Thread Mario Henley Becerril Geldis
On Fri, 5 Jul 2002, Ten-Hung Chu wrote: As I mentoned below, you need to add this line AddModule mod_webapp.c after the LoadModule line in httpd.conf, check INSTALL.txt for more detail. Document say: !-- The MOD_WEBAPP connector is used to connect Apache 1.3 with Tomcat 4.0

RE: mod_webapp.so

2002-07-08 Thread Ten-Hung Chu
WebAppDeploy examples warpConnection /examples/ Ten -Original Message- From: Mario Henley Becerril Geldis [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 10:10 AM To: Ten-Hung Chu Cc: [EMAIL PROTECTED] Subject: RE: mod_webapp.so On Fri, 5 Jul 2002, Ten-Hung Chu wrote: As I

RE: mod_webapp.so

2002-07-05 Thread Ten-Hung Chu
What versions of Apache and Tomcat? If it is Apache 1.3, you need to add AddModule mod_webapp.c after LoadModule. Ten -Original Message- From: Mario Henley Becerril Geldis [mailto:[EMAIL PROTECTED]] Sent: Friday, July 05, 2002 5:35 PM To: [EMAIL PROTECTED] Subject: mod_webapp.so

RE: mod_webapp.so

2002-07-05 Thread Mario Henley Becerril Geldis
What versions of Apache and Tomcat? If it is Apache 1.3, you need to add AddModule mod_webapp.c after LoadModule. yes, i have apache 1.3.26 and binary tomcat 4.0.4 I configure apache which prefix --enable--rule=SHARED_CORE, it's sufficient..??? -- To unsubscribe, e-mail:

Re: mod_webapp.so download

2002-05-03 Thread Raja Sekhar
Hi, You can download mod_webapp.so from the sepcific tomcat version/bin directory. For ex: for Tomcat 4.0.3, the url is http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/bin/. Under bin, u will find a list of operating systems in which you can find the binary of

RE: mod_webapp.so download

2002-05-03 Thread Donald Tang
To: [EMAIL PROTECTED] Subject: Re: mod_webapp.so download Hi, You can download mod_webapp.so from the sepcific tomcat version/bin directory. For ex: for Tomcat 4.0.3, the url is http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/bin/. Under bin, u will find a list

Re: mod_webapp.so Solaris 2.6

2002-03-25 Thread Jean-Luc BEAUDET
[EMAIL PROTECTED] a écrit : Does anyone have mod_webapp compiled for Solaris 2.6? If so, where can I download it from? I can't find it at jakarta.apache.org. If no one has one,does anybody know how to fix this error that happens with the WebAppDeploy directive: Invalid port number (p1)

Re: mod_webapp.so GLIBC_2.2 error on RH 6.1

2002-03-25 Thread Alan Pogrebinschi
I had exactly the same problem. You just have to get the mod_webapp.so source and compile it yourself. The only thing that worked for me was getting the source directly from the CVS, as well as the APR. I'll paste here the info from the README.txt file: Check out the module sources from CVS

Re: mod_webapp.so problem

2002-03-17 Thread Valera Molyakov
Hi ! recompile mod_webapp.so widthout EAPI, see error message :) - Original Message - From: Xue-Feng Yang [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, March 16, 2002 2:54 PM Subject: mod_webapp.so problem OS: RedHat 7.1 Apache: RedHat default

Re: mod_webapp.so linking problem on AIX 4.3

2002-02-06 Thread Liam Holohan
Bhaskar Mulpuri wrote: I am building mod_webapp.so and I am running into the following linking problem. ld -H512 -T512 -bhalt:4 -bM:SRE -bnoentry -bI:/usr/local/apache/libexec/httpd.exp -lc -lm -liconv -lnsl -ldl -o mod_webapp.so mod_webapp.o

Re: mod_webapp.so problems

2001-10-19 Thread Lloyd H. Meinholz
Could it be a typo in httpd.conf, libexec not libexex? Or is the typo in your post? Lloyd Chris Huisman wrote: Hello, I am having difficulties getting mod_webapp.so to work. After adding LoadModule, and AddModule to the config file, and running apachectl configtest I get the following

Re: mod_webapp.so problems

2001-10-19 Thread Chris Gokey
Chris Huisman wrote: Hello, I am having difficulties getting mod_webapp.so to work. After adding LoadModule, and AddModule to the config file, and running apachectl configtest I get the following results: Syntax error on line 237 of /usr/local/etc/apache/httpd.conf: Cannot load

Re: mod_webapp.so problems

2001-10-19 Thread Pier Fumagalli
Chris Huisman at [EMAIL PROTECTED] wrote: Hello, I am having difficulties getting mod_webapp.so to work. After adding LoadModule, and AddModule to the config file, and running apachectl configtest I get the following results: Syntax error on line 237 of

RE: mod_webapp.so: ltconfig --version

2001-09-25 Thread Janek Bogucki
Hi shine, The cause of the error appears to be an invalid version returned from ltconfig. You'll find that script at webapp/apr/build/ltconfig Run the script like this to test it's not corrupted $ ./ltconfig --version ltconfig (GNU libtool) 1.3.5 (1.385.2.206 2000/05/27 11:12:27)

Re: mod_webapp.so

2001-09-25 Thread Janek Bogucki
Hi Shine, RHL 6.2 has an earlier version of bash than RHL 7.x. I wonder if your error is due to the script using syntax unsupported in this earlier version. -yan --- shine [EMAIL PROTECTED] wrote: Hello i am trying to integrate tomcat + apache I got the following error when I compile the

Re: mod_webapp.so

2001-09-25 Thread Janek Bogucki
Hi Shine, Not quite what you want but this page describes a way of getting Oracle 8.1.x, which requires glibc 2.1.3 to run under Red Hat Linux 7.x, which uses glibc 2.2.10 http://www.zx81.org.uk/computing/oracle/oracle-howto/redhat7.html -yan --- shine [EMAIL PROTECTED] wrote: Hello, i get

Re: mod_webapp.so: invalid ELF header

2001-09-05 Thread jean-frederic clere
Chris Gokey wrote: I attached the output of the build process, although I don't see any errors.. But that doesn't mean anything :) The error is in the Makefile - I will fix it - Thanks for responding and taking a look. Chris On Wed, 5 Sep 2001, Pier Fumagalli wrote: Chris

Re: mod_webapp.so: invalid ELF header

2001-09-05 Thread jean-frederic clere
Clere, Jean-Frederic wrote: Chris Gokey wrote: I attached the output of the build process, although I don't see any errors.. But that doesn't mean anything :) The error is in the Makefile - I will fix it - I have fixed it. Thanks for responding and taking a look. Chris

Re: mod_webapp.so: invalid ELF header

2001-09-05 Thread jean-frederic clere
Chris Gokey wrote: Ok, I checked out the source again for jakarta-tomcat-connectors/webapps and apr and now I get this error. Oops - Sorry there was a typo ($ missing). - [cgokey@cgokey webapp]$ ./support/buildconf.sh [cgokey@cgokey webapp]$ ./configure

RE: Re: mod_webapp.so: invalid ELF header

2001-09-05 Thread Peter Shankey
I ran into this. I got around it bey using apache 1.3.20 jean-frederic clere [EMAIL PROTECTED] wrote: Chris Gokey wrote: Ok, I checked out the source again for jakarta-tomcat-connectors/webapps and apr and now I get this error. Oops - Sorry there was a typo ($ missing). -

Re: mod_webapp.so: invalid ELF header

2001-09-05 Thread Chris Gokey
Ok, I checked out the source again for jakarta-tomcat-connectors/webapps and apr and now I get this error. [cgokey@cgokey webapp]$ ./support/buildconf.sh [cgokey@cgokey webapp]$ ./configure --with-apxs=/usr/local/apache/bin/apxs creating cache ./config.cache checking for test... /usr/bin/test

Re: mod_webapp.so: invalid ELF header

2001-09-05 Thread Ryan Bloom
On Wednesday 05 September 2001 08:23, Chris Gokey wrote: Ok, I checked out the source again for jakarta-tomcat-connectors/webapps and apr and now I get this error. [cgokey@cgokey webapp]$ ./support/buildconf.sh [cgokey@cgokey webapp]$ ./configure --with-apxs=/usr/local/apache/bin/apxs

Re: mod_webapp.so: invalid ELF header

2001-09-04 Thread Pier Fumagalli
Chris Gokey [EMAIL PROTECTED] wrote: I've downloaded and installed the binary for Tomcat 4.0-b7. I'm now trying to install the mod_webapp connector for apache. I've been able to cvs checkout the latest jakarta-tomcat-connectors/webapps and the apr and build it. When I copy the

Re: mod_webapp.so

2001-08-09 Thread Pier P. Fumagalli
James, Stuart at [EMAIL PROTECTED] wrote: where can I download a copy of the mod_webapp.so I am using tomcat beta 6 with apache 1.3 running on windows nt 4.0 You'd better check out the new one in CVS. The one shipped with B6 is now known to have problems The CVS repository is

RE: mod_webapp.so

2001-07-10 Thread GOMEZ Henri
p.d.: what is the difference between mod_jk and mod_webapp?(It is The version of tomcat?) mod_jk is the current reference for connecting a web-server (Apache 1.3/2.0, IIS, iPlanet, Domino, ...) to tomcat web-server. It supports load-balancing and all the Tomcat release 3.1/3.2/3.3/4.0

Re: mod_webapp.so

2001-07-05 Thread Alberto Torna Jr.
I can't tell you how Tomcat 4.x and Apahce are integrated. But I can tell you how Tomcat 3.2.x Apache work. In the end, it was so simple! 2 things. 1. Append “Include TOMCAT_HOME/conf/tomcat-apache.conf to appache’s httpd.conf file 2. Drop mod_jserv.dll into APACHE_HOME/modules And it

Re: mod_webapp.so needed

2001-06-18 Thread james
It would help if you specified for which platform. Hi, Can somebody tell me where I can get mod_webapp.so or perhaps send it to me? I need it asap. thanks -jari

Re: mod_webapp.so advice

2001-04-16 Thread Thom Park
ant sections of your config files. Sorry for being an idiot! Fox, the Balloon Fox -Original Message- From: dan [mailto:dan]On Behalf Of Dan Sandberg Sent: Sunday, April 15, 2001 9:42 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: mod_webapp.so advice Are you s

RE: mod_webapp.so advice

2001-04-15 Thread GOMEZ Henri
- From: Fox, the Balloon Fox [mailto:[EMAIL PROTECTED]] Sent: Monday, April 16, 2001 7:49 AM To: [EMAIL PROTECTED] Subject: RE: mod_webapp.so advice Hi there! I just wanted to say that while I myself haven't tried using mod_webapp, I've had great luck using mod_jk to connect Apache to Tomcat 4b

RE: mod_webapp.so advice

2001-04-15 Thread Dan Sandberg
Are you saying the connectors from Tomcat 3 work with Tomcat 4? Because Tomcat 4 doesn't include any ajp connectors as far as I can tell. How is this setup? Thanks, -Dan Hi there! I just wanted to say that while I myself haven't tried using mod_webapp, I've had great luck using mod_jk to

RE: mod_webapp.so advice

2001-04-15 Thread Fox, the Balloon Fox
al Message- From: dan [mailto:dan]On Behalf Of Dan Sandberg Sent: Sunday, April 15, 2001 9:42 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: mod_webapp.so advice Are you saying the connectors from Tomcat 3 work with Tomcat 4? Because Tomcat 4 doesn't include any ajp connectors as fa

RE: mod_webapp.so advice

2001-04-14 Thread Fox, the Balloon Fox
Hi there! I just wanted to say that while I myself haven't tried using mod_webapp, I've had great luck using mod_jk to connect Apache to Tomcat 4b. It worked great with ajp12 and 13 connectors on my win2k system. Fox, the Balloon Fox -Original Message- From: dan [mailto:dan]On Behalf