I think you need the classes12.jar file from Oracle for the thin client driver. This 
needs to be in the classpath for your server and for your application.
Try looking for the download here: 
http://otn.oracle.com/sample_code/tech/java/oc4j/htdocs/jcookbook/index.htm

Kim

-----Original Message-----
From: LoverBoyMexico [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 01, 2003 3:54 PM
To: "Struts Users Mailing List"; [EMAIL PROTECTED]
Subject: RE: struts-user Digest 1 Jul 2003 19:24:40 -0000 Issue 3515


Hi

Does anybody have use Struts with Oracle Database?, I have configured database in 
struts-config.xml but i sends me an error... its like it does not find the JDBC 
class...

These what i code in struts-config.xml:

  <data-sources>
    <data-source
       autoCommit="false"
      description="Oracle"
      driverClass="oracle.jdbc.pool.OracleConnectionPoolDataSource"
         maxCount="4"
         minCount="2"
         password="xxxx"
              url="jdbc:oracle:thin:@localhost:1521:DSIO.world"
             user="user"
    />
  </data-sources>

Any suggest?

__________________________________________________________________
McAfee VirusScan Online from the Netscape Network.
Comprehensive protection for your entire computer. Get your free trial today!
http://channels.netscape.com/ns/computing/mcafee/index.jsp?promo=393397

Get AOL Instant Messenger 5.1 free of charge.  Download Now!
http://aim.aol.com/aimnew/Aim/register.adp?promo=380455

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to