Run Jetty as a Service
InetSoft products from version 10.2 include Jetty 6 as the Application Server. It can be started manually, or in the Startup group, but to start without requiring a user to login it must be installed as a Windows Service.
Refer to
http://communitymapbuilder.org/display/JETTY/Win32Wrapper for the basics.
Note:
-
Jetty-Service.exe, jetty-service.conf, and lib/win32 files are not included in our default package.
-
jetty-service.conf may need to be edited
- The paths must be updated based on where you save these files (recommended:
C:\\server\lib)
- To run headless, add:
wrapper.java.additional.2=-Djava.awt.headless=true
- Additional parameters must be added for monitoring to work. See below.
Monitoring
These additional parameters must be added to jetty-service.conf for monitoring to work, e.g.:
wrapper.java.additional.3=-Dcom.sun.management.jmxremote
wrapper.java.additional.4=-Dcom.sun.management.jmxremote.port=8081
wrapper.java.additional.5=-Dcom.sun.management.jmxremote.authenticate=false
wrapper.java.additional.6=-Dcom.sun.management.jmxremote.ssl=false