Re: Unable to determine Catalina base to load file

2019-01-08 Thread PJ Pillai
As said previously, the same jaas configuration and application works on tomcat 6 and 7 but fails on 8.5 and 9.0. The tomcat is started as windows service. I even set the CATALINA_BASE and CATALINA_HOME in windows environment variables. On Tue, Jan 8, 2019 at 11:55 AM Rémy Maucherat wrote: > On

Re: Unable to determine Catalina base to load file

2019-01-08 Thread PJ Pillai
ina/r ealm/JAASMemoryLoginModule.java#L384 Thanks, PJ On Sat, Jan 5, 2019 at 7:04 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > PJ, > > On 1/3/19 12:09, PJ Pillai wrote: > > Hi Christopher, > > >

Re: Unable to determine Catalina base to load file

2019-01-03 Thread PJ Pillai
-BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > PJ, > > On 1/2/19 22:15, PJ Pillai wrote: > > Here is additional information. 1. Tomcat is running on Windows > > 2016 server. 2. Tomcat is started as windows service. > > > > I tried Tomcat 8.5 as well an

Re: Unable to determine Catalina base to load file

2019-01-02 Thread PJ Pillai
Here is additional information. 1. Tomcat is running on Windows 2016 server. 2. Tomcat is started as windows service. I tried Tomcat 8.5 as well and still get the same warning message and user is not authenticated. On Wed, Jan 2, 2019 at 5:00 PM PJ Pillai wrote: > Hi, > > &g

Unable to determine Catalina base to load file

2019-01-02 Thread PJ Pillai
Hi, I'm using JAASMemoryLoginModule to authenticate users stored in tomcat-users.xml. The authentication fails on Tomcat 9 with following warning message in catalina.xx.log. org.apache.catalina.realm.JAASMemoryLoginModule.load Unable to determine Catalina base to load file [conf/tomcat-users.xml