Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

-server - Per Oracle OpenDS manual, selects server application runtime optimizations. The directory server will take longer to start and “warm up” but will be more aggressively optimized to produce higher throughput.

For the defaut.java-home can probably use the running environment variable path instead of a hard code (saw it somewhere)

I don't want the java path in the serveradmin's environment variable, so I'll only temporarily setup a java path to run dsjavaproperties,

...

Code Block
languagebash
cd /opendj.0/bin
./start-ds

cd /opendj.0/bin
bin/stop-ds

# I think this is verbose mode but not finding docs on it
./start-ds -s

 

References

Not bad but not good manual setup - http://opendj.forgerock.org/doc/install-guide/OpenDJ-Install-Guide.html

...