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 working on the Ubuntu server. What I don't know is in which directory I need to put the context.xml file. According to the 5.0 doc it should not matter whether if the file in in ...conf or ... localhost, yet I get different behavior depending on which place I put it. I get no startup messages about context.xml when in ...conf (home of server.xml), I do see startup messages about other xml files in local host, which is why I moved it there, thus getting the path missing error. I know 5.0 is old, but it is what I am stuck with.

----- Original Message ----- From: "Caldarale, Charles R" <chuck.caldar...@unisys.com>
To: "Tomcat Users List" <users@tomcat.apache.org>
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 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 level of Tomcat to another. The syntax and semantics pretty much always change, and configuration errors are often not detectable programmatically.

- Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to