add the following to the httpd.conf of apache for windows

LoadModule caucho_module
<install-dir-of-resin>/srun/win32-1.3.6/mod_caucho.dll
AddModule mod_caucho.c

<IfModule mod_caucho.c>
  CauchoConfigFile resin1.2.1/resin.conf
  <Location /caucho-status>
    SetHandler caucho-status
  </Location>
</IfModule>

Hope it helped

Yogeeta
> ----------
> From:         Daniel Lynn[SMTP:[EMAIL PROTECTED]]
> Reply To:     A mailing list about Java Server Pages specification and
> reference
> Sent:         Wednesday, January 24, 2001 10:16 AM
> To:   [EMAIL PROTECTED]
> Subject:      Re: resin/tomcat
>
> I didn't set up our server, but I remember that in the httpd.conf of
> apache you
> have to tell it to pass it off to resin and tell it what directories to
> look in.
> That may point you in the right direction... I'll also ask our techs and
> see if I
> can get a better answer for you.
>
> -Daniel
>
> Grant C Peters wrote:
>
> > does anyone know how to intergrate apache with either tomcat or resin?
> the
> > documentation is lacking at best, I have resin up and running, and I can
> do
> > everthing at myDomainName:8080/ but I want to run jsp without using port
> > 8080 is this possible?
> >
> >
> ==========================================================================
> =
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> > 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".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> 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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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