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

2012-06-06 Thread Morgan, Russel
: 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 the URL redirect idea, but after

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 russel.mor...@disney.com: 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

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

2012-06-06 Thread Morgan, Russel
: 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 russel.mor...@disney.com: What I don't know how to do is use that redirect filter/rewrite to change the url based on the version of tomcat

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

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

2012-06-06 Thread Morgan, Russel
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: So if I bundle the default servlet with my application and then configure it to run

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 russel.mor...@disney.com: 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

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

2012-06-05 Thread Morgan, Russel
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 Content In a WebApp before and after (6.0.30.x) You mean https

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 russel.mor...@disney.com: 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
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 Morgan, Russel
-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 russel.mor...@disney.com: Thanks yes

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 and