RE: Unable to access Global JNDI Resource

2016-10-04 Thread Chinoy Gupta
Ok. Thanks a lot Mark. Regards, Chinoy -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, October 04, 2016 2:37 PM To: Tomcat Users List <users@tomcat.apache.org> Subject: Re: Unable to access Global JNDI Resource On 04/10/2016 09:33, Chinoy Gupta

Re: Unable to access Global JNDI Resource

2016-10-04 Thread Mark Thomas
ilto:ma...@apache.org] > Sent: Tuesday, October 04, 2016 12:27 PM > To: Tomcat Users List <users@tomcat.apache.org> > Subject: Re: Unable to access Global JNDI Resource > > On 04/10/2016 04:54, Chinoy Gupta wrote: >> Hi Mark, >> >> Thanks for the info. But I am a

RE: Unable to access Global JNDI Resource

2016-10-04 Thread Chinoy Gupta
ers@tomcat.apache.org> Subject: Re: Unable to access Global JNDI Resource On 04/10/2016 04:54, Chinoy Gupta wrote: > Hi Mark, > > Thanks for the info. But I am afraid the custom loader directly > extends URLClassLoader. Actually my application is a generic web app > which c

Re: Unable to access Global JNDI Resource

2016-10-04 Thread Mark Thomas
turned before null is returned then it will now work. Mark > > Regards, Chinoy > > -Original Message- From: Mark Thomas > [mailto:ma...@apache.org] Sent: Monday, October 03, 2016 6:16 PM To: > Tomcat Users List <users@tomcat.apache.org> Subject: Re: Unable to &

RE: Unable to access Global JNDI Resource

2016-10-03 Thread Chinoy Gupta
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Monday, October 03, 2016 6:16 PM To: Tomcat Users List <users@tomcat.apache.org> Subject: Re: Unable to access Global JNDI Resource On 30/09/2016 13:34, Chinoy Gupta wrote: > Hi Mark, > > The following is adde

Re: Unable to access Global JNDI Resource

2016-10-03 Thread Christopher Schultz
> NULL. > > You aren't mapping it correctly. > > Please have another look at the documentation for . > > -chris > >> -Original Message- From: Mark Thomas >> [mailto:ma...@apache.org] Sent: Friday, September 30, 2016 6:00 >> PM To: Tomcat Users Li

Re: Unable to access Global JNDI Resource

2016-10-03 Thread Mark Thomas
release should be fairly simple. Mark > > Regards, > Chinoy > > -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Friday, September 30, 2016 6:00 PM > To: Tomcat Users List <users@tomcat.apache.org> &g

RE: Unable to access Global JNDI Resource

2016-10-02 Thread Chinoy Gupta
ns NULL. You aren't mapping it correctly. Please have another look at the documentation for . - -chris > -Original Message- From: Mark Thomas [mailto:ma...@apache.org] > Sent: Friday, September 30, 2016 6:00 PM > To: Tomcat Users List <users@tomcat.apache.org> Subj

Re: Unable to access Global JNDI Resource

2016-09-30 Thread Chinoy Gupta
u aren't mapping it correctly. Please have another look at the documentation for . - -chris > -Original Message- From: Mark Thomas > [mailto:ma...@apache.org] Sent: Friday, September 30, 2016 6:00 PM > To: Tomcat Users List <users@tomcat.apache.org> Subject: Re: Unable > to acce

Re: Unable to access Global JNDI Resource

2016-09-30 Thread Christopher Schultz
> But if I try to get " my/secret/password", it returns NULL. You aren't mapping it correctly. Please have another look at the documentation for . - -chris > -Original Message- From: Mark Thomas > [mailto:ma...@apache.org] Sent:

RE: Unable to access Global JNDI Resource

2016-09-30 Thread Chinoy Gupta
Chinoy -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, September 30, 2016 6:00 PM To: Tomcat Users List <users@tomcat.apache.org> Subject: Re: Unable to access Global JNDI Resource On 30/09/2016 13:20, Chinoy Gupta wrote: &

Re: Unable to access Global JNDI Resource

2016-09-30 Thread Mark Thomas
; Chinoy > > > -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Friday, September 30, 2016 5:28 PM > To: Tomcat Users List <users@tomcat.apache.org> > Subject: Re: Unable to access Global JNDI Resource > > On 30/09/2016 12:50, Chinoy G

RE: Unable to access Global JNDI Resource

2016-09-30 Thread Chinoy Gupta
org> Subject: Re: Unable to access Global JNDI Resource On 30/09/2016 12:50, Chinoy Gupta wrote: > I am getting NULL instead of the resource's value. I debugged the > tomcat code and figured out that in ResourceLinkFactory.java, before > fetching the resource there is a validation b

Re: Unable to access Global JNDI Resource

2016-09-30 Thread Mark Thomas
Tomcat Users List <users@tomcat.apache.org> Subject: Re: Unable > to access Global JNDI Resource > > On 30/09/2016 11:30, Chinoy Gupta wrote: >> Hi, >> >> I have a web application which runs on tomcat. In server.xml, I >> provide some resources u

RE: Unable to access Global JNDI Resource

2016-09-30 Thread Chinoy Gupta
Thomas [mailto:ma...@apache.org] Sent: Friday, September 30, 2016 4:11 PM To: Tomcat Users List <users@tomcat.apache.org> Subject: Re: Unable to access Global JNDI Resource On 30/09/2016 11:30, Chinoy Gupta wrote: > Hi, > > I have a web application which runs on tomcat. I

Re: Unable to access Global JNDI Resource

2016-09-30 Thread Mark Thomas
On 30/09/2016 11:30, Chinoy Gupta wrote: > Hi, > > I have a web application which runs on tomcat. In server.xml, I > provide some resources under " section" and > then provide a ResourceLink to the same in context.xml. And then I > fetch that resource in my application. This was working properly

Unable to access Global JNDI Resource

2016-09-30 Thread Chinoy Gupta
Hi, I have a web application which runs on tomcat. In server.xml, I provide some resources under " section" and then provide a ResourceLink to the same in context.xml. And then I fetch that resource in my application. This was working properly earlier but started breaking with 8.0.37. I think