RE: mod_webapp problem.. please haaaalp

2002-01-24 Thread thys de wet
; >AddModule mod_webapp.c > WebAppConnection warpConnection warp localhost:8008 > WebAppDeploy webdav warpConnection /webdav/ >WebAppInfo /webappinfo > > >still no joy :( > >>-Original Message- >>From: Cressatti, Dominique [mailto:[EMAIL P

RE: mod_webapp problem.. please haaaalp

2002-01-24 Thread Cressatti, Dominique
r httpd.conf and remove the one you had before. Then see if apache still complains. if not I'll tell you how to test it then. Dom -Original Message- From: thys de wet [mailto:[EMAIL PROTECTED]] Sent: 24 January 2002 12:19 To: 'Tomcat Users List' Subject: RE: mod_webapp pr

RE: mod_webapp problem.. please haaaalp

2002-01-24 Thread thys de wet
joy :( >-Original Message- >From: Cressatti, Dominique [mailto:[EMAIL PROTECTED]] >Sent: Thursday, January 24, 2002 2:14 PM >To: Tomcat Users List >Subject: RE: mod_webapp problem.. please hlp > > >you know what I meant by servername (not the one asso

RE: mod_webapp problem.. please haaaalp

2002-01-24 Thread Cressatti, Dominique
-Original Message- From: thys de wet [mailto:[EMAIL PROTECTED]] Sent: 24 January 2002 12:02 To: 'Tomcat Users List' Subject: RE: mod_webapp problem.. please hlp I've tried that, my servername is specified in httpd.conf, I've also added Addmodule mod_webapp.c. I still g

RE: mod_webapp problem.. please haaaalp

2002-01-24 Thread thys de wet
sers List >Subject: RE: mod_webapp problem.. please hlp > > >I would try: >LoadModule webapp_module libexec/mod_webapp.so > WebAppConnection warpConnection warp localhost:8008 > WebAppDeploy examples warpConnection /examples > >for a start. >also y

RE: mod_webapp problem.. please haaaalp

2002-01-24 Thread Cressatti, Dominique
I would try: LoadModule webapp_module libexec/mod_webapp.so WebAppConnection warpConnection warp localhost:8008 WebAppDeploy examples warpConnection /examples for a start. also you missed AddModule mod_webapp.c in your httpd.conf and did you specify your SeverName as well (ver