Re: Name jdbc:comp is not bound in this context

2003-01-14 Thread Peng Tuck Kwok
resources.:) -Original Message- From: Peng Tuck Kwok [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 4:18 PM To: Tomcat Users List Subject: Re: Name jdbc:comp is not bound in this context Nicole Hibbard wrote: I resolved my own problem, and should have caught it along time

RE: Name jdbc:comp is not bound in this context

2003-01-14 Thread Nicole Hibbard
I was using the LE version and needed to use the standard which supports JNDI resources.:) -Original Message- From: Peng Tuck Kwok [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 4:18 PM To: Tomcat Users List Subject: Re: Name jdbc:comp is not bound in this context Nicole

Re: Name jdbc:comp is not bound in this context

2003-01-14 Thread Peng Tuck Kwok
ssage- From: Nicole Hibbard [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 4:45 PM To: Tomcat Users List Subject: RE: Name jdbc:comp is not bound in this context Is this an issue encountered by users of tomcat 4.1.18.Le? Should i try reinstalling and configuring an earlier version? I&#

RE: Name jdbc:comp is not bound in this context

2003-01-14 Thread Nicole Hibbard
4:45 PM To: Tomcat Users List Subject: RE: Name jdbc:comp is not bound in this context Is this an issue encountered by users of tomcat 4.1.18.Le? Should i try reinstalling and configuring an earlier version? I've see serveral discussion regarding this topic and I've tried everything

RE: Name jdbc:comp is not bound in this context

2003-01-13 Thread Nicole Hibbard
lto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 3:45 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Name jdbc:comp is not bound in this context Thanks for the reply :). Unfoutunately I added the useNaming="true and I still have the same results. I'm really stuck her

RE: Name jdbc:comp is not bound in this context

2003-01-13 Thread Nicole Hibbard
27;Tomcat Users List' Subject: RE: Name jdbc:comp is not bound in this context Nicole, Not sure if this was answered, but I'll give it a try. When I had this problem, I found that I needed to add useNaming="true" to both the entry and to the entry. Sincerely, Pantek Inco

RE: Name jdbc:comp is not bound in this context

2003-01-13 Thread Justin L. Spies
0.248.5274 Cell 440.336.3317 -Original Message- From: Nicole Hibbard [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 3:11 PM To: [EMAIL PROTECTED] Subject: Name jdbc:comp is not bound in this context I've gone through every resource I have in trying to test a connection to MySql d

RE: Name jdbc:comp is not bound in this context

2003-01-13 Thread Nicole Hibbard
ppreciate any help I can get. Thanks, Nicole -Original Message- From: Nicole Hibbard [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 12:11 PM To: [EMAIL PROTECTED] Subject: Name jdbc:comp is not bound in this context I've gone through every resource I have in trying to t

Name jdbc:comp is not bound in this context

2003-01-13 Thread Nicole Hibbard
(); } } public String getFoo() { return foo; } public int getBar() { return bar;} } AND I GET THE FOLLOWING ERROR ON TOMCAT javax.naming.NameNotFoundException: Name jdbc:comp is not bound in this Context My test.jsp outputs Results Foo Not Connected Bar -1 I have to get this working ASAP!!