RE: NameNotFoundException: Name [jdbc/weblogin01b] is not bound in this Context. Unable to find [jdbc]

2014-10-29 Thread vince.webb
he current potential for having the same stuff in both. Thanks again Vince > -Original Message- > From: Daniel Mikusa [mailto:dmik...@pivotal.io] > Sent: 29 October 2014 17:10 > To: Tomcat Users List > Subject: Re: NameNotFoundException: Name [jdbc/weblogin01b] is not > b

Re: NameNotFoundException: Name [jdbc/weblogin01b] is not bound in this Context. Unable to find [jdbc]

2014-10-29 Thread Daniel Mikusa
FoundException: Name [jdbc/weblogin01b] is not bound > in this Context. Unable to find [jdbc]. > Sometimes when you get a NameNotFoundException, it's because the pool encountered an error when it was being created. Hence it doesn't actually exists. A couple things you can do to tro

NameNotFoundException: Name [jdbc/weblogin01b] is not bound in this Context. Unable to find [jdbc]

2014-10-29 Thread vince.webb
Hello I'm having difficulty getting a JDBC DataSource using Tomcat 8. I want to define the JDBC details in server.xml so the database identified depends on the server and not the application. It will be beneficial for me if the applications only need to know the JDBC name and not password detail

Re: NameNotFoundException

2009-04-01 Thread Ken Bowen
View this message in context: http://www.nabble.com/NameNotFoundException-tp22830748p22832640.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.or

RE: NameNotFoundException

2009-04-01 Thread Caldarale, Charles R
> From: kcbxt8 [mailto:chaitanya.b.re...@gmail.com] > Subject: Re: NameNotFoundException > > but why does it work without any config in a stand alone > java class using the same jar files. Why do you think the class file will appear in any JNDI namespace? What in the servlet o

Re: NameNotFoundException

2009-04-01 Thread kcbxt8
but why does it work without any config in a stand alone java class using the same jar files. I am confused. -- View this message in context: http://www.nabble.com/NameNotFoundException-tp22830748p22832640.html Sent from the Tomcat - User mailing list archive at Nabble.com

RE: NameNotFoundException

2009-04-01 Thread Martin Gainty
700 > From: chaitanya.b.re...@gmail.com > To: users@tomcat.apache.org > Subject: NameNotFoundException > > > I am trying to use a scriplet is jsp and place it in a web application on > TOmcat 6. > > This is the error I got. > > Nested exception i

Re: NameNotFoundException

2009-04-01 Thread kcbxt8
I am following the structure this is class file in one of the libraries. I use the same code in stand alone java class and it works fine. -- View this message in context: http://www.nabble.com/NameNotFoundException-tp22830748p22831745.html Sent from the Tomcat - User mailing list archive at

RE: NameNotFoundException

2009-04-01 Thread Caldarale, Charles R
> From: kcbxt8 [mailto:chaitanya.b.re...@gmail.com] > Subject: NameNotFoundException > > Nested exception is:javax.naming.NameNotFoundException > javax.naming.NameNotFoundException: Name > com.vignette.as.client.ejb.SiteOps > is not bound in this Context What steps did you

NameNotFoundException

2009-04-01 Thread kcbxt8
se. PLease advice if I am missing something here. Thank you, Krishna Balam -- View this message in context: http://www.nabble.com/NameNotFoundException-tp22830748p22830748.html Sent from the Tomcat - User mailing list archive at

RE: java:comp/UserTransaction NameNotFoundException Tomcat 5.0.28

2006-07-24 Thread Seetha Rao
I don't have that enabled. Isn't it by default set to true? Here is my context element. -Original Message- From: Pid [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 5:07 PM To: Tomcat Users List Subject: Re: java:comp/UserTransaction NameNotFoundException Tomcat 5.0.28

Re: java:comp/UserTransaction NameNotFoundException Tomcat 5.0.28

2006-07-24 Thread Pid
> Subject: Re: java:comp/UserTransaction NameNotFoundException Tomcat > 5.0.28 > > > sorry, I meant, "java:comp/env/UserTransaction" > > -- > Vivek. > > On 7/24/06, Vivek Mohan <[EMAIL PROTECTED]> wrote: >> try using java:comp/env.UserTransac

RE: java:comp/UserTransaction NameNotFoundException Tomcat 5.0.28

2006-07-24 Thread Seetha Rao
Thanks, but got the same exception. -Original Message- From: Vivek Mohan [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 4:16 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: java:comp/UserTransaction NameNotFoundException Tomcat 5.0.28 sorry, I meant, "java:com

Re: java:comp/UserTransaction NameNotFoundException Tomcat 5.0.28

2006-07-24 Thread Vivek Mohan
sorry, I meant, "java:comp/env/UserTransaction" -- Vivek. On 7/24/06, Vivek Mohan <[EMAIL PROTECTED]> wrote: try using java:comp/env.UserTransaction for JNDI lookup. -- Vivek. On 7/24/06, Seetha Rao <[EMAIL PROTECTED]> wrote: > Hi I'm using JOTM for transaction management with Tomcat 5.0.28.

Re: java:comp/UserTransaction NameNotFoundException Tomcat 5.0.28

2006-07-24 Thread Vivek Mohan
try using java:comp/env.UserTransaction for JNDI lookup. -- Vivek. On 7/24/06, Seetha Rao <[EMAIL PROTECTED]> wrote: Hi I'm using JOTM for transaction management with Tomcat 5.0.28. I have all the required jar files as given in http://jotm.objectweb.org/current/jotm/doc/howto-tomcat-jotm.html T

java:comp/UserTransaction NameNotFoundException Tomcat 5.0.28

2006-07-24 Thread Seetha Rao
Hi I'm using JOTM for transaction management with Tomcat 5.0.28. I have all the required jar files as given in http://jotm.objectweb.org/current/jotm/doc/howto-tomcat-jotm.html The JNDI look up throws the following exception: Here is the code: Context ctx = new InitialContext(); UserTransaction u