Difference: APPXLoginManagerForWindows (43 vs. 44)

Revision 442008-06-27 - JoeOrtagus

Line: 1 to 1
 
META TOPICPARENT name="APPXConnectionManager"

APPX Connection Manager For Unix/Linux

This page describes how to install the APPX Connection Manager command and how to use it to install, configure, and manage APPX Connection Services on Unix/Linux systems.
Line: 524 to 524
 handleClients - waiting
Changed:
<
<

Testing Results

010) (Error) The argument -replace erroneously

does not require the “-name” argument

If a site has two services appxd-8060 and appxd-8061 and issues the following:

./appxLoginMgr -replace -TCPNoDelay=false

The tool makes the modification to the appxd-8060.ini file. It probably should force the user to use the -name argument here.

./appxLoginMgr -replace appxd-8061 -TCPNoDelay=false

Fails.

./appxLoginMgr -replace -name=appxd-8061 -TCPNoDelay=false

Works. (Although one would probably want to add -port=8061 in the above example)

011) (Informational) Just a comment on -modify

behavior.

-modify will maintain existing values,

>
>

appxLoginMgr behavior to keep in mind

The appxLoginMgr -modify argument will maintain existing values,

 but will actually remove and create new .env and .ini files with the new values specified. This combination action of remove and recreation will change (remove) any existing non default comments.
Line: 695 to 670
 
  1. In an effort to make appxdsvc and uappxd (appxLoginMgr) as similar as possible, consider allowing -status as a single argument that would list all appxLoginMgr daemons.  (Perhaps this isn't practical on Unix platforms)
  2. APPX_KEYMAP environment variable should be initialized upon default install options.  Currently "appxLoginMgr -install -SockPort=8060" does not place APPX_KEYMAP into appxLoginMgr-8060.env.
  3. appxLoginMgr should create .ini and .env files in the tools subdirectory, and not in the current working directory.
Added:
>
>
  1. The appxLoginMgr -replace argument should require the -ServiceName option, and not assume ServiceName=appxd-8060.
 
  1. The requirements for use of -name argument seem inconsistant.  Below are examples where + works, and - does not.
    1. (-) ./appxLoginMgr -modify appxd-8060 -TCPNodelay=false

    2. (+) ./appxLoginMgr -modify -name=appxd-8060 -TCPNodelay=false
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback