There aren't any steps for using JDBC with tomcat, other than making sure your database driver JARs are in CATALINA_HOME/common/lib, and then calling them in your code.
If you want to use JNDI for setting up your JDBC connections, there are some modifications to make to your web.xml. Here's Oracle's JDBC FAQ: http://technet.oracle.com/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm Code examples are here: http://www.orafaq.com/faqjdbc.htm John Turner [EMAIL PROTECTED] -----Original Message----- From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 10:20 AM To: [EMAIL PROTECTED] Subject: Fw: New installation recommendations Thanks. Next question: Does anyone have a document which outlines the installation steps required to get Oracle access via JSP pages. It's my understanding that I have to get the JDBC drivers from Oracle and also install the Oracle Net8 client but I don't see the installation steps required to add the JDBC to Tomcat. Any help would again be appreciated. Thanks, Kenny ----- Original Message ----- From: "Turner, John" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, August 13, 2002 8:50 AM Subject: RE: New installation recommendations > > http://java.sun.com/j2se/downloads.html > > 1.3.1 should be fine, but I think most people have upgraded to 1.4.0 by now. > > Since you are running Windows, you will want the mod_jk.dll file, which can > be found here: > http://www.acg-gmbh.de/mod_jk/ > > That resource mentions apache 2.0.3x, so I'm not sure if that DLL file will > work with apache 1.3.26. I only mentioned apache 1.3.26 over 2.0.39 because > I tend to stay away from "new" versions until things have settled down a > bit. Personal preference. Many people are running 2.0.39, so you should be > OK. > > John Turner > [EMAIL PROTECTED] > > -----Original Message----- > From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 13, 2002 9:42 AM > To: [EMAIL PROTECTED] > Subject: Fw: New installation recommendations > > > Thanks for the info. Which JRE/JSDK should I use on that configuration? > Kenny > > ----- Original Message ----- > From: "Turner, John" <[EMAIL PROTECTED]> > To: "'Tomcat Users List'" <[EMAIL PROTECTED]> > Sent: Tuesday, August 13, 2002 8:36 AM > Subject: RE: New installation recommendations > > > > > > If you are looking for a production environment with near-guaranteed > > stability, you want: > > > > apache 1.3.26 > > tomcat 4.0.4 > > mod_jk > > > > That's a "tried and true" configuration that many people are running, on > > several different platforms. tomcat 4.1.x is beta and mod_jk2 doesn't > seem > > to be production ready. > > > > John Turner > > [EMAIL PROTECTED] > > > > -----Original Message----- > > From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, August 13, 2002 9:20 AM > > To: [EMAIL PROTECTED] > > Subject: New installation recommendations > > > > > > I'm looking for recommendations on what versions of JRE/Apache/Tomcat to > > install on a Windows NT 4.0 server. The ultimate goal is to author JSP > > pages that access an Oracle database using JDBC (a secondary goal is > > installation/configuration ease). One recommendation I got was to use > JSDK > > 1.4.0_01, Apache 2.0.39, and Tomcat 4.1.8 but I can't find any binaries > for > > Apache 2.x for Win32 and Tomcat 4.1.x seems to be Beta. > > > > Any suggestions would be very much appreciated. Thanks, > > Kenny > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
