, February 20, 2006 7:43 AM
To: Tomcat Users List
Subject: RE: JNDI Datasource Problem
> From: Rose, Greg [mailto:[EMAIL PROTECTED]
> Subject: RE: JNDI Datasource Problem
>
> If it is 5.5.x, you can not alter the Server.xml file.
That's not correct. It is strongly recommended to p
mcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.h
tml
Mark
- Original Message -
From: "Rose, Greg" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Monday, February 20, 2006 12:33 PM
Subject: RE: JNDI Datasource Problem
What release of Tomc
What release of Tomcat are you using?
If it is 5.5.x, you can not alter the Server.xml file. You will need to
create a context file and place it into your META_INF directory in your
application. Tomcat will place it into your
CATALINA_HOME\conf\Catalina\localhost directory when the application
The response from Charles Caldarale was dead on:
1) The name of the file containing the tag must be
.xml, not context.xml (context.xml is used when it's under the
META-INF directory).
2) The path attribute is not allowed, unless the tag appears
in server.xml, which is strongly discouraged.
: Caldarale, Charles R [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 08, 2005 10:14 AM
To: Tomcat Users List
Subject: RE: docBase error on Tomcat 5.5.12
> From: Rose, Greg [mailto:[EMAIL PROTECTED]
> Subject: docBase error on Tomcat 5.5.12
>
> I did this by creating a context.xml f
I have recently upgraded Tomcat from 5.5.9 to 5.5.12. I had no problems
after the upgrade while I was using a mySQL database. Once I started
using MS SQL Server, I had to add a resource to Tomcat to get it to
work. I did this by creating a context.xml file with the information
and placed it in t