Handling wildcard domains in Tomcat 8.0

2017-03-03 Thread Nick Johnson
Greetings, I have observed that with the default configuration where the name is 'localhost', Tomcat will change the Host and X-Forwarded-Host headers to the IP address of the local machine. For my use case, this is highly undesirable behavior, because the hostname is meaningful to my applicatio

Re: ELContext no longer available to tagfiles

2017-03-03 Thread Mike Strauch
> Exactly. An ELContext is being created so that listener should fire. Cool, thanks! -- Mike Strauch Lead Software Engineer, Hannon Hill w. www.hannonhill.com e mike.stra...@hannonhill.com - To unsubscribe, e-mail: users-unsubs

Re: How to create a redirect?

2017-03-03 Thread Hassan Schroeder
On Fri, Mar 3, 2017 at 7:58 AM, JR McVicker wrote: > When I go to https://webadvisor.cornerstone.edu my page does not load. If > I take out https and replace it with http the page loads and it uses https. And it's using a non-standard port: https://webadvisor.cornerstone.edu:8443/WAPROD/WebAd

Re: ELContext no longer available to tagfiles

2017-03-03 Thread Mark Thomas
On 3 March 2017 18:08:26 GMT+00:00, Mike Strauch wrote: >>> The former solution looks possible and - based on a fairly quick >review >>> of the specs - should be happening anyway. > >Just wanted to clarify here. Are you saying that it is correct to >assume that each tagfile invocation should be

Re: ELContext no longer available to tagfiles

2017-03-03 Thread Mike Strauch
>> The former solution looks possible and - based on a fairly quick review >> of the specs - should be happening anyway. Just wanted to clarify here. Are you saying that it is correct to assume that each tagfile invocation should be accompanied by a ElContextListener.contextCreated() call? or wou

Re: How to create a redirect?

2017-03-03 Thread tomcat
On 03.03.2017 16:58, JR McVicker wrote: Good morning. I am trying to setup a redirect using Apache Tomcat but I have not located any clear directions on how to set one up. When I go to https://webadvisor.cornerstone.edu my page does not load. Can you be a bit more specific ? what /does/ happe

How to create a redirect?

2017-03-03 Thread JR McVicker
Good morning. I am trying to setup a redirect using Apache Tomcat but I have not located any clear directions on how to set one up. When I go to https://webadvisor.cornerstone.edu my page does not load. If I take out https and replace it with http the page loads and it uses https. -- JR McVi

Re: How to enable Native Memory Tracking(NMT) in Tomcat?

2017-03-03 Thread Mark Thomas
On 03/03/17 06:20, Suvendu Sekhar Mondal wrote: > Mark, > I am running Tomcat as a Windows service. Then I suspect that supporting this would require changes in Apache Commons Daemon which is what Tomcat uses to start the Windows service. It would probably be quicker for you to run Tomcat from th