Assembla home | Assembla project page
 

Table of Contents

  1. Instructions

Jetty Plugin

Jetty is a Java web server that can be embedded in a Java program. The Jetty documentation website has a lot of information about its features and numerous advanced configuration options it supports. Any configurations that are discovered to be useful in the SageTV environment will be documented here. If you discover one yourself, please add it!

This plugin consists of Jetty as well as classes that start Jetty in the SageTV process. This plugin is not useful by itself, it is meant to integrate a Java EE server with SageTV that other plugin developers can use to create web-based applications. This could be a web application for managing SageTV, web services, or other web plugins. It can even be used by developers to host the BeanShell servlet, which can be used to interactively run code in the SageTV process from a web browser. Look for a list of available applications at the bottom of this page.

The plugin can be downloaded from the SageTV forum download page, or from SourceForge.

Instructions