hello,
i am using oracle 9i as my database in my application.
My database is on anothere machine in network.
my struts-config.xml is like
<data-sources>
    <data-source type="org.apache.commons.dbcp.BasicDataSource">
      <set-property property="driverClassName"
        value="com.mysql.jdbc.Driver" />
      <set-property property="url"
        value="jdbc:mysql://localhost/employees" />
      <set-property property="username"
        value="thinc"/>
      <set-property property="password"
        value="thinc"/>
    </data-source>
  </data-sources>

now server is throwing an errors as  cannot load JDBC driver called 
com.mysql.jdbc.Driver 
wht is wrong .... wiil i hav to import some external JDBC driver (on my pc no 
oracle is there ) 


Nishant Patil
Software Engineer
Cybage Software Pvt. Ltd. (A CMM Level 3 Company)
West Avenue , Kalyani Nagar,
Pune - 411 006
Tel: 91-20-4041700  -355
Email: [EMAIL PROTECTED]
Website: www.cybage.com
There's a difference between knowing the path, and walking the path

Reply via email to