You can not use a .so file on Windows -- unless something has changed in a wierd way with Apache and Windows. .so is a UNIX shared library, where .dll is a Windows shared library. You need to find a mod_webapp.dll file, of which you will not find one. It is not [yet] supported for Windows.
Tom Veldhouse ----- Original Message ----- From: "Sasha Kraljevic" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 20, 2002 8:30 AM Subject: Apache2/Win32 and mod_webapp anyone? > > Has anyone made it work with the > Apache 2.0.40 / Win32 (win2K), Tomcat 4.1.10 and mod_webapp.so for the WARP protocol ? > The error reported by Apache is: > Cannot load <path to the>/mod_webapp.so into server: The specified module could not be found. > I have used libapr.dll from Apache 2.0.40 and mod_webapp.so from Tomcat 4.0.1 binary download. > > I have already searched around and found some URLs, but all in vain... > None of those that I've found mentions Apache2/Win32/Tomcat 4. > > TIA, > Sasha > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
