NAME
  - gpUIServerTest - test remote UI server and
      client connections.
  
 SYNOPSIS
  - 
gpUIServerTest [-p port] uifile
   DESCRIPTION
  - The UIServerTest tool can be used to test that
      remote subject UI modules and connections work.  The tester will
      start a remote subject UI server that will wait for connections
      to the server.  When a connection is made, the server will send
      a copy of the specified subject UI module to the remote client.
      Also a local server version of the subject UI is made and it is
      passed for a UI tester program for testing the remote UI (using
      the gpUITester tool).  
      
      The gpUIServerTest has the following parameters
      and options:
      
	- uifile
	
 - The file name of the subject UI module that is sent to the
	    remote client. 
	
 - -p port
	
 - Specify the server's port number.  If not set, default
	    will be used.
      
 
      
      To quit the server, press ctrl-C. 
  
 EXAMPLES
  - To start the server tester with the file
      '
uiABC.properties' as the UI specification file:
   gpUIServerTest uiABC.properties
      
      To start the same with a specific server port number 5000:
   gpUIServerTest -p 5000 uiABC.properties
   SEE ALSO
  - gpUITester,
      gpRemoteUIClient,
      Remote UI Applet