Starting secure servers in a stand-alone environment

To start secure stand-alone servers, you pass the proper configuration files by specifying parameters on the startOgServer command.

Before you begin

If you are using an external client security provider for authentication or authorization, define the CLIENT_AUTH_LIB environment variable. Open a command-line or terminal window and run the command that is appropriate for your operating system:

  • [Windows] set CLIENT_AUTH_LIB=<path_to_security_JAR_or_classes>
  • [Unix] set CLIENT_AUTH_LIB=<path_to_security_JAR_or_classes> export CLIENT_AUTH_LIB
When the startOgServer and stopOgServer commands run, this variable is appended to the classpath.

Procedure