In order to be more user-friendly, KIM server is now integrated with an embedded Mortbay Jetty servlet container. This container can easily be disabled and KIM-related web applications deployed in another external servlet container like, for example, Tomcat.
Whether Jetty is used or not is controlled by a single parameter in the *<KIM_HOME>/config/install.properties* configuration file.
{code}
# Denotes whether or not embedded Jetty server should be started
# This option is more user-friendly because with embedded Jetty,
# one does not need to setup a separate web server and then deploy
# KIM-related web archives there
# Default value is 'true'
com.ontotext.kim.jetty.run=true
{code}
If you want to disable Jetty, all you need to do is change the parameter value to {{false}}.
Whether Jetty is used or not is controlled by a single parameter in the *<KIM_HOME>/config/install.properties* configuration file.
{code}
# Denotes whether or not embedded Jetty server should be started
# This option is more user-friendly because with embedded Jetty,
# one does not need to setup a separate web server and then deploy
# KIM-related web archives there
# Default value is 'true'
com.ontotext.kim.jetty.run=true
{code}
If you want to disable Jetty, all you need to do is change the parameter value to {{false}}.