libtomcat7-java (tomcat7-common) package doesn't include tomcat-dbcp.jar (which is required and different from apache-commons-dbcp)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tomcat7 (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Description of problem:
Version-Release number of selected component (if applicable):
- libtomcat7-java (7.0.52-1ubuntu0.1) / tomcat7
(http://
How reproducible:
- If you install it, you won't see ${catalina.
Steps to Reproduce:
1. Install tomcat with it.
2. Check if tomcat-dbcp.jar exists under ${catalina.
Actual results:
- Because tomcat-dbcp.jar is missing, if you define a JNDI DataSource in context.xml file (in either $CATALINA_
WARNING: Failed to register in JMX: javax.naming.
Please note that tomcat-dbcp.jar from the ASF official release contains the org.apache.
[1] https:/
Expected results:
- It shouldn't meet ClassNotFoundEx
Additional info:
- http://
(this problem was shared in StackOverFlow already long time ago.)