1 2 Previous Next 15 Replies Latest reply on Dec 12, 2014 3:43 PM by sana85 Go to original post
      • 15. Re: How to connect to Virtuoso DB with Jboss 7 Application Server?
        sana85

        I am using JBOSS version 7.1.1, after scanning the code in standalone file, i have tried to test the connection from administrator console, but the connection failed..

        I think the problem is in:

                            <connection-url>jdbc:virtuoso://youruri:1111/charset=UTF-8</connection-url>

         

        i have modified it to:

                            <connection-url>jdbc:virtuoso://localhost:8090/charset=UTF-8</connection-url>

         

        should i give the exact database (graph) of the resources?

        1 2 Previous Next