How can a servlet be a CORBA client? Different CORBA vendors have different commands to run the programs. (eg. visibroker use "vbj client.class")
Created May 4, 2012
Robert Castaneda The vbj wrapper in VisiBroker is a utility that wraps the launching
command of VisiBroker Servers and Clients. It takes care of the following:
All of these can be set using Java system properties and setting your classpath. Refer to the VisiBroker documentation for more details.
- setting the classpath to include the orb classes
- adding VisiBroker system properties, such as the OSAgent port
All of these can be set using Java system properties and setting your classpath. Refer to the VisiBroker documentation for more details.
These properties will have to be set in your servlet engine for your servlet to be a CORBA client.