Ziggy wrote:
when i build the war file using ANT, it refuses to build
the war file unless i have the jdbc driver in the application's WEB-INF/lib
folder
Do you use any driver specific calls in your code? Since you use JNDI,
you should rely only on DataSource provided by container. Hence, no
piece of your code should have references to classes from JDBC driver.
--
Mikolaj Rydzewski <m...@ceti.pl>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org