Jonathan Headland [
https://community.jboss.org/people/jonathan.headland] created the
discussion
"Re: JBoss 7.1.1 AS - where to install jdbc driver?"
To view the discussion, visit:
https://community.jboss.org/message/833198#833198
--------------------------------------------------------------
If your application is making direct JDBC connections, then it will need the driver class
within the WAR's WEB-INF/lib subdirectory.
As has been noted by Wolf-Dieter Fink, this is not an application-server-like way of going
about things; deployable applications are more modular if they use datasources provided
by the execution environment, JBoss. This standardizes administration of datasource
connection details.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/833198#833198]
Start a new discussion in Beginner's Corner at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]