Versions Compared

Key

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

...

  • remove the default application library: delete the file ${jetty.home}/lib/ext/cipango-dar-VERSION.jar
  • or use the system property javax.servlet.sip.ar.spi.SipApplicationRouterProvider to define the custom SipApplicationRouterProvider
  • or define the application router in ${jetty.home}/etc/cipango.xml, for instance
    Code Block
    xml
    xml
     <Set name="applicationRouter">
        <New class="com.acme.MyApplicationRouter">
        </New>
     </Set>
    

JNDI

JNDI is not enabled by default in Cipango.

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

Code Block
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