Tagged Questions
0
votes
2answers
129 views
Mixed Static and dynamic content site using AWS S3 and EC2
We are installing a Java web application in a EC2 running Tomcat.
The application uses a folder for users pictures (static content)-> www.example.com/PICTURES
We use mod_jk to exclude Tomcat from ...
0
votes
5answers
4k views
Configuring Apache, Tomcat, mod_jk and mod_rewrite to serve up tomcat from top-level
I'm trying to set up my java app as the main component of a new site.
I have some static resources I'd like served by Apache, so I setup Apache and Mod_jk, with the following rules,
JkMount ...