RE: About Apache 2.2 and Tomcat 6

2008-06-04 Thread Caldarale, Charles R
> From: Francisco Robredo [mailto:[EMAIL PROTECTED] > Subject: RE: About Apache 2.2 and Tomcat 6 > > Thaks for your reply, but Tomcat can serves JSF ? I guess i > need to add a new module it isnt it? Sorry, I'm not sure I understand what you're asking; perhaps you could

Re: About Apache 2.2 and Tomcat 6

2008-06-04 Thread Landon Fabbricino
You can use mod jk. Fairly easy to configure when you get your mind wrapped around it. Apache will act as a proxy service for "specified" requests. You could say all requests for an application is pass to tomcat, or everything but images and word documents. Landon Fabbricino IT Applications Ph

RE: About Apache 2.2 and Tomcat 6

2008-06-04 Thread Francisco Robredo
Thaks for your reply, but Tomcat can serves JSF ? I guess i need to add a new module it isnt it? --- El mié 4-jun-08, Caldarale, Charles R <[EMAIL PROTECTED]> escribió: De: Caldarale, Charles R <[EMAIL PROTECTED]> Asunto: RE: About Apache 2.2 and Tomcat 6 Para: "Tomcat U

RE: About Apache 2.2 and Tomcat 6

2008-06-04 Thread Caldarale, Charles R
> From: Francisco Robredo [mailto:[EMAIL PROTECTED] > Subject: About Apache 2.2 and Tomcat 6 > > Hi , Ive installed Apache 2.2 and Tomcat 6 separately on > Windows 2003  and both are working fine, so, how can I > integrate both in order to serve servlets and jsp on Apache 2.2?

About Apache 2.2 and Tomcat 6

2008-06-04 Thread Francisco Robredo
Hi , Ive installed Apache 2.2 and Tomcat 6 separately on Windows 2003  and both are working fine, so, how can I integrate both in order to serve servlets and jsp on Apache 2.2?   In the future, when both were integrated, where do i need to deploy the jsp application? (on \htdocs or in \webapps)