Is it not true that as a Developer, you must have the patients of a saint? Case in point;
I just spent a few hours trying to track down why I was getting the error that is the title of this post. Apparently the context.xml within your app deployed to Tomcat 6.0 is case sensitive. [...]
Archive for the ‘Tomcat’ Category
SEVERE: Error deploying configuration descriptor
Posted in Configuration, Context, Error, Severe, Tomcat, descriptor on December 30, 2009 | 1 Comment »
Tomcat Hibernate Datasource Configuration For MySQL
Posted in Configuration, Data Source, MySql, Tomcat on November 29, 2009 | Leave a Comment »
My last post dealt with Websphere configuration for Hibernate with a Datasource for MySQL. I also mentioned how I typically use Apache Tomcat to do a lot of my testing before deploying to Websphere. Smart readers will know that the types of applications I am referring to do not include JMS or EJBs but are [...]