> On Jun 6, 2019, at 5:19 PM, André Warnier (tomcat) <a...@ice-sa.com> wrote: > > On 06.06.2019 13:28, Konstantin Kolinko wrote: >> чт, 6 июн. 2019 г. в 10:32, Rob Nikander <rob.nikan...@gmail.com>: >>> >>> […] >> >> 1. Exact version number of Tomcat =? Does it support that attribute?
Version 9.0.20. Thank you both for the recommendations and warnings. At the moment I’m not sure what I’ll do. I often don’t think of URL paths like directories, but if I do that, then it makes some sense to redirect. But in my case, the url “/myapp” is the entry point to my web app, and it currently returns an intro page, not something that looks like a directory listing. Once you get into the app it has other URLs like /myapp/login, /myapp/browse, /myapp/practice, etc. I don’t have a great reason for disliking the slash; it’s mainly subjective preference of thinking the URLs without slash look simpler and cleaner. Maybe my best “reason” to do this is that the minimal base URL /myapp is the obvious entry point to the app, and my first choice to give out to the public as the app’s location, so I want it to work as fast as possible, without a redirect. thanks, Rob