On Mon, 9 Oct 2000, scott wrote:
> Hello
>
> I have followed the instructions from Pro JSP to install and configure
> Apache and Tomcat but they don't seem to want to work togeher tomcat and
> apache work ok on there own but when I put the line (p717):
>
> Include "C:/Program files/Apache
> group/jakarta-tomcat/conf/tomcat-apache.conf
>
> into the httpd.conf file apache refuses to start even when I run tomcat
> first as it says in the book?!?!
>
> Also when I downloaded mod_serv from apache I could not find the file:
>
> ApacheModuleJServ.dll but
> ApacheModuleJServ-1.1-1.3.9.dll is this the right one?
Yes...it's the same file.
> Also when I try and use the alternative static tomcat.conf
> I cannot find the line:
>
> LoadModule jserv_module libexec/mod_jserv.so
Look in c:\jakarta-tomcat\conf, or wherever you installed this file.
After you've started tomcat, and shut it down, you should find a
tomcat-apache.conf file here. Edit it. The first line should read:
LoadModule jserv_module modules/ApacheModuleJServ-1.1-1.3.9.dll
(or something similar)
The line you stated above is for a UNIX implementation. SO is a share object
under UNIX (UNIX-speak for DLL).