How do I modify the port number for the deploytool/server to avoid conflicts?
The J2EE server listen port number can be modified in the properties file at $J2EE_HOME/config/orb.properties. Q5: How do I do connect to a J2EE server on a different machine? Take these steps to connect to a J2EE server on a different machine: • Make sure that the J2SE version on both machines is the same. • Compile the application. Start the server on one machine. • Deploy the application and ask for the client stub jar file. • Transfer the client stubs and the compiled client class onto the other machine • Using the IP address or the machine name run the client as follows: java -Dorg.omg.CORBA.ORBInitialHost=