2010/3/24 Aaron Freeman <aaron.free...@layerz.com>

>  Can you show your resin-web.xml?
>
>
I only define <database> tags there :

<web-app xmlns="http://caucho.com/ns/resin";>
  <database jndi-name="jdbc/data">
    <driver type="com.mysql.jdbc.Driver">

 <url>jdbc:mysql://db/data?useUnicode=true&amp;characterEncoding=UTF8</url>
      <user>xx</user>
      <password>xx</password>
    </driver>
    <max-connections>100</max-connections>
  </database>
</web-app>
_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to