System Requirements > Progress Server Requirements
  
Progress Server Requirements
Operating Systems
QAD .NET UI clients communicate with the Progress servers using network protocols and do not require that the machines on which these servers run use a specific operating system.
You can use the QAD .NET UI with the following platforms:
Linux (recommended)
Sun Solaris (SPARC)
Compaq UNIX (Tru64)
IBM AIX
HP-UX
Windows (Intel)
Note: Contact your QAD sales representative for the latest supported platforms and versions.
Java Requirements
Depending on your Progress server hardware and operating system configuration, a version of the JDK may be installed as part of your Progress installation, or you may be required to install Java before installing Progress.
The minimum Java version is J2SE 5.0.
If Progress installed its own Java version and your Progress server is on the same machine as Tomcat, do not remove the Progress-installed JDK. If you need to install a later JDK version for Tomcat, do so without uninstalling the Progress version.
If you must install Java before installing Progress, install the version required by the QAD .NET UI.
Hardware
The Progress servers execute the QAD Standard Edition code for the QAD .NET UI clients. The machine on which these servers run should be sized similar to a server running QAD Standard Edition for an equivalent number of character clients.
Progress Components
Perform a complete installation of the Progress components by choosing the complete installation option.
If you are using a local host connection, WebSpeed must be installed on the QAD Standard Edition database server. For client/server connections, install the WebSpeed software on either the database or Web server.
Verify Progress Components
Depending on your operating system, validation steps and commands will vary. The first step should be to validate that you have the needed components using the showcfg command.
Use the following sequence of command-line entries to validate Progress components. The database servers must be running before starting the WebSpeed brokers. Run these from ProgressInstallDir/bin:
AdminServer
./proadsv -start
./proadsv -query
NameServer
./nsman -name NS1 -start
./nsman -name NS1 -query
WebSpeed
./wtbman -name wsbroker1 -start
./wtbman -name wsbroker1 -query
./wtbman -name wsbroker1 -stop
AppServer
./asbman -name asbroker1 -start
./asbman -name asbroker1 -query
./asbman -name asbroker1 -stop