Versions Compared

Key

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

...

To add JNDI support, Cipango should be started with cipango-plus.xml configuration file:

Code Blocknoformat
java -jar start.jar --ini=start-cipango.ini etc/cipango-plus.xml

JNDI support is similar to Jetty's one. Documentation on how to bind objects in JNDI tree is available here

TLS

To add TLS support, Cipango should be started with cipango-tls.xml configuration file:

No Format

java -jar start.jar --ini=start-cipango.ini etc/cipango-tls.xml

To manage the keys, see Jetty SSL plugin

System properties.

In addition to system properties defined by Jetty, Cipango may use the following properties:

...