Re: mod_webapp connector on linux - HELP!

2001-10-05 Thread James Williamson
Are you sure? Didn't Apache moan when you started up about not knowing the default ServerName to use and it was going to use a default? More importantly though regards your confusion about the AddModule and LoadModule directives order, the conf file hints at it, their order dictates in which

Re: mod_webapp connector on linux - HELP!

2001-10-05 Thread David Ward
Yep; I'm sure - just check out the working httpd.conf file I previously attached. Yes, Apache did moan until I uncommented out the default ServerName directive. Thanks for the other pointers, David -- James Williamson wrote: Are you sure? Didn't Apache moan when you started up about not

Re: mod_webapp connector on linux - HELP!

2001-10-05 Thread John Cartwright
David, thanks for your suggestions and the example httpd.conf. I'm still having trouble saying the URL not found. I made the following steps (and many variations thereon): 1) added ServerName localhost 2) added LoadModule webapp_module modules/mod_webapp.so 3) added AddModule mod_webapp.c 4)

Re: mod_webapp connector on linux - HELP!

2001-10-05 Thread David Ward
John, I've seen that error when my url didn't have a trailing slash. For example, http://localhost/examples4; wouldn't work but http://localhost/examples4/; would. Go figure. Was this it? David -- John Cartwright wrote: David, thanks for your suggestions and the example httpd.conf.

Re: mod_webapp connector on linux - HELP!

2001-10-04 Thread James Williamson
Actually, I am not setting up virtual hosts like you are, so the mod_webapp result of application deployment *should* be localhost (what's set as my ServerName), right? David, You have to define your context(s) within VirtualHost directives. Regards, James My apache error_log looks

Re: mod_webapp connector on linux - HELP!

2001-10-04 Thread John Cartwright
James, I'm confused about what goes in the virtualhost section. Do my WebAppConnection and WebAppDeploy go there? Can you point me to an example - something like Tomcat4-Apache.HowTo Thanks! -- john James Williamson wrote: Actually, I am not setting up virtual hosts like you are, so the

Re: mod_webapp connector on linux - HELP!

2001-10-04 Thread David Ward
Actually, you DON'T have to define your context(s) within VirtualHost directives. I was finally able to get mod_webapp working against standalone catalina (but not with jboss/catalina). What I had to do was this: 1) drop mod_webapp.so in my modules directory 2) make sure ServerName localhost

Does anyone have an EAPI mod_webapp? (was Re: mod_webapp connector on linux - HELP!)

2001-10-04 Thread Keith Lea
- Original Message - From: David Ward [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 04, 2001 7:07 PM Subject: Re: mod_webapp connector on linux - HELP! PS: I'm still looking forward to seeing a mod_webapp-eapi.so release... me too!!! has anyone gotten it to compile

Re: mod_webapp connector on linux - HELP!

2001-10-03 Thread David Ward
Actually, I am not setting up virtual hosts like you are, so the mod_webapp result of application deployment *should* be localhost (what's set as my ServerName), right? My apache error_log looks like this on startup: [Wed Oct 3 13:22:25 2001] [warn] Loaded DSO modules/mod_webapp.so uses