0 Replies Latest reply on Nov 8, 2011 12:01 PM by ula.uvula

    Make derby datasource accessible via socket

    ula.uvula

      Hi, a beginner question again.

       

      I found some articles, how to add derby as database / datasource in Jboss AS.

      And this is working. I can used in derby-ds.xml a URL like:

        <connection-url>jdbc:derby://localhost:1527/c:/temp/DerbyDB;create=true</connection-url>

      If I start derby (startNetwerkServer --> Port 1527) first and later Jboss, every thing is working.

       

      My question: is it possible to let jboss start the derby database in "network mode"

      and open a socket for the db (e.g. 1527), so I can access the db with other tools.

       

      I'm interessted in configure AS6 and/or AS7

       

      Any hints?

       

      Uwe