• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • Last Change
  • Annotate
  • Revision Log

root/branches/omero_ds_fix/etc/omero-ds.xml

Revision 1063, 0.9 kB (checked in by jmoore, 2 years ago)

First try at a fix. Moves omero-ds.xml to /etc

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2
3<datasources>
4
5   <local-tx-datasource>
6      <jndi-name>omeroDS</jndi-name>
7      <connection-url>@@@JDBC.URL@@@</connection-url>
8      <driver-class>@@@JDBC.DRIVER@@@</driver-class>
9      <user-name>@@@JDBC.USERNAME@@@</user-name>
10      <password>@@@JDBC.PASSWORD@@@</password>
11      <connection-property name="char.encoding">UTF-8</connection-property>
12      <transaction-isolation>TRANSACTION_READ_COMMITTED</transaction-isolation>
13      <min-pool-size>25</min-pool-size>
14      <max-pool-size>100</max-pool-size>
15      <blocking-timeout-millis>5000</blocking-timeout-millis>
16      <idle-timeout-minutes>15</idle-timeout-minutes>
17      <prepared-statement-cache-size>75</prepared-statement-cache-size>
18      <check-valid-connection-sql>select 'works!'</check-valid-connection-sql>
19      <track-statements/>
20   </local-tx-datasource>
21
22</datasources>
Note: See TracBrowser for help on using the browser.

Download in other formats:

  • Plain Text
  • Original Format

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/