Difference between revisions of "Lianja Server Manager on Windows"

From Lianjapedia
Jump to: navigation, search
Line 26: Line 26:
  
 
[[{{ns:file}}:Settings.png|200px|thumb|left|Settings tab]]
 
[[{{ns:file}}:Settings.png|200px|thumb|left|Settings tab]]
 +
 +
 +
The following settings can be configured:
 +
 +
 +
{| class="wikitable" width=100%
 +
!Section||Item||Description
 +
|-
 +
|valign=top|Port Listener||Retries||Number of times a connection attempt will be tried before returning an error.  Default is 30.
 +
|-
 +
|valign=top|||Delay||Number of seconds the Port Listener will wait to verify that the server it called was successfully started.  Default is 80.
 +
|-
 +
|valign=top|||Timeout||Number of seconds between each connection attempt.  Default is 1.
 +
|-
 +
|valign=top|Directory Paths||Web root||The default directory for Internet Developer applications.  For example, applications will search for system images in the images sub-directory of Web Root.
 +
|-
 +
|valign=top|||Class files||The default directory for classes and Internet Developer Network Objects and Network JavaBeans.
 +
|-
 +
|valign=top|||Log files||The default directory for log files created by the UAS
 +
|-
 +
|valign=top|||Error files||The default directory for error files created by the UAS
 +
|-
 +
|valign=top|||Temporary files||The default directory for temporary files created by the UAS
 +
|-
 +
|valign=top|Environment||Cursors||Maximum concurrent cursors.
 +
|-
 +
|valign=top|Log Files||Enabled||Check to enable log file creation.
 +
|-
 +
|valign=top|||Versions||Check to enable log file versioning.
 +
|-
 +
|valign=top|||Listener||Click to view the current port listener log file
 +
|-
 +
|valign=top|||Server||Click to view the current netserver log file
 +
|-
 +
|valign=top|||Purge||Click to purge all log files
 +
|-
 +
|}
 +
 +
NOTE: When the Universal Application Server is started, the Port Listener is activated and listens for client requests.  Once a client makes a connection, the Port Listener starts the Server for that connection.  One client could have more than one connection / Server.  At any one time, there will be only one Port Listener process, but there may be many Server processes.
 +
 +
NOTE: Logging should only be enabled when required, not for general usage.
 +
  
 
<br clear=all>
 
<br clear=all>

Revision as of 08:37, 28 January 2013

The Lianja SQL Server Manager allows you to:

  • Control the Lianja SQL Server service
  • Configure the Lianja SQL Server settings
  • Manage background scripts running via Lianja SQL Server

User Account Control

If you have User Account Control enabled, please click Yes on the UAC dialog displayed when you run the Lianja SQL Server Manager. On Windows XP, please run the Lianja SQL Server Manager as the Administrator.

Service Manager

File:ServiceManager.png
Service Manager tab

The Service Manager tab allows you to perform the following operations on the Lianja SQL Server service:

  • Start
  • Pause
  • Stop
  • Restart

Pausing the service has no effect on existing connections, but prevents further connections to the server being made. To resume normal service after a Pause, click the Start/Continue button.

Checking the Auto-start service box ensures that the Lianja SQL Server service will be restarted when the machine is rebooted.

The current status of the Lianja SQL Server is shown in the status bar.

Settings

Settings tab


The following settings can be configured:


Section Item Description
Port Listener Retries Number of times a connection attempt will be tried before returning an error. Default is 30.
valign=top Delay Number of seconds the Port Listener will wait to verify that the server it called was successfully started. Default is 80.
valign=top Timeout Number of seconds between each connection attempt. Default is 1.
Directory Paths Web root The default directory for Internet Developer applications. For example, applications will search for system images in the images sub-directory of Web Root.
valign=top Class files The default directory for classes and Internet Developer Network Objects and Network JavaBeans.
valign=top Log files The default directory for log files created by the UAS
valign=top Error files The default directory for error files created by the UAS
valign=top Temporary files The default directory for temporary files created by the UAS
Environment Cursors Maximum concurrent cursors.
Log Files Enabled Check to enable log file creation.
valign=top Versions Check to enable log file versioning.
valign=top Listener Click to view the current port listener log file
valign=top Server Click to view the current netserver log file
valign=top Purge Click to purge all log files

NOTE: When the Universal Application Server is started, the Port Listener is activated and listens for client requests. Once a client makes a connection, the Port Listener starts the Server for that connection. One client could have more than one connection / Server. At any one time, there will be only one Port Listener process, but there may be many Server processes.

NOTE: Logging should only be enabled when required, not for general usage.



Background Scripts

File:BackgroundScripts.png
Background Scripts tab