Re: efficient redirect map with embedded Tomcat

2019-10-25 Thread Felix Schumacher
Am 15. Oktober 2019 15:18:07 MESZ schrieb Christopher Schultz : >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA256 > >Mark, > >On 10/14/19 04:50, Mark Thomas wrote: >> On 13/10/2019 23:46, Garret Wilson wrote: >>> On 10/13/2019 11:52 AM, Mark Thomas wrote: That depends on how you define bes

Re: efficient redirect map with embedded Tomcat

2019-10-15 Thread Garret Wilson
On 10/15/2019 6:06 AM, Christopher Schultz wrote: (The use case is simply to migrate some old URLs that have probably been indexed already or even linked on the web. Theoretically the entire site would need to redirect its old URLs, but probably only the pages.) So, just to be sure, you are ta

Re: efficient redirect map with embedded Tomcat

2019-10-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 10/14/19 04:50, Mark Thomas wrote: > On 13/10/2019 23:46, Garret Wilson wrote: >> On 10/13/2019 11:52 AM, Mark Thomas wrote: >>> That depends on how you define best. Simplest to implement? >>> Easiest to maintain? Minimum overhead? >> >> Ho

Re: efficient redirect map with embedded Tomcat

2019-10-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Garret, On 10/13/19 18:46, Garret Wilson wrote: > On 10/13/2019 11:52 AM, Mark Thomas wrote: >> That depends on how you define best. Simplest to implement? >> Easiest to maintain? Minimum overhead? > > How about, "What best follows the spirit of the

Re: efficient redirect map with embedded Tomcat

2019-10-14 Thread Mark Thomas
On 13/10/2019 23:46, Garret Wilson wrote: > On 10/13/2019 11:52 AM, Mark Thomas wrote: >> That depends on how you define best. Simplest to implement? Easiest to >> maintain? Minimum overhead? > > How about, "What best follows the spirit of the Tomcat architecture?" > > Or alternatively, "What wou

Re: efficient redirect map with embedded Tomcat

2019-10-13 Thread Garret Wilson
On 10/13/2019 11:52 AM, Mark Thomas wrote: That depends on how you define best. Simplest to implement? Easiest to maintain? Minimum overhead? How about, "What best follows the spirit of the Tomcat architecture?" Or alternatively, "What would be most efficient (i.e. not slowing down normal req

Re: efficient redirect map with embedded Tomcat

2019-10-13 Thread Mark Thomas
On 12/10/2019 20:35, Felix Schumacher wrote: > > Am 12.10.19 um 17:13 schrieb Garret Wilson: >> Could somebody at least point me to the best place to wire in >> site-level per-resource redirects in embedded Tomcat? I can create a >> solution, I just need to know where it is best to start. > > Did

Re: efficient redirect map with embedded Tomcat

2019-10-12 Thread Felix Schumacher
Am 12.10.19 um 17:13 schrieb Garret Wilson: > Could somebody at least point me to the best place to wire in > site-level per-resource redirects in embedded Tomcat? I can create a > solution, I just need to know where it is best to start. Did you look at https://tomcat.apache.org/tomcat-9.0-doc/r

Re: efficient redirect map with embedded Tomcat

2019-10-12 Thread Garret Wilson
Could somebody at least point me to the best place to wire in site-level per-resource redirects in embedded Tomcat? I can create a solution, I just need to know where it is best to start. Thanks, Garret On 10/11/2019 11:06 AM, Garret Wilson wrote: This is a question for Tomcat experts before