3 Replies Latest reply on Jun 24, 2005 12:06 PM by radix_zero

    How to connect a remote client

    radix_zero

      I have some existing remote clients that I converting to use JBoss. I am having some trouble getting them up and running.

      the properties i am using are
      System.setProperty("java.naming.factory.initial","org.jnp.interfaces.NamingContextFactory"); System.setProperty("java.naming.factory.url.pkgs","org.jboss.naming:org.jnp.interfaces");
      System.setProperty("java.naming.provider.url","jnp://localhost:1099");

      I am getting CLASSPATH issues.

      What JBoss jars do I need in my clients class path?