<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">
      <p>Hello Asutosh<br>
      </p>
      Le 26/10/16 à 06:37, Gopinath Asutosh a écrit :<br>
    </div>
    <blockquote cite="mid:72581205.1152044.1477456663472@mail.yahoo.com"
      type="cite">
      <div style="color:#000; background-color:#fff;
        font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial,
        Lucida Grande, sans-serif;font-size:16px"><span
          id="yui_3_16_0_ym19_1_1477449664570_2981">Yes, I want to open
          multiple instances of EPSG database in separate JVMs</span><br>
      </div>
    </blockquote>
    <p>Do you use another database with your application? For example do
      you store geometric objects in a PostgreSQL database? If so, then
      the easiest approach is to put the EPSG geodetic dataset in that
      PostgreSQL (or other) database.</p>
    <p>If you are not using another database, then there is a choice:</p>
    <ul>
      <li>If you can start Derby in server mode before to start the
        applications.</li>
      <li>Or you can put the EPSG geodetic dataset in read-only mode.
        This require a little bit of manual operations.</li>
      <li>Or you can use HSQL instead of Derby; if my memory serves me
        right Geotk will put it automatically in read-only mode (but it
        needs to be verified).</li>
    </ul>
    <p>Which approach would suit better your needs?</p>
    <p>    Martin</p>
    <p><br>
    </p>
  </body>
</html>