i downloaded the windows 2000 versions of both apache2 and mod_webapps. Apache 2 has a directory called " modules" which has only ".so" files, and "mod_webapps.zip" file has a mod_webapp.so file , as well as a libapr.dll file. And the readme instructs to put the mod_webapps.so in the modules directory under windows. So i don't think that i am wrong with this "so" files. Moreover, mod_jk and mod_webapps are totally different things , and i have reasons to want to use mod_webppas. Anyway thanks for taking time to try to help me. cheers :) ----- Original Message ----- From: "Pascal Forget" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, April 24, 2002 11:26 PM Subject: Re: LoadModule webapp_module modules/mod_webapp.so
> Aren;t you supposed to have a mod_jk.dll for Windows? I believe mod_jk.so is > only for Unix systems. > > You should definitely read this: > > http://www.acg-gmbh.de/mod_jk/ > > Best Regards, > > Pascal > > > yilmaz wrote: > > >Hi everyone, > >i know everyone is already sick of reading problems about apache and tomcat. I read almost all related mails and articles (how-to's) on the internet , which didn't help. > >i am working with tomcat 4.0-b7 on win 2000. > >And using apcahe 2. > >according to the instructions on the articles downloaded mod_webapp.so and put it under modules/ directory. > >The tomact and apache both work fine without problem. > >When i add > >LoadModule webapp_module modules/mod_webapp.so > >in my httpd.conf file, i can't get apache started. It says "the requested operation has failed". > >Is there any syntax error, or something else? > >(note: i added the above line just under the default loadmodule lines defined in the httpd.conf file) > >Any help please : ( > >Thanks :) > > > > > > > -- > 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]>
