On 14/01/2012 03:52, Eric P wrote:
> I remember now why static content works for my ROOT app. I have
> Apache aliases set-up pointing to specific system directories for all
> static content.
>
> For example, I have all images for the ROOT app aliased here.
> Alias /img /opt/tomcat7/webapps/ROOT/i
On 14.01.2012 04:17, Eric P wrote:
Hi all,
I'm having trouble getting Apache to serve static content (jpg, css, js, etc.)
for Tomcat apps via mod_jk for any
application except the ROOT Tomcat app. The ROOT app shows static content just
fine.
I have the following Apache settings attempting to
Eric P wrote:
I remember now why static content works for my ROOT app. I have
Apache aliases set-up pointing to specific system directories for all
static content.
For example, I have all images for the ROOT app aliased here.
Alias /img /opt/tomcat7/webapps/ROOT/img
Options Indexes MultiVi
Have you measured that Tomcat is too slow for you to serve static content? If
not - serve everything from Tomcat itself and enjoy simple configuration;-)
--
Sent from my wireless G705 device
-
To unsubscribe, e-mail: users-unsu
I remember now why static content works for my ROOT app. I have
Apache aliases set-up pointing to specific system directories for all
static content.
For example, I have all images for the ROOT app aliased here.
Alias /img /opt/tomcat7/webapps/ROOT/img
Options Indexes MultiViews
AllowOve
Hi all,
I'm having trouble getting Apache to serve static content (jpg, css, js, etc.)
for Tomcat apps via mod_jk for any
application except the ROOT Tomcat app. The ROOT app shows static content just
fine.
I have the following Apache settings attempting to point *all* requests to
Tomcat and