My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
jem_plugin_service_www  
This page describes the WWW Service plugin.
Phase-Deploy
Updated Feb 4, 2010 by cike...@gmail.com

Introduction

This plugin provides a basic (read: very basic) web interface for streaming and viewing media.

Configuration

This plugin is set up in the modules section of the JemsConfig.xml file.

<?xml version='1.0' encoding='utf-8'?> 
<jems>
  <modules>
    ...
    <module name="WWW Server" class="net.kodeninja.jem.server.www.WWWService">
      <port>80</port>
    </module>
    ...
  </modules>
  <services>
    ...
    <service module="WWW Server"/>
    ...
  </services>
  ...
</jems>

Figure 1.1 - Sample module definition

Note: This service requires an entry in the services section.

Legend:

  • port (Optional) - Specifies which port the http server should run on. Defaults to 80 (the standard HTTP port.)

Powered by Google Project Hosting