Menu

Tree [b363ca] master /
 History

HTTPS access


File Date Author Commit
 .settings 2012-03-09 Thomas Herlea Thomas Herlea [f3b1bc] Tweaked the version-controlled Eclipse settings.
 bin 2012-11-13 Luca Ferrari Luca Ferrari [9442f2] Modified the loading of the text files shown in...
 cnf 2012-03-12 Thomas Herlea Thomas Herlea [0af0b1] Raised the logging threshold to prevent "scroll...
 doc 2012-11-13 Luca Ferrari Luca Ferrari [9442f2] Modified the loading of the text files shown in...
 img 2010-07-12 Luca Ferrari Luca Ferrari [b19396] Merged with previous CVS history.
 lib 2012-11-13 Luca Ferrari Luca Ferrari [9442f2] Modified the loading of the text files shown in...
 rolex 2012-11-13 Luca Ferrari Luca Ferrari [b363ca] Code cleanup.
 src 2012-11-13 Luca Ferrari Luca Ferrari [b363ca] Code cleanup.
 srcTest 2012-11-13 Luca Ferrari Luca Ferrari [b363ca] Code cleanup.
 .classpath 2012-03-14 Thomas Herlea Thomas Herlea [6bf327] Reflected the Log4J upgrade in the project conf...
 .gitignore 2012-03-09 Thomas Herlea Thomas Herlea [9ecb60] Configured eclipse to use the same directory fo...
 .project 2012-03-09 Thomas Herlea Thomas Herlea [f3b1bc] Tweaked the version-controlled Eclipse settings.
 Apache-License.txt 2012-03-13 Thomas Herlea Thomas Herlea [5650a0] Upgraded the included Log4J from 1.2.15 to 1.2....
 IBM-Public-License.txt 2010-07-26 Luca Ferrari Luca Ferrari [94454f] Fixed a problem in the displaying of the licens...
 LICENSE 2012-03-13 Thomas Herlea Thomas Herlea [5650a0] Upgraded the included Log4J from 1.2.15 to 1.2....
 README.html 2012-03-14 Thomas Herlea Thomas Herlea [5aab8d] Configured the build script to ensure that the ...

Read Me

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
   <title>Aglets SDK Readme</title>
</head>
<body>

<h1 style="text-align:center">Aglets SDK Readme</h1>

<p>We assume the archive was unpacked to directory INSTALLDIR.</p>


<h2>Quick'n'Dirty</h2>

<p>To get the server running quickly, but insecurely:</p>

<dl>
	<dt>Windows</dt>
	<dd><tt>INSTALLDIR\bin\agletsd.bat</tt></dd>

	<dt>Unix</dt>
	<dd><tt>INSTALLDIR/bin/agletsd</tt></dd>
</dl>


<h2>Quick'n'Dirty Daemon</h2>

<p>To get the server running quickly, but insecurely as a daemon:</p>

<h3>Starting the daemon:</h3>
<dl>
	<dt>Windows</dt>
	<dd><tt>INSTALLDIR\bin\agletsd.bat -daemon</tt></dd>

	<dt>Unix</dt>
	<dd><tt>INSTALLDIR/bin/agletsd -daemon</tt></dd>
</dl>

<h3>Starting the daemon's controller:</h3>
<dl>
	<dt>Windows</dt>
	<dd><tt>INSTALLDIR\bin\daemoncontrol.bat</tt></dd>

	<dt>Unix</dt>
	<dd><tt>INSTALLDIR/bin/daemoncontrol</tt></dd>
</dl>


<h2>Tool help</h2>

<p>Both <tt>agletsd[.bat]</tt> and <tt>daemoncontrol[.bat]</tt> will display usage info when launched with argument <tt>-help</tt>.</p>

<p>Once launched, <tt>daemoncontrol[.bat]</tt> supports the online command <tt>help</tt>.</p>

</body>
</html>