• Java: Acts as a simple Web Server to load Java classes. Java sandbox security prevents unsigned Java applets from communicating with servers other than the ones running on the host machine from which the applets were downloaded. GateKeeper can be configured to overcome this problem.
• Java: BootStrapping. GateKeeper can run as a servlet inside any Web Server that supports servlets. This configuration enables IIOP over HTTP (HIOP) and is useful for Java clients.Before you can start GateKeeper from the command line, you must first ensure that your CLASSPATH setting includes servlet.jar in its path. You can locate servlet.jar under the VisiBroker installation directory:where <install_dir> represents the root directory location in which VisiBroker is installed, such as: C:\MicroFocus\VisiBroker on Windows.On Windows, for example, specify CLASSPATH as an environment variable and include servlet.jar in the search path.When using the gatekeeper command, the following command line options are allowed:
To install GateKeeper as an NT service, type the following command at a command line, where servicename is the name of the GateKeeper you are installing.gatekeeper -install ”servicename”If you use the -props option to specify a properties file, make sure you include the full path name of the properties file you specify.gatekeeper -remove ”servicename”