mod webapp

2003-01-26 Thread Bryan A. Zimmer
Hello, I am trying to configure Tomcat to work with Apache on a Linux box running Redhat 8.0. Tomcat itself seemed fine, as does httpd (Apache) by itself, but when I add the mod_webapp.so lines to the httpd.conf file, I keep getting messages like: undefined symbol: ap_table_get. Can anyone

apache/mod webapp - Premature packet header end

2002-12-12 Thread Ken Anderson
Using mod-webapp/apache, I'm seeing a lot of this in the logs, though the site works fine: 2002-12-12 05:35:23 [org.apache.catalina.connector.warp.WarpConnection] Exception on socket java.io.IOException: Premature packet header end

Re: What happened to the mod webapp binaries?

2002-07-12 Thread Eddie Bush
If you're integrating with Apache, you probably want mod_jk anyway. mod_webapp will not let Apache serve static content - mod_jk will. I can't think of any reason to use Tomcat + Apache except for having Apache serve the static content - so you might want to reconsider which connector

What happened to the mod webapp binaries?

2002-07-11 Thread Ian McFarland
Hello, I'm trying to do a new install with Apache, and lo, I can't find the webapp connector binaries anywhere. All the bin directories are empty, and the release directory has apr in it, which unless they added mod_webapp functionality to the Apache Portable Runtime, isn't what I want.

Mod Webapp?

2002-05-23 Thread Paul Sanwald
Hey, since I couldn't find very much info about mod_jk, and was having problems, I decided to use mod_webapp to connect apache 1.3.23 and tomcat 4.0.3 (on a fresh install of redhat 7.0). it worked great when I first installed it, then I rebooted the box. tomcat starts fine, when I try to

RE: Mod Webapp?

