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
> ...
> 
> 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? Beeing under
> Windows, I have a file called libapr.dll I was supposed to move along with
> mod_webapp.so should I load it somewhere or just place in the same folder?
> Any help would be appreciate? In private or to the list, it doesn¹t matter
> to me...
> 
> Sincerely, Frederick
> ---
>   ("`-''-/").___..--''"`-._
>`6_ 6  )   `-.  ( ).`-.__.`)   Frederick Aubert
>(_Y_.)'  ._   )  `._ `. ``-..-'
>  _..`--'_..-_/  /--'_.' ,'[EMAIL PROTECTED]
> (il),-''  (li),'  ((!.-'
> --- 
> 
> 
> 


-- 
Jeffrey Bonevich
Ann Arbor, Michigan
[EMAIL PROTECTED]
http://www.bonevich.com

Hwæt! Wë Gär-Dena   in geär-dagum,
peod-cyninga,   prym gefrünon,
hü ða aepelingas   ellen fremedon!


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




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 process of trying 
to get Apache2 and Tomcat 4.x to work i've started using the following 
directory structures...

d:/apache/http
d:/apache/tomcat4.x
d:/apache/ant
d:/apache/xml-xindice1.x

etc

since the paths are shorter and do not include spaces, it has made 
creating config files much easier and hopefully upgrades as well.

~Scott

Frederick Aubert wrote:

>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? Beeing under
>Windows, I have a file called libapr.dll I was supposed to move along with
>mod_webapp.so should I load it somewhere or just place in the same folder?
>Any help would be appreciate? In private or to the list, it doesn¹t matter
>to me...
>
>Sincerely, Frederick
>---
>  ("`-''-/").___..--''"`-._
>   `6_ 6  )   `-.  ( ).`-.__.`)   Frederick Aubert
>   (_Y_.)'  ._   )  `._ `. ``-..-'
> _..`--'_..-_/  /--'_.' ,'[EMAIL PROTECTED]
>(il),-''  (li),'  ((!.-'
>--- 
>
>
>  
>




--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




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
path location. So I don¹t get why it doesn¹t load properly... Anyone has
experienced such thing? Is it just Windows again? Any help appreciated

Sincerely, Frederick


---
  ("`-''-/").___..--''"`-._
   `6_ 6  )   `-.  ( ).`-.__.`)   Frederick Aubert
   (_Y_.)'  ._   )  `._ `. ``-..-'
 _..`--'_..-_/  /--'_.' ,'[EMAIL PROTECTED]
(il),-''  (li),'  ((!.-'
--- 




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:
>
> > 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? Beeing under
> > Windows, I have a file called libapr.dll I was supposed to move along with
> > mod_webapp.so should I load it somewhere or just place in the same folder?
> > Any help would be appreciate? In private or to the list, it doesn¹t matter
> > to me...
> >
> > Sincerely, Frederick
> > ---
> >   ("`-''-/").___..--''"`-._
> >`6_ 6  )   `-.  ( ).`-.__.`)   Frederick Aubert
> >(_Y_.)'  ._   )  `._ `. ``-..-'
> >  _..`--'_..-_/  /--'_.' ,'[EMAIL PROTECTED]
> > (il),-''  (li),'  ((!.-'
> > ---
> >
> >
> >
>
> --
> Jeffrey Bonevich
> Ann Arbor, Michigan
> [EMAIL PROTECTED]
> http://www.bonevich.com
>
> Hwæt! Wë Gär-Dena   in geär-dagum,
> peod-cyninga,   prym gefrünon,
> hü ða aepelingas   ellen fremedon!
>
> --
> To unsubscribe:   
> For additional commands: 
> Troubles with the list: 


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




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 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
>>>...
>>>
>>>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? Beeing under
>>>Windows, I have a file called libapr.dll I was supposed to move along with
>>>mod_webapp.so should I load it somewhere or just place in the same folder?
>>>Any help would be appreciate? In private or to the list, it doesn¹t matter
>>>to me...
>>>
>>>Sincerely, Frederick
>>>---
>>>  ("`-''-/").___..--''"`-._
>>>   `6_ 6  )   `-.  ( ).`-.__.`)   Frederick Aubert
>>>   (_Y_.)'  ._   )  `._ `. ``-..-'
>>> _..`--'_..-_/  /--'_.' ,'[EMAIL PROTECTED]
>>>(il),-''  (li),'  ((!.-'
>>>---
>>>
>>>
>>>
>>>
>>--
>>Jeffrey Bonevich
>>Ann Arbor, Michigan
>>[EMAIL PROTECTED]
>>http://www.bonevich.com
>>
>>Hwæt! Wë Gär-Dena   in geär-dagum,
>>peod-cyninga,   prym gefrünon,
>>hü ða aepelingas   ellen fremedon!
>>
>>--
>>To unsubscribe:   
>>For additional commands: 
>>Troubles with the list: 
>>
> 
> 
> --
> To unsubscribe:   
> For additional commands: 
> Troubles with the list: 
> 
> 
> 


-- 
Jeffrey Bonevich
Ann Arbor, Michigan
[EMAIL PROTECTED]
http://www.bonevich.com

Hwæt! Wë Gär-Dena   in geär-dagum,
peod-cyninga,   prym gefrünon,
hü ða aepelingas   ellen fremedon!


--
To unsubscribe:   
For additional commands: 
Troubles with the list: