Re: Fw: Tomcat 5.0.28 jdbc error "Name jdbc is not bound in this Context" on WindowsXP.

2013-01-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Steve, On 1/22/13 11:59 PM, sry...@jsrsys.com wrote: > I thought you had hit the nail on the head of 5.0 vs. 5.5, but when > I recoded the short form into the long form I still get the same > error. I am ready to install a new Tomcat. Is there any

Re: Fw: Tomcat 5.0.28 jdbc error "Name jdbc is not bound in this Context" on WindowsXP.

2013-01-22 Thread sryder
I thought you had hit the nail on the head of 5.0 vs. 5.5, but when I recoded the short form into the long form I still get the same error. I am ready to install a new Tomcat. Is there any reason to NOT go to most recent 7.x release? I realize that as long as I stay at Java 5 and MySQL 5 I

Re: Fw: Tomcat 5.0.28 jdbc error "Name jdbc is not bound in this Context" on WindowsXP.

2013-01-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 1/22/13 1:50 PM, sry...@jsrsys.com wrote: > conf is: Program Files/Apache Software Foundation/Tomcat5.0/conf > (where server xml resides). > > When I put context.xml in that directory, it seemed to be ignored. If the file is in fact named cont

Re: Fw: Tomcat 5.0.28 jdbc error "Name jdbc is not bound in this Context" on WindowsXP.

2013-01-22 Thread sryder
conf is: Program Files/Apache Software Foundation/Tomcat5.0/conf (where server xml resides). When I put context.xml in that directory, it seemed to be ignored. I did some experimenting moving it around and when I put it in: Program Files/Apache Software Foundation/Tomcat5.0/conf/Catalina/loca

Re: Fw: Tomcat 5.0.28 jdbc error "Name jdbc is not bound in this Context" on WindowsXP.

2013-01-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dude, On 1/21/13 11:32 PM, sry...@jsrsys.com wrote: >> Why don't you show us what you've got, and we can suggest some >> improvements? > > Thank you. This one is in localhost: What do you mean "in localhost"? Please give full paths. Unles

Re: Fw: Tomcat 5.0.28 jdbc error "Name jdbc is not bound in this Context" on WindowsXP.

2013-01-21 Thread sryder
Why don't you show us what you've got, and we can suggest some improvements? Thank you. This one is in localhost: WEB-INF/web.xml Below is near top of server.xml in conf directory name="UserDatabase" type="org.apache.catalina.UserDatabase"/> type="javax.

Re: Fw: Tomcat 5.0.28 jdbc error "Name jdbc is not bound in this Context" on WindowsXP.

2013-01-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 To whom it may concern, On 1/20/13 2:49 PM, sry...@jsrsys.com wrote: > "shouldn't it be easy to determine where the file should go in > your development environment?" One would think so. On the linux > environment it is under etc/Tomcat5.5/ the sa

Re: Fw: Tomcat 5.0.28 jdbc error "Name jdbc is not bound in this Context" on WindowsXP.

2013-01-20 Thread sryder
at applies to all webapps. - Original Message - From: "Christopher Schultz" To: "Tomcat Users List" Sent: Sunday, January 20, 2013 11:13 AM Subject: Re: Fw: Tomcat 5.0.28 jdbc error "Name jdbc is not bound in this Context" on WindowsXP. -BEGIN PGP SIGNED M

Re: Fw: Tomcat 5.0.28 jdbc error "Name jdbc is not bound in this Context" on WindowsXP.

2013-01-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 To whom it may concern, On 1/19/13 10:54 PM, Gmail wrote: > The production machine (Ubuntu) is Tomcat 5.0, which is why I need > to keep my development machine at the same level so I can test > changes to xml files, and then upload to the server. O

Re: Fw: Tomcat 5.0.28 jdbc error "Name jdbc is not bound in this Context" on WindowsXP.

2013-01-19 Thread Gmail
;Caldarale, Charles R" To: "Tomcat Users List" Sent: Saturday, January 19, 2013 2:51 PM Subject: RE: Fw: Tomcat 5.0.28 jdbc error "Name jdbc is not bound in this Context" on WindowsXP. From: Mark Eggers [mailto:its_toas...@yahoo.com] Subject: Re: Fw: Tomcat 5.0.28 jdbc er

RE: Fw: Tomcat 5.0.28 jdbc error "Name jdbc is not bound in this Context" on WindowsXP.

2013-01-19 Thread Caldarale, Charles R
> From: Mark Eggers [mailto:its_toas...@yahoo.com] > Subject: Re: Fw: Tomcat 5.0.28 jdbc error "Name jdbc is not bound in this > Context" on WindowsXP. > In short, upgrade to at least 6.0 (6.0.36 as I write this). 7.0 would be better. Also, never, never copy configura

Re: Fw: Tomcat 5.0.28 jdbc error "Name jdbc is not bound in this Context" on WindowsXP.

2013-01-19 Thread Mark Eggers
On 1/19/2013 11:32 AM, Gmail wrote: Due to a hard disk failure, I had to reinstall Tomcat 5.0.28 and MySQL 5.0.8 on my WindowsXP development machine. I have updated sever.xml and context.xml using the parameters from my production Linux Ubuntu server, adding Global Naming Resources to server.xml

Fw: Tomcat 5.0.28 jdbc error "Name jdbc is not bound in this Context" on WindowsXP.

2013-01-19 Thread Gmail
Due to a hard disk failure, I had to reinstall Tomcat 5.0.28 and MySQL 5.0.8 on my WindowsXP development machine. I have updated sever.xml and context.xml using the parameters from my production Linux Ubuntu server, adding Global Naming Resources to server.xml and creating context.xml (which

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

2007-01-11 Thread robi
Hi Mark, Thanks for your reply. I changed my Context.xml like this, but still I get the same error. My log file shows this, Jan 11, 2007 2:35:59 PM org.apache.coyote.http11.Http11BaseProtocol pause INFO: Pausing Coyote HTTP/1.1 on http-8080 Jan 11, 2007 2:36:00 PM org.a

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

2007-01-11 Thread Mark Thomas
robi wrote: > Dear all, > > I am trying to use JDBC and transactions in Tomcat 5.5.20 with JOTM (as > explained this tutorial > http://jotm.objectweb.org/current/jotm/doc/howto-tomcat-jotm.html). > > But I am getting the following error when I do > http://localhost:8080/dbtest/test.jsp, > > "

Error: Name jdbc is not bound in this context

2007-01-11 Thread robi
Dear all, I am trying to use JDBC and transactions in Tomcat 5.5.20 with JOTM (as explained this tutorial http://jotm.objectweb.org/current/jotm/doc/howto-tomcat-jotm.html). But I am getting the following error when I do http://localhost:8080/dbtest/test.jsp, " javax.naming.NameNotFoundExcept

Re: Help on error "Name jdbc is not bound in this context"

2006-03-14 Thread Edward Manalansan
Resource reference to a factory for java.sql.Connection instances that may be used for talking to a particular database that is configured in the server.xml file jdbc/jspbook javax.sql.DataSource Container Thank you Filip. Filip Hanik - Dev List

Re: Help on error "Name jdbc is not bound in this context"

2006-03-14 Thread Filip Hanik - Dev Lists
what did you put in your web.xml? Filip Edward Manalansan wrote: Hi there, I've trying to setup a Datasource in Tomcat 5.028 and I can't get it to work. I've meticulously followed the tomcat documentation and still no luck. I went into several famous forums and still didn't work.

Help on error "Name jdbc is not bound in this context"

2006-03-14 Thread Edward Manalansan
Hi there, I've trying to setup a Datasource in Tomcat 5.028 and I can't get it to work. I've meticulously followed the tomcat documentation and still no luck. I went into several famous forums and still didn't work. For starter, I tried adding the Datasource manually in the admin sc