Difference: APPXonWindowsFromHandHeldViaLinuxTerminalServer (3 vs. 4)

Revision 42012-04-08 - ChrisBrower

Line: 1 to 1
 

Running APPX on Windows from a hand held device via a Linux Terminal Server

Deleted:
<
<
 This document will demonstrate how you can run APPX on Windows in character mode when your front end device is a hand held (such as a hand held warehouse RF scanner or time clock).

Overview

Line: 14 to 12
 

Steps

Place the appx for linux application on the Linux server.

  • You only need the appx engine for Linux.
Changed:
<
<
[joe@linuxserver /]$ *su -l* 
[root@linuxserver /]# *mkdir -p /usr/local/appx* 
[root@linuxserver /]# *cd /usr/locla/appx/* 
[root@linuxserver /]# *wget http://www.appx.com/ftp/appx/products/appx/server/4.2.a/exec_lin.tgz*
[root@linuxserver /]# *tar xzf exec_lin.tgz appx*
[root@linuxserver /]# *chmod 775 appx*
[root@linuxserver /]# *exit*

---+++ Create Keymap * Remote in via SSH or Telnet from the device to the Linux server.
>
>
[joe@linuxserver /]$ su -l 
[root@linuxserver /]# mkdir -p /usr/local/appx 
[root@linuxserver /]# cd /usr/locla/appx/ 
[root@linuxserver /]# wget http://www.appx.com/ftp/appx/products/appx/server/4.2.a/exec_lin.tgz
[root@linuxserver /]# tar xzf exec_lin.tgz appx
[root@linuxserver /]# chmod 775 appx
[root@linuxserver /]# exit

 
Added:
>
>

Create Keymap

  • Remote in via SSH or Telnet from the device to the Linux server.
 
Changed:
<
<
[joe@linuxserver /]$ *export APPX_UID="appx:secret"* 
[joe@linuxserver /]$  *export APPX_DATA_SERVER="appxserver.example.com:8060"*
[joe@linuxserver /]$  *./appx -k -m=JOEJOE*

>
>
[joe@linuxserver /]$ export APPX_UID="appx:secret" 
[joe@linuxserver /]$  export APPX_DATA_SERVER="appxserver.example.com:8060"
[joe@linuxserver /]$  ./appx -k -m=JOEJOE

  * APPX Keyboard Definition Utility *
Line: 47 to 46
 Do you wish to Continue? (Y or N)
Changed:
<
<

APPX_UID is made up of a user name followed by a colon and the the password for a user that can successfully log into APPX on the Windows server. APPX_DATA_SERVER is made up of the resolvable hostname or IP address of the APPX Windows server following by a colon and the TCP port number of the running and configured APPX Login Manager. ---++ Bugs: 1 Fixed - Bug Description 1. 1 OPEN - Bug test - Test bug. Not valid. ---++ Comments: Read what other users have said about this page or add your own comments. ---

<--/commentPlugin-->
-- JoeOrtagus - 4 May 2009

>
>
APPX_UID is made up of a user name followed by a colon and the the password for a user that can successfully log into APPX on the Windows server. APPX_DATA_SERVER is made up of the resolvable hostname or IP address of the APPX Windows server following by a colon and the TCP port number of the running and configured APPX Login Manager.

Bugs:

  1. Fixed - Bug Description 1.
  2. OPEN - Bug test - Test bug. Not valid.

Comments:

Read what other users have said about this page or add your own comments.
<--/commentPlugin-->
-- JoeOrtagus - 4 May 2009
 
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