I am going to use MySQL with Hibernate on a Tomcat 5.5.x server.
Do I have to put mysql-connector-java-[version]-bin.jarin $CATALINA_HOME/common/lib/or can I place it in WEB-INF/libinside my WAR file with my other library dependencies?
mysql-connector-java-[version]-bin.jar
$CATALINA_HOME/common/lib/
WEB-INF/lib
It would be easier to have it in my WAR WEB-INF/lib, since I could get it using the Maven repository. Are there any great backlinks for it there, and not in the general Tomcat library directory?
, tomcat. webapp . -, webapp. , , - tomcat , mysql (, ), jdbc, . .
, tomcat , db. , .
webapp/WEB-INF/lib? , , webapp, webapp - , tomcat. , webapp tomcat. : -, , .
, , . .
Source: https://habr.com/ru/post/1702133/More articles:Publish android library as maven jar - androidFormat string based on characters - stringЯвляется ли Q_INVOKABLE необходимым для вызова публичной функции QObject из QML вообще в Qt5? - c++Configuring iOS Watchkit / Extension for Parse iOS SDK - parse.comiPhone SDK: welcome video - objective-cDispose C # DLL tagged for COM interoperability - c #Is there a change event for the list control? - cКто-нибудь строит проверку формы с помощью YUI? - validationMaintaining object references through Serialize / Deserialize - .netLink to environment variable in oracle sql files on Linux and Windows - oracleAll Articles