RE: Help Linking Static Content In a WebApp before and after (6.0.30.x)

2012-06-06 Thread Morgan, Russel
om: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Wednesday, June 06, 2012 6:30 AM To: Tomcat Users List Subject: Re: Help Linking Static Content In a WebApp before and after (6.0.30.x) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Russel, On 6/6/12 8:45 AM, Morgan, Russel wrote:

Re: Help Linking Static Content In a WebApp before and after (6.0.30.x)

2012-06-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Russel, On 6/6/12 8:45 AM, Morgan, Russel wrote: > So if I bundle the default servlet with my application and then > configure it to run as a different named servlet, and map static > resources to it within the webapp that should work? (I will > cer

RE: Help Linking Static Content In a WebApp before and after (6.0.30.x)

2012-06-06 Thread Morgan, Russel
Again Russ -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Wednesday, June 06, 2012 4:49 AM To: Tomcat Users List Subject: Re: Help Linking Static Content In a WebApp before and after (6.0.30.x) 2012/6/6 Morgan, Russel : > > What I don't know h

Re: Help Linking Static Content In a WebApp before and after (6.0.30.x)

2012-06-06 Thread Konstantin Kolinko
2012/6/6 Morgan, Russel : > > What I don't know how to do is use that redirect filter/rewrite to change the > url based on the version of tomcat, which it seems I need to do, since the > container pathing logic changed across versions. Do not use your trick of mapping DefaultServlet to wrong pat

RE: Help Linking Static Content In a WebApp before and after (6.0.30.x)

2012-06-06 Thread Morgan, Russel
@christopherschultz.net] Sent: Tuesday, June 05, 2012 5:47 PM To: Tomcat Users List Subject: Re: Help Linking Static Content In a WebApp before and after (6.0.30.x) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Russel, On 6/5/12 8:38 PM, Morgan, Russel wrote: > I was initially pretty excited about

Re: Help Linking Static Content In a WebApp before and after (6.0.30.x)

2012-06-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Russel, On 6/5/12 8:38 PM, Morgan, Russel wrote: > I was initially pretty excited about the URL redirect idea, but > after some testing, it has led me back to the same result. > > I can make it work with redirects on either version of tomcat. > Pre a

RE: Help Linking Static Content In a WebApp before and after (6.0.30.x)

2012-06-05 Thread Morgan, Russel
Russel Morgan -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Tuesday, June 05, 2012 1:05 PM To: Tomcat Users List Subject: Re: Help Linking Static Content In a WebApp before and after (6.0.30.x) 2012/6/5 Morgan, Russel : > Thanks yes that is the chang

RE: Help Linking Static Content In a WebApp before and after (6.0.30.x)

2012-06-05 Thread Morgan, Russel
I was optimistic on a first look into that URL-Rewriter -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Tuesday, June 05, 2012 1:05 PM To: Tomcat Users List Subject: Re: Help Linking Static Content In a WebApp before and after (6.0.30.x) 2012/6/5

Re: Help Linking Static Content In a WebApp before and after (6.0.30.x)

2012-06-05 Thread Konstantin Kolinko
2012/6/5 Morgan, Russel : > Thanks yes that is the change that caused this issue with how we use static > content. > > I am not sure how I mangled my formatting but I went through and cleaned it > up, I hope that helps readability. > > Russ > > > Issue formatting recap below: > ==

RE: Help Linking Static Content In a WebApp before and after (6.0.30.x)

2012-06-05 Thread Morgan, Russel
urce (IE what we are calling the above assets from) Any help or insight would be appreciated. Thanks Russel Morgan -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Tuesday, June 05, 2012 10:43 AM To: Tomcat Users List Subject: Re: Help Linking Static

Re: Help Linking Static Content In a WebApp before and after (6.0.30.x)

2012-06-05 Thread Konstantin Kolinko
2012/6/5 Morgan, Russel : > Tomcat Users: > > > > Has anyone found a graceful way to handle static content linking that works=   > both pre and post the the following change? > > https://issues.apache.org/bugzilla/show_bug.cgi?id=3D50026 You mean https://issues.apache.org/bugzilla/show_bug.cgi?id=

Help Linking Static Content In a WebApp before and after (6.0.30.x)

2012-06-05 Thread Morgan, Russel
Tomcat Users: Has anyone found a graceful way to handle static content linking that works= both pre and post the the following change? https://issues.apache.org/bugzilla/show_bug.cgi?id=3D50026 We have quite a few customers on earlier versions of Tomcat 6 as well as ne= w customers pickin