The user guide may be alot to swallow here is a short take and you can
email me directly for more info...

In the apache httpd.conf file you will add a line that include the conf
file automatically created by Tomcat.  That conf file will load the
proper DLL which makes the connection between the 2 server.  The next
step is to define the directories and how they map to URL 's from the
browser perspective.  The is done in Server.xml for tomcat and
Httpd.conf for apache.  Indicate the port that Tomcat will listen to and
you are pretty much done.  Don't forget that you must start tomcat first
before apache.

Good luck and let me know if you need further help.  I'm a newbie also.

[EMAIL PROTECTED]
Jim Keeney

Sello Mathibe wrote:

> Hi All!
>
> I want Apache to serve my static pages, and Tomcat serve my JSP and
> Servlets, but I really don't know how to do that. Can anyone please help me
> out there.
>
> Thanks
>
> ===========================================================================
> 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