Apache, Tomcat and Struts
Hi,
I'm using Apache as the webserver, Tomcat as J2EE container and Struts as my framework. Previously, when I was not using Struts, I had configured the Apache server to handle the rendering of any static content for my web application.
But now after implementing Struts, how will the Apache server recognise any requests for static content as the URLS are something like http://localhost/myApp/strutsApp/
Is there any way to configure Struts or Apache so that static content is rendered by Apache Web Server and not by Tomcat/Struts.
Thanks in advance.
RB