How do I register a Java VisiBroker server with the OAD (Object Activation Daemon)?
At the moment there is a known problem registering a Java VisiBroker server with the OAD. You cannot construct the server in AppCenter as a Java server, but you must treat it like a C++ server. In the “VisiBroker Server” wizard, enter the “Type of Server” as C++, not Java. For the executable name enter the fully pathed Java executable that you’re using (e.g. c:\jdk1.1.8\bin\java.exe). Then enter all the Java command line arguments in the “Application Args:” field. Example: Take the Bank Server in the VisiBroker for Java java_examples directory. Assume that Java and VisiBroker for Java are installed on a computer called “Enterprise” in the directory “c:\jdk1.1.8” and “c:\Inprise\Vbroker” respectively.