Hi

Is there anyway I can pass the parameters

     -Dfile.encoding=SJIS -Duser.language=ja 

to the JDBC postgres driver via the struts-config.xml file.


  <data-sources>
    <data-source
       autoCommit="false"
      description="Example Data Source Configuration"
      driverClass="org.postgresql.Driver"
         maxCount="4"
         minCount="2"
         password="testdb"
              url="jdbc:postgresql://localhost/testdb"
             user="testuser"
              key="testdb"
    />
  </data-sources>

Cheers

Tony




-- 


Cheers

Tony。
---------------------------------------------------------------------


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

Reply via email to