Hi,
Please check the Modules subdirectory. in all probablities, the dll is
already there. When I down loaded Apache/Jserv/Tomcat , the required dll
was there. Other wise i have never been able to download the file
separately , from the website.
just my 2c worth :-)
Ritesh






John Bell <[EMAIL PROTECTED]> on 06/09/2000 02:30:56 PM

Please respond to A mailing list about Java Server Pages specification and
      reference <[EMAIL PROTECTED]>

To:   [EMAIL PROTECTED]
cc:    (bcc: Sinha Ritesh-SWD-ITIL-UB/Itilmail)

Subject:  Re: Apache module for Tomcat




In the Apache httpd.conf add
#include C:\ApacheTomcat\jakarta-tomcat\conf\tomcat.conf
include C:\ApacheTomcat\jakarta-tomcat\conf\tomcat-apache.conf

Both of these lines work for me.   The tomcat-apache.conf is created when
Tomcat starts up.
I could not decide form the documentation which was the suggested one.

In tomcat.conf add
# Tell Apache on win32 to load the Apache JServ communication module
LoadModule jserv_module modules/ApacheModuleJServ.dll

NB - you have to download ApacheModuleJServ.dll from the Tomcat site and
put
it into say c:\Apache\modules - other dll's live there.

Start Tomcat and then Apache.

John.

----- Original Message -----
From: Richard Liu <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 09, 2000 2:29 AM
Subject: Re: Apache module for Tomcat


> Hi, every one,
>
> I have developed   a web application using Tomcat standalone web server.
> Because tomcat is only a small server, I am doing the same thing,
> integrating Apache and tomcat. I follow  "Tomcat+Apache HOWTO". Now I can
> run Apache and Tomcat well separately. They said I have to do:
>
>           * Edit /path/to/apache-1.3.9/conf/httpd.conf and add the
>            following line at the end:
>
>                 Include /path/to/tomcat3.0/etc/tomcat.conf
>
>          * For Win32 users, comment out the line containing
> libexec/mod_jserv.so
>             and uncomment out the line containing
> modules/ApacheModuleJServ.dll.
>
> I have problem doing this. First, once I added the above mentioned
include
> statement into the httpd.conf. The apache does not  work properly.
Secondly,
> I could not find any line containing either "libexec/mod_jserv.so " or
> "modules/ApacheModuleJServ.dll.".
>
> Can any one help me with this. Any comments will be highly appreciated.
>
> Laowu Luo, have you got you apache and tomcat work? If yes, would please
> share your experience with me. Thanks.
>
> Richard
>
>
>
> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of casey kochmer
> Sent: Thursday, June 08, 2000 4:30 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Apache module for Tomcat
>
> Yes you need this file. Without it apache will not load up at all in
fact,
> since the tomcat configuation changes required, actually specify this
module
> directly.
>
> You can download it from the Jserv module which is located
> http://java.apache.org/jserv/dist/. Its been a few months since I did my
> install so i am relying on memory here for the source of
> ApacheModuleJServ.dll
>
>
>
>
>
> >From: Laiwu Luo <[EMAIL PROTECTED]>
> >Reply-To: A mailing list about Java Server Pages specification and
> >     reference <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: Apache module for Tomcat
> >Date: Thu, 8 Jun 2000 17:47:15 -0400
> >
> >I am trying to configure Apache 1.3.12 with Tomcat 3.1 on my NT machine.
> >To my understanding, I need download mod_serv file (The file name for
> >the Windows version is ApacheModuleJServ.dll). But I cannot find the
> >file on apache site. Do I really need this module or I miss something
> >else?
> >
> >Thanks,
> >
> >--
> >Laiwu Luo
> >
>
>==========================================================================
=
> >To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> >JSP-INTEREST".
> >Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
> ________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to