On 22 September 2016 16:57:50 BST, Mike Johnson wrote:
>The default web.xml that is in the conf directory on a Windows install
>of
>tomcat.
And that is why you are seeing the behaviour you are. That is the default
web.xml that is inherited by all webapps. There are complex rules for how to
mer
The default web.xml that is in the conf directory on a Windows install of
tomcat.
This is a snippet of the file when viewed through Notepad++.
I added the security contraint to the bottom of this file just before the
ending web-app tag.
I don't recall if this listserv frowns upon URL linking so
On 22 September 2016 15:43:47 BST, Mike Johnson wrote:
>I did a little more testing and it seems that only the Tomcat
>Manager/Server (a.k.a. the logged in areas) of the default Tomcat
>install
>is acting this way. This is perhaps why I thought it was working on
>Tomcat
>6.
>
>My web apps are work
I did a little more testing and it seems that only the Tomcat
Manager/Server (a.k.a. the logged in areas) of the default Tomcat install
is acting this way. This is perhaps why I thought it was working on Tomcat
6.
My web apps are working as I expected them to, redirecting all traffic to
the approp
I'm clearly misunderstanding how to do this, but I can't seem to find
appropriate documentation to get me to my goal.
My goal is to have any http request directed to the https equivilant.
On Tomcat 6, I was able to get it working, but something in my config is
different, or tomcat 8 has changed s