2002-05-23 Thread Paulsen, Jay
: Paul Sanwald [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 9:49 AM To: 'Tomcat Users List' Subject: Mod Webapp? Hey, since I couldn't find very much info about mod_jk, and was having problems, I decided to use mod_webapp to connect apache 1.3.23 and tomcat 4.0.3 (on a fresh install

Re: Mod Webapp?

2002-05-23 Thread steven shingler
- From: Paul Sanwald [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 9:49 AM To: 'Tomcat Users List' Subject: Mod Webapp? Hey, since I couldn't find very much info about mod_jk, and was having problems, I decided to use mod_webapp to connect apache 1.3.23 and tomcat 4.0.3

RE: Mod Webapp?

2002-05-23 Thread Paulsen, Jay
List Subject: Re: Mod Webapp? i agree with Jay that web5 definitely has to exist but also i think you have to add the webapp module after you've loaded it - put the line AddModule mod_webapp.c with all the other AddModules in the conf file hope that helps steven On 23/5/02 2:57 pm, Paulsen, Jay

Re: Mod Webapp?

2002-05-23 Thread Simon Stewart
On Thu, May 23, 2002 at 05:07:49PM +, steven shingler wrote: i agree with Jay that web5 definitely has to exist but also i think you have to add the webapp module after you've loaded it - put the line AddModule mod_webapp.c with all the other AddModules in the conf file Not with Apache

Re: Mod Webapp?

2002-05-23 Thread steven shingler
ah-hah - cool well that's good to know - thanks Simon if Paul's still wrestling with this though - you said you were using apache 1.3.23 - so i still reckon you'll need the add_module line its easy to check though i reckon - if all yr other load_modules have corresponding add_modules - then you

Re: Mod Webapp?

2002-05-23 Thread Simon Stewart
On Thu, May 23, 2002 at 05:46:40PM +, steven shingler wrote: ah-hah - cool well that's good to know - thanks Simon if Paul's still wrestling with this though - you said you were using apache 1.3.23 - so i still reckon you'll need the add_module line its easy to check though i reckon -

Re: Mod Webapp?

2002-05-23 Thread Nikola Milutinovic
since I couldn't find very much info about mod_jk, and was having problems, I decided to use mod_webapp to connect apache 1.3.23 and tomcat 4.0.3 (on a fresh install of redhat 7.0). it worked great when I first installed it, then I rebooted the box. tomcat starts fine, when I try

Re: Mod Webapp?

2002-05-23 Thread Nikola Milutinovic
Interestingly enough, I don't have the 'AddModule mod_webapp.c' statement in my httpd.conf. I am using Apache 2, however - I don't know if that makes a difference. Apache 2 doesn't have two different module directives. Apache 1.x had directives to load the module into runtime

RE: mod webapp and SSL

2002-04-11 Thread Rich
used because when I remove the user-data-constraint everything works fine. Running out of ideas :-( Rich -Original Message- From: Rich [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 3:55 PM To: [EMAIL PROTECTED] Subject: mod webapp and SSL I'm trying to secure my webapp

mod webapp and SSL

2002-04-10 Thread Rich
I'm trying to secure my webapp with Apache's SSL (mod_ssl). I've given up trying to get it to work using mod_proxy and have turned to the mod webapp and the warp connector. I have successfully installed mod webapp and can access my web application the apache via the Warp connector. I believe

Mod webapp +apache 1.3.22 (no config variable LDFLAGS_SHLIB)

2002-01-30 Thread Liam Holohan
When trying create mod_webapp.so the make portion fails Does anybody have a solution to this problem ? I'm sure its happened before .. I am building mod_webapp for apache 1.3.22 on RedHat Linux 7.2 (apache with openssl) I have made the ./configure file ok (as per readme.txt in

mod-webapp Bugs

2001-12-18 Thread Cavan Morris
Hey everybody, I'm running tomcat 4.0.1 under apache 1.3.22 through mod_webapp from webapp-module-1.0-tc40-linux-glibc2.2.tar.gz and I've noticed a couple of quirks in the way it's working. I'm wondering if these are bugs that will/should be corrected or they are the result of misconfigureation

Re: mod-webapp Bugs

2001-12-18 Thread Janek Bogucki
I can't help you but I can say that I have what sounds like a similar authentication failure when trying to access the manager app (http://jakarta.apache.org/tomcat/tomcat-4.0-doc/manager-howto.html). When I try to access the manager webapp the BASIC authentication dialog popped up, I entered

Re: mod-webapp Bugs

2001-12-18 Thread Christian Bongiorno
PM Subject: Re: mod-webapp Bugs | I can't help you but I can say that I have what sounds | like a similar authentication failure when trying to | access the manager app | (http://jakarta.apache.org/tomcat/tomcat-4.0-doc/manager-howto.html). | | When I try to access the manager webapp the BASIC

Load balance with mod-webapp

2001-12-09 Thread Andy Olliver
Hi Looking through archives and doco and cannot find anything on this. Does anybody have any pointers on where i can find info. ie. config instructions for setting up multiple instances of Tomcat behind single Apache instance when using mod_webapp. thanks Andy -- To unsubscribe:

RE: Load balance with mod-webapp

2001-12-09 Thread William Tansill
To: Tomcat-User Subject: Load balance with mod-webapp Hi Looking through archives and doco and cannot find anything on this. Does anybody have any pointers on where i can find info. ie. config instructions for setting up multiple instances of Tomcat behind single Apache instance when using

Tomcat 4.01/Apache 1.13.22/Mod Webapp

2001-11-01 Thread JS
Okay I'm desparate. I need help. You guys have been great, but here's my deal: I have set up Tomcat 4.01 to serve jsp alongside apache. I'm trying to deploy an app that uses jdbc connections to mysql. I know the connections work, but I am having a problem setting up server.xml and web.xml

Re: Tomcat 4.01/Apache 1.13.22/Mod Webapp

2001-11-01 Thread JS
PS I am clueless on this one guys. -- Someone did a study of the three most-often-heard phrases in New York City. One is Hey, taxi. Two is, What train do I take to get to Bloomingdale's? And three is, Don't worry. It's just a flesh wound. -- David Letterman -- To

Re: Tomcat 4.01/Apache 1.13.22/Mod Webapp

2001-11-01 Thread Pier Fumagalli
JS at [EMAIL PROTECTED] wrote: Okay I'm desparate. I need help. You guys have been great, but here's my deal: I have set up Tomcat 4.01 to serve jsp alongside apache. I'm trying to deploy an app that uses jdbc connections to mysql. I know the connections work, but I am having a problem

Re: Tomcat 4.01/Apache 1.13.22/Mod Webapp

2001-11-01 Thread JS
Maybe I should explain it a little better: My Set up: server.xml only has a service declared for apache mod_webapp. no stand alone. apache has WebAppDeploy for the application I want to be able to run the app from a directory under my apache doc root so I have my files under there

Re: Error in mod-webapp nightly snapshot

2001-10-27 Thread Pier Fumagalli
David Smith at [EMAIL PROTECTED] wrote: Pier -- Thought you might want to know about this (you might already). I just built mod-webapp from the nightly snapshot dated 10-25-2001 and found an error in the build. Line 77 of WarpConnector.java imports

Error in mod-webapp nightly snapshot

2001-10-25 Thread David Smith
Pier -- Thought you might want to know about this (you might already). I just built mod-webapp from the nightly snapshot dated 10-25-2001 and found an error in the build. Line 77 of WarpConnector.java imports 'org.apache.catalina.ServerSocketFactory' when it looks like it should import