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_interface_telnet  
This page describes the Telnet Service plugin.
Phase-Deploy
Updated Feb 4, 2010 by cike...@gmail.com

Introduction

This plugin provides a basic telnet interface for administering the server.

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="Telnet" class="net.kodeninja.jem.server.console.telnet.TelnetConsole">
      <port>23</port>
    </module>
    ...
  </modules>
  <services>
    ...
    <service module="Telnet"/>
    ...
  </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 telnet server should run on. Defaults to 23 (the standard Telnet port.)

Powered by Google Project Hosting