0 Replies Latest reply on Feb 2, 2006 10:30 AM by katador

    which it's port of connect using corba?

    katador

      Helllo,

      i've this piece of code:
      final int NUM_MSGS = 1;
      try {
      System.setProperty("org.omg.CORBA.ORBInitialHost", "192.168.2.26");
      System.setProperty("org.omg.CORBA.ORBInitialPort", "3720");
      System.setProperty("com.sun.CORBA.connection.ORBSocketFactory", "com.sun.enterprise.iiop.IIOPSSLSocketFactory");
      jndiContext = new InitialContext();
      } catch (NamingException e) {
      System.out.println("Could not create JNDI " + "context: " +
      e.toString());
      System.exit(1);
      }
      and i want run this to jboss, because this code it's for sun app server, and works fine. But i read a lot of messages on forums, find on google, review examples of jboss directory, read the documentation, and can't find any way of made what this thing work?? where can i find the port for connect??? anyone knows where can i read or view any example please.

      thanks for your time.

      Arturo.