Re: static content not served for non-root apps via mod_jk

2012-01-14 Thread Pid
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

Re: static content not served for non-root apps via mod_jk

2012-01-14 Thread Rainer Jung
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

Re: static content not served for non-root apps via mod_jk

2012-01-14 Thread André Warnier
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

Re: static content not served for non-root apps via mod_jk

2012-01-13 Thread Eric P
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

Re: Static content not displaying

2011-06-15 Thread Pid
On 15/06/2011 13:41, Flaherty, Brennen F wrote: > we have an application that works as expected on tomcat version 6.0.29 on a > windows server . If I try to copy the war to a machine running version 6.0.32 > none of the static content will display. If I copy the war file to a > different machine

Re: Static content not displaying

2011-06-15 Thread Konstantin Kolinko
2011/6/15 Flaherty, Brennen F : > we have an application that works as expected on tomcat version 6.0.29 on a > windows server . If I try to copy the war to a machine running version 6.0.32 > none of the static content will display. If I copy the war file to a > different machine with version 6.

Re: static content

2006-10-23 Thread Christopher Schultz
Martin, I'll go ahead and turn off GPG message signing so you can read this one, Martin. It appears that you see many of my messages as blank, probably due to odd handling of mime types by your mail client. > you can't skip SSL if your browser is speaking it? How does your > browser speak SSL? W

Re: static content

2006-10-23 Thread Martin Gainty
iday, October 20, 2006 11:24 AM Subject: Re: static content

Re: static content

2006-10-20 Thread Joe Riopel
I'm not trying to plug my site or anything, but I put up a page about configuring mod_jk with Apache2. If you have any comments let me know. http://www.crankhouse.com/howto.php?f=modjk On 10/20/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Peter Gershkovich [mailto:[EMAIL PROTECTE

RE: static content

2006-10-20 Thread Caldarale, Charles R
> From: Peter Gershkovich [mailto:[EMAIL PROTECTED] > Subject: static content > > We have apache2 with ssl enabled and linked via jk2_module with > apache-tomcat-5.5.12. By the way, mod_jk2 has been deprecated for over a year. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHE

Re: static content

2006-10-20 Thread Christopher Schultz
Peter, > Does anyone know how to configure apache 2 with apache tomcat so that > static content (images and javascript) would go bypassing ssl? If you want to bypass SSL, your application needs to generate non-https URLs for those page elements. You can't skip SSL if the browser is speaking it.