Re: jndi question

2005-08-25 Thread Brian Cook
Although this is now scorned, it's still valid. The 2 other methods are contextname.xml as you say, and also META-INF/context.xml within the webapp itself. Allistair. -Original Message- From: Brian Cook [mailto:[EMAIL PROTECTED] Sent: 23 August 2005 17:23 To: Tomcat Users List Subject:

Re: jndi question

2005-08-25 Thread Sean Rowe
methods are contextname.xml as you say, and also META-INF/context.xml within the webapp itself. Allistair. -Original Message- From: Brian Cook [mailto:[EMAIL PROTECTED] Sent: 23 August 2005 17:23 To: Tomcat Users List Subject: Re: jndi question Ok but do you have the resource defined in

Re: jndi question

2005-08-25 Thread Sean Rowe
webapp itself. Allistair. -Original Message- From: Brian Cook [mailto:[EMAIL PROTECTED] Sent: 23 August 2005 17:23 To: Tomcat Users List Subject: Re: jndi question Ok but do you have the resource defined in context.xml? If you go to <>/conf/Cataliana/localhost/ do you see a file

Re: jndi question

2005-08-25 Thread Brian Cook
Host element. Although this is now scorned, it's still valid. The 2 other methods are contextname.xml as you say, and also META-INF/context.xml within the webapp itself. Allistair. -Original Message- From: Brian Cook [mailto:[EMAIL PROTECTED] Sent: 23 August 2005 17:23 To: Tomca

Re: jndi question

2005-08-25 Thread Brian Cook
I thought of that but his code samples and configs are consitant with both the 5.0 and 5.5 docs. Which Tomcat 5? The configuration for the 5.0 series is not necessarily the same as in 5.5. - To unsubscribe, e-mail: [EMA

Re: jndi question

2005-08-25 Thread Sean Rowe
right! sorry, it's 5.5.9 Caldarale, Charles R wrote: From: Sean Rowe [mailto:[EMAIL PROTECTED] Subject: Re: jndi question tomcat 5, and jdk 1.5 Which Tomcat 5? The configuration for the 5.0 series is not necessarily the same as in 5.5. - Chuck THIS COMMUNICATION MAY CO

RE: jndi question

2005-08-25 Thread Caldarale, Charles R
> From: Sean Rowe [mailto:[EMAIL PROTECTED] > Subject: Re: jndi question > > tomcat 5, and jdk 1.5 Which Tomcat 5? The configuration for the 5.0 series is not necessarily the same as in 5.5. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MAT

Re: jndi question

2005-08-25 Thread Sean Rowe
NF/context.xml within the webapp itself. Allistair. -Original Message- From: Brian Cook [mailto:[EMAIL PROTECTED] Sent: 23 August 2005 17:23 To: Tomcat Users List Subject: Re: jndi question Ok but do you have the resource defined in context.xml? If you go to <>/conf/Cataliana/localhost/ do

Re: jndi question

2005-08-25 Thread Brian Cook
ginal Message- From: Brian Cook [mailto:[EMAIL PROTECTED] Sent: 23 August 2005 17:23 To: Tomcat Users List Subject: Re: jndi question Ok but do you have the resource defined in context.xml? If you go to <>/conf/Cataliana/localhost/ do you see a file with the name of the module ending

Re: jndi question

2005-08-25 Thread Sean Rowe
d, it's still valid. The 2 other methods are contextname.xml as you say, and also META-INF/context.xml within the webapp itself. Allistair. -Original Message- From: Brian Cook [mailto:[EMAIL PROTECTED] Sent: 23 August 2005 17:23 To: Tomcat Users List Subject: Re: jndi ques

Re: jndi question

2005-08-25 Thread haim
Hi I had the same problem and I managed to make this work when following this post http://forums.devshed.com/archive/t-120081 The only problem is that it works when a deploy a war file. When I try using this out of Eclipse (I am running tomcat using sysdeo plug-in) it makes problems. Let me

RE: jndi question

2005-08-25 Thread Allistair Crossley
ailto:[EMAIL PROTECTED] > Sent: 25 August 2005 14:39 > To: Tomcat Users List > Subject: Re: jndi question > > > Sean, > > One thing that stands out in your message is that the conext.xml file > was placed in the META-INF folder. Is it also in < Folder>>/con

Re: jndi question

2005-08-25 Thread Brian Cook
F/context.xml within the webapp itself. Allistair. -Original Message- From: Brian Cook [mailto:[EMAIL PROTECTED] Sent: 23 August 2005 17:23 To: Tomcat Users List Subject: Re: jndi question Ok but do you have the resource defined in context.xml? If you go to <>/conf/Cataliana/l

Re: jndi question

2005-08-24 Thread Sean Rowe
this is now scorned, it's still valid. The 2 other methods are contextname.xml as you say, and also META-INF/context.xml within the webapp itself. Allistair. -Original Message- From: Brian Cook [mailto:[EMAIL PROTECTED] Sent: 23 August 2005 17:23 To: Tomcat Users List Subject: Re

Re: jndi question

2005-08-23 Thread Brian Cook
[mailto:[EMAIL PROTECTED] Sent: 23 August 2005 17:23 To: Tomcat Users List Subject: Re: jndi question Ok but do you have the resource defined in context.xml? If you go to <>/conf/Cataliana/localhost/ do you see a file with the name of the module ending with .xml? If so is the resource

Re: jndi question

2005-08-23 Thread Sean Rowe
ECTED] Sent: 23 August 2005 17:23 To: Tomcat Users List Subject: Re: jndi question Ok but do you have the resource defined in context.xml? If you go to <>/conf/Cataliana/localhost/ do you see a file with the name of the module ending with .xml? If so is the resource defined in that f

RE: jndi question

2005-08-23 Thread Allistair Crossley
.xml within the webapp itself. Allistair. > -Original Message- > From: Brian Cook [mailto:[EMAIL PROTECTED] > Sent: 23 August 2005 17:23 > To: Tomcat Users List > Subject: Re: jndi question > > > > Ok but do you have the resource defined in context.xml? If you go

Re: jndi question

2005-08-23 Thread Brian Cook
ke to know. I was hoping to put the code in a class somewhere that my servlets could use. thanks, sean Dirk Weigenand wrote: Sean, --- Ursprüngliche Nachricht --- Von: Sean Rowe <[EMAIL PROTECTED]> An: Tomcat Users List Betreff: Re: jndi question Datum: Mon, 22 Aug 2005 09:24:

Re: jndi question

2005-08-23 Thread Sean Rowe
2005 16:45 To: Tomcat Users List Subject: Re: jndi question thank you, i will Allistair Crossley wrote: If you could please send 1. server.xml 2. web.xml 3. context.xml or yourwebapp.xml 4. list of files in common/lib 5. list of files in yourwebapp/WEB-INF/lib I'd be happy to see

Re: jndi question

2005-08-23 Thread Sean Rowe
27;m sorry I didn't see the difference on the page you sent me to. However, if there is a way I can do this without having to use jstl, I would really like to know. I was hoping to put the code in a class somewhere that my servlets could use. thanks, sean Dirk Weigenand wrote: Sean,

RE: jndi question

2005-08-23 Thread Allistair Crossley
be to move the JNDI datasource Resource configuration block into the Context block. See how you get on, Allistair. > -Original Message- > From: Sean Rowe [mailto:[EMAIL PROTECTED] > Sent: 23 August 2005 16:45 > To: Tomcat Users List > Subject: Re: jndi question > >

Re: jndi question

2005-08-23 Thread Brian Cook
a class somewhere that my servlets could use. thanks, sean Dirk Weigenand wrote: Sean, --- Ursprüngliche Nachricht --- Von: Sean Rowe <[EMAIL PROTECTED]> An: Tomcat Users List Betreff: Re: jndi question Datum: Mon, 22 Aug 2005 09:24:10 -0500 Thanks for responding Dirk. I've pr

Re: jndi question

2005-08-23 Thread Sean Rowe
Rowe [mailto:[EMAIL PROTECTED] Sent: 23 August 2005 16:41 To: Tomcat Users List Subject: Re: jndi question no, that didn't help. thanks though. could this maybe be a class problem? am i using the wrong jar files? i can list the files i'm using if anyone thinks it might be the prob

RE: jndi question

2005-08-23 Thread Allistair Crossley
ent: 23 August 2005 16:41 > To: Tomcat Users List > Subject: Re: jndi question > > > no, that didn't help. thanks though. > > could this maybe be a class problem? am i using the wrong > jar files? i > can list the files i'm using if anyone thinks it might be

Re: jndi question

2005-08-23 Thread Sean Rowe
xception nE) { // log somewhere } catch (NullPointerException npE) { // log somewhere } Does that work for you? Allistair -Original Message- From: Sean Rowe [mailto:[EMAIL PROTECTED] Sent: 23 August 2005 16:29 To: Tomcat Users List Subject: Re: jndi question Brian, thank you for re

RE: jndi question

2005-08-23 Thread Allistair Crossley
gust 2005 16:29 > To: Tomcat Users List > Subject: Re: jndi question > > > Brian, thank you for replying. I was afraid my topic was > dead. If you > could look at my first post, I listed all the files that you have > suggested I take a look at. I have done everything yo

Re: jndi question

2005-08-23 Thread Sean Rowe
nd wrote: Sean, --- Ursprüngliche Nachricht --- Von: Sean Rowe <[EMAIL PROTECTED]> An: Tomcat Users List Betreff: Re: jndi question Datum: Mon, 22 Aug 2005 09:24:10 -0500 Thanks for responding Dirk. I've practically memorized the documentation on the link you sent: //

Re: jndi question

2005-08-23 Thread Brian Cook
use jstl, I would really like to know. I was hoping to put the code in a class somewhere that my servlets could use. thanks, sean Dirk Weigenand wrote: Sean, --- Ursprüngliche Nachricht --- Von: Sean Rowe <[EMAIL PROTECTED]> An: Tomcat Users List Betreff: Re: jndi question Datum

Re: jndi question

2005-08-22 Thread Sean Rowe
te: Sean, --- Ursprüngliche Nachricht --- Von: Sean Rowe <[EMAIL PROTECTED]> An: Tomcat Users List Betreff: Re: jndi question Datum: Mon, 22 Aug 2005 09:24:10 -0500 Thanks for responding Dirk. I've practically memorized the documentation on the link you sent: // Obtain o

Re: jndi question

2005-08-22 Thread Sean Rowe
( and i really have followed the directions in the link you gave me), I can't seem to get it to work. I must be missing something, but I can't seem to find it. Dirk Weigenand wrote: Sean, --- Ursprüngliche Nachricht --- Von: Sean Rowe <[EMAIL PROTECTED]> An: Tomca

Re: jndi question

2005-08-22 Thread Dirk Weigenand
Sean, > --- Ursprüngliche Nachricht --- > Von: Sean Rowe <[EMAIL PROTECTED]> > An: Tomcat Users List > Betreff: Re: jndi question > Datum: Mon, 22 Aug 2005 09:24:10 -0500 > > Thanks for responding Dirk. I've practically memorized the > documentation on th

Re: jndi question

2005-08-22 Thread Sean Rowe
Thanks for responding Dirk. I've practically memorized the documentation on the link you sent: // Obtain our environment naming context Context initCtx = new InitialContext(); Context envCtx = (Context) initCtx.lookup("java:comp/env"); // Look up our data source DataSource ds = (DataSource) e

Re: jndi question

2005-08-22 Thread Dirk Weigenand
Hi Sean, > --- Ursprüngliche Nachricht --- > Von: Sean Rowe <[EMAIL PROTECTED]> > An: tomcat-user@jakarta.apache.org > Betreff: jndi question > Datum: Mon, 22 Aug 2005 01:26:49 -0500 > > I have tried for several hours now to get connection pooling for my > MySql database to work, but have been u

RE: JNDI question

2004-08-09 Thread Shapira, Yoav
Hi, Yes, there are ways. Two general approaches: - Using JMX (not very convenient at the moment, but doable if you're willing to write some code) - By casting the DataSource you get from the JNDI lookup to the implementation type, e.g. org.apache.commons.dbcp.BasicDataSource or whatever, and then

RE: JNDI Question

2004-06-21 Thread Benson Margulies
Have a look at http://issues.apache.org/bugzilla/show_bug.cgi?id=29584. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: JNDI question

2004-05-27 Thread Mike Curwen
closing a connection that you obtained through a pooled DataSource will merely return it to the pool, and not actually close it. > -Original Message- > From: Randy [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 27, 2004 3:55 PM > To: 'Tomcat Users List' > Subject: RE:JNDI question > >