> I got TOMCAT 4.0.1 installed and running on my Solaris boxes as a
> standalone server. Now I'm ready to integrated TOMCAT with our Apache
> servers. So after reading the online documentation I downloaded the Solaris
> version of mod_webapp.so. Now I must be getting stupid or senile, but
> according to the documentation I need to have an 'add module mod_webapp.c'
> in the my httpd.conf. Since I only downloaded the 'so' file. Where can I
> get the mod_webapp.c or don't I actually need the file.
Each module has it's FILE_NAME and MODULE_NAME. It is most common to make a module's
name be file name with extension "c". So, for mod_webapp, the file name is
mod_webapp.so (or whatever you rename it to) and module name is mod_webapp.c
Nix.