3 Replies Latest reply on Aug 28, 2002 11:06 PM by davidjencks

    Accessing a DataSource remoteley

    matn1

      Someone has already stated that when accesing a DataSource through java:/ environment
      i.e
      DataSource ds = (DataSource) new InitialContext().lookup("java:/MySqlDS");
      it is only accessible within the same jboss vm.

      Is there anyway of accessing the JBoss DataSource interface remotely? Example from a client in another VM.


      -- Thanks