How can I pass two or more ORBservices to my Server?

From Support
Jump to: navigation, search

Question:

How can I pass two or more ORBservices to my Server? (

Answer:

You should use a comma to separate the parameters that you want to pass.  So, your command line would look like:

vbj -DORBservices=com.visigenic.vbroker.interceptor,com.visigenic.vbroker.ssl Server

Programatically it would look like:

props.put("ORBservices", "com.visigenic.vbroker.interceptor,visigenic.vbroker.ssl");
 

It is important to note that you should not have an space either before or after the comma, as the continuous string signifies that both parameter belong to the ORBservices setting.



Article originally contributed by Borland Developer Support