Re: Housing and reading internal resources using Tomcat 8.5.4 and JDK 1.8

2016-08-30 Thread Doug Gschwind
appear to be working. Thank you, Doug On Tue, Aug 30, 2016 at 11:27 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Doug, > > On 8/29/16 6:29 PM, Doug Gschwind wrote: > > Hello everyone, > >

Housing and reading internal resources using Tomcat 8.5.4 and JDK 1.8

2016-08-29 Thread Doug Gschwind
Hello everyone, I have a file xyz.txt that is specific to my web application which needs to be located by my web application, and I wish to find that resource via getClass().ClassLoader().getResource("xyz.txt") at runtime. The xyz.txt file has no relation to any particular Java class in our applic

Re: Custom Authentication in Tomcat 8.5.4 using JDK 1.8.0_92?

2016-08-28 Thread Doug Gschwind
(FormAuthenticator in particular) will do the trick, but I don't know just yet. Thank you for the help. Doug On Fri, Aug 26, 2016 at 5:07 AM, Mark Thomas wrote: > On 26/08/2016 06:54, Doug Gschwind wrote: > > Hello, > > > > > In my research today on the topic, this appe

Custom Authentication in Tomcat 8.5.4 using JDK 1.8.0_92?

2016-08-25 Thread Doug Gschwind
Hello, I am attempting to migrate our web app from Resin 3.1 to Tomcat 8.5.4. Ultimately, the intent is to be able to run our web app within Tomcat 8.5 on MAC OS X (in dev mode) or on a CentOS 7 box for production. With Resin 3.1, you can use a subclass of the Resin AbstractAuthenticator class to