Article:
 |
|
Database Connection Pooling with Tomcat
|
| Subject: |
|
deploying context files in Tomcat |
| Date: |
|
2006-05-09 12:32:05 |
| From: |
|
dljava
|
|
|
|
Although I agree with the other posts re: Hibernate, EJB containers, etc. the article is specifically titled "...with Tomcat".
But that being said, you neglected to point out an important feature in Tomcat, the ability for deployable war files to defne their contexts using the META-INF/context.xml file.
Not only is it not desireable to edit server.xml (which requires a restart), in some situations it may not be possible (e.g. in some hosted environments).
-Dario Laverde
|
Showing messages 1 through 2 of 2.
-
Connection pooling
2006-09-02 07:07:45
amitjain
[View]
-
META-INF is no longer required in Java EE 5
2006-05-31 03:36:51
James_Cooper
[View]