L
laredotornado
Hi,
Using Java 1.5. In my Java application server (Resin 3.0.19), I have
this configuration to set up a data source ...
<database>
<jndi-name>jdbc/myco-dor-online-interlock</jndi-name>
<driver type="oracle.jdbc.driver.OracleDriver">
<url>jdbcracle:thintest-database:1521rcl11</url>
<user>user</user>
<password>password</password>
</driver>
<prepared-statement-cache-size>8</prepared-statement-cache-size>
<max-connections>5</max-connections>
<max-idle-time>30s</max-idle-time>
</database>
However I am running tests outside of the container and was wondering
what I can do to create and register the above datasource so that it
can be looked up through a JNDI call. Specifically, what do I need to
configure in my system/classpath?
Thanks, - Dave
Using Java 1.5. In my Java application server (Resin 3.0.19), I have
this configuration to set up a data source ...
<database>
<jndi-name>jdbc/myco-dor-online-interlock</jndi-name>
<driver type="oracle.jdbc.driver.OracleDriver">
<url>jdbcracle:thintest-database:1521rcl11</url>
<user>user</user>
<password>password</password>
</driver>
<prepared-statement-cache-size>8</prepared-statement-cache-size>
<max-connections>5</max-connections>
<max-idle-time>30s</max-idle-time>
</database>
However I am running tests outside of the container and was wondering
what I can do to create and register the above datasource so that it
can be looked up through a JNDI call. Specifically, what do I need to
configure in my system/classpath?
Thanks, - Dave