Re: Options for specifying the classpath to find a database driver

2017-03-08 Thread Romain Manni-Bucau
Hi I guess the choice belongs to you. However note that until 7.0.4 using mvn: in a classpath is not supported on UNIx (https://issues.apache.org/jira/browse/TOMEE-2019) Another tip for maven syntax is you can set the repo inline: mvn: http://repo1.maven.org/maven2/!junit:junit:4.12:jar

Options for specifying the classpath to find a database driver

2017-03-08 Thread KARR, DAVID
I'm running a small REST service in Tomcat. It presently queries an Oracle db to get some data. In the config on the server, I put the JDBC jar into the "lib" directory of the installation, so it can find it without any special classpath augmentation. However, in the server config within