Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Apache, Tomcat and Struts

843838Feb 23 2006
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 23 2006
Added on Feb 23 2006
0 comments
233 views