Configuring Apache 2.0.35 and TomCat 4 under WinXP Server

2002-04-28 Thread Frederick Aubert
Hi, Continuing the saga... Extract of my httpd.conf: ... LoadModule webapp_module D:/Server/Apache Group/Apache2/modules/mod_webapp.so ... Here is the debug error I get: Syntax error on line 174 ... LoadModule takes two arguments, ... It seems to me I have two arguments, am I missing something

Re: Configuring Apache 2.0.35 and TomCat 4 under WinXP Server

2002-04-28 Thread Jeffrey Bonevich
You actually have three arguments ;-) Get rid of the whitespace in your module path and try again. jeff Frederick Aubert wrote: > Hi, > > Continuing the saga... > > Extract of my httpd.conf: > ... > LoadModule webapp_module D:/Server/Apache > Group/Apache2/modules/mod_webapp.so > ... > > He

Re: Configuring Apache 2.0.35 and TomCat 4 under WinXP Server

2002-04-28 Thread Scott Ahten
Frederick, One thing i've found by trial and error is that most Tomcat and Apache config files don't like paths with spaces in them. This is somewhat confusing since the win32 installers create directories with spaces in them by default. You're probably much futher along than I am, but in my

RE: Configuring Apache 2.0.35 and TomCat 4 under WinXP Server

2002-04-29 Thread Frederick Aubert
Hi, Here is the next step... Any thought? Contact me privately, I guess it¹s better... Cannot load D:/Server/Apache2/modueles/mod_webapp.so (I am also trying to install PHP) Cannot load D:/Server/PHP/sapi/php4apache.dll I checked and double checked there are files with the correct names at the

Re: Configuring Apache 2.0.35 and TomCat 4 under WinXP Server

2002-04-29 Thread bm
Hi jeff I need your help if you could have linked the tomcat + apache2.0 under w2k ? Pls give me some tips how to do that reg bm Jeffrey Bonevich wrote: > You actually have three arguments ;-) Get rid of the whitespace in your > module path and try again. > > jeff > > Frederick Aubert wrote:

Re: Configuring Apache 2.0.35 and TomCat 4 under WinXP Server

2002-04-29 Thread Jeffrey Bonevich
Sorry, I am a linux jockey. Have not tried any of this under win2K. [EMAIL PROTECTED] wrote: > Hi jeff > > I need your help if you could have linked the tomcat + apache2.0 under w2k ? > Pls give me some tips how to do that > > reg > bm > > Jeffrey Bonevich wrote: > > >>You actually have