Web Hosting Forum | Lunarpages


*
Welcome, Guest. Please login or register.
Did you miss your activation email?



Login with username, password and session length
May 23, 2012, 10:33:28 PM

Pages: [1]   Go Down
  Print  
Author Topic: MySQL config- within struts framework  (Read 880 times)
tamer
Newbie
*
Offline Offline

Posts: 4


WWW
« on: August 14, 2002, 08:55:00 AM »

Hi all,

I am having config trouble with my app, which heavly uses struts.

I think the problem mught be in my struts-config.xml:

---------------
    <data-sources>
      <data-source>
        <set-property property="autoCommit"
                      value="true"/>
        <set-property property="description"
                      value="Data Source Configuration"/>
        <set-property property="driverClass"
                      value="org.gjt.mm.mysql.Driver"/>
        <set-property property="maxCount"
                      value="10"/>
        <set-property property="minCount"
                      value="5"/>
        <set-property property="password"
                      value="password"/>
        <set-property property="url"
                      value="jdbc:mysql://localhost/reales1_tmr007"/>
        <set-property property="user"
                      value="username"/>
      </data-source>
    </data-sources>
--------------

Any ideas would be helpful.

Thank you,
Tamer
Logged
Pages: [1]   Go Up
  Print  
 
Jump to: