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
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
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
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
> 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
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
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
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
> 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
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
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
> 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
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
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.
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
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
16 matches
Mail list logo