"Peter Shankey" <[EMAIL PROTECTED]> wrote:
> OS ver Solaris 8
>
> In BUILDING.txt it says the Servlet 2.3/JSP 1.2 API classes
>
> FIXME: Properties for mail.jar, activation.jar, jdbc2_0-stdext.jar,
> jta-spec1_0_1.jar, tyrex-0.9.7.0.jar
>
> In the build.properties and build.xml it never referances the JDBC driver. My
> question are:
> * Because 4.0 is not including the jars will I be able to connect to a Oracle
> db?
> * How can I include the jars in the build?
> * If not what are the work-a-arounds?
Include the DB driver of your choice in WEB-INF/lib into your web
application, or in CATALINA_HOME/lib, in the binary tree, and you're set...
Those JARs are required at compile time...
Pier