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 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: Context path=/ !-- put this one in localhost add path because of

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

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

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

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 same

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: Context path=/ !-- put this one in localhost add path because of Context path is required error-- ResourceLink name=jdbc/MySql type=javax.sql.DataSource

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.

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

2013-01-20 Thread sryder
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 same directory as server.xml However, when I put it in the ...conf directory on Windows, it appears that it is ignored, in

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: 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

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 configuration elements from one major

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

2013-01-19 Thread Gmail
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. Only in this case I am going backwards due to a disk crash.I am confident the files are correct as they are

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,

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, Context path=/dbtest docBase=dbtest.war debug=0 reloadable=true crossContext=true Resource name=jdbc/myDB auth=Container type=javax.sql.DataSource driverClassName=com.mysql.jdbc.Driver

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

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.

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

2006-03-14 Thread Edward Manalansan
resource-ref description 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 /description res-ref-name jdbc/jspbook /res-ref-name res-type javax.sql.DataSource