HI Frederick,

    You can always try defining the LoadModule with the full path of the
physical system. ie.if the mod_webapp.so is found in
"E:\Apache\modules\mod_webapp.so" you can specify them as follows:

LoadModule webapp_module E:/Apache/modules/mod_webapp.so
AddModule mod_webapp.c

Try this..

Regards
H.Rajesh
(Webteam)
[EMAIL PROTECTED]
SSPL India.

----- Original Message -----
From: "Frederick Aubert" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Friday, April 26, 2002 6:14 PM
Subject: Re: Apache 2 & TomCat 4 Integration Troubles...


> Hi
>
> "Syntax error on line 173 of D:/Server/Apache Group/
Apache2/conf/http.conf
> Cannot load D:\Server\Apache Group\Apache2\./modules/mod_webapp.so into
> server: The specified module could not be found..."
>
> Here is the error message I got whenever I add the following line to my
> httpd: LoadModule webapp_module modules/mod_webapp.so. But what is
suprising
> me is that in the other "LoadModule" lines of the default httpd are using
> exactly the same syntaxis, for example I find: LoadModule userdir_module
> modules/mod_userdir.so which is working fine. Nonetheless I tried to
change
> the slash to a backslash (LoadModule webapp_modules modules\mod_webapp.so)
> but that doesn't change the error message. I double checked and have the
> mod_webapp.so file along in my modules directory... Any thought? Where is
> the "./" coming from? Any help appreciated?
>
> Sincerely, Frederick Aubert
>
>
> --
>
> !!! PLEASE UPDATE your address book, my NEW EMAIL is [EMAIL PROTECTED]
!!!
>
> Member of the Warlords II World Tournament Organizers Team....
>
> ---------------------------------------------------------------
>   ("`-''-/").___..--''"`-._
>    `6_ 6  )   `-.  (     ).`-.__.`)       Frederick Aubert
>    (_Y_.)'  ._   )  `._ `. ``-..-'
>  _..`--'_..-_/  /--'_.' ,'                [EMAIL PROTECTED]
> (il),-''  (li),'  ((!.-'
> ---------------------------------------------------------------
>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to