1) Install JDK by run jdk-6u45-windows-i586.exe 2) Install Tomcat by run apache-tomcat-6.0.37.exe Please use directory like C:\Tomcat 3) Go to the System properties -> Advanced -> Environment variables -> System variables CATALINA_HOME C:\Tomcat JAVA_HOME C:\Program Files\Java\jdk1.6.0_45\bin\ 4) Stop Tomcat in services if it is running 5) Configure UTF-8 Edit Tomcat\conf\server.xml and add useBodyEncodingForURI="true" into connector for port 8080 Result like: <Connector port="8080" protocol="HTTP/1.1" useBodyEncodingForURI="true" connectionTimeout="20000" redirectPort="8443" /> 6) Configure maximum of heap size Maximum heap size: this is the maximum amount of heap memory the Java Virtual Machine (JVM) is allowed to allocate. In the case of most JVMs, the default setting of the maximum heap size is 64MB. You can increase the maximum heap size of applications by setting the -Xmx JVM parameter. For example -Xmx1024m allows maximum 1GB (1024MB) heap to be allocated for the JVM. Note: it is recommended to specify a considerably lower value than the amount of physical RAM in your system, so the operating system and other applications will also have enough space. Otherwise the swap memory of the operating system will be used, which can result in high disk activity, and reduced system performance. 7) Run Tomcat in Services 8) Go to Apache Tomcat 6 properties in Services and change Startup type to Automatic 9) Use web brouser http://127.0.0.1:8080/ Click to Manager and deploy ApplStream.war 10) Copy AccessFile.acc to C:\Tomcat\secure\ 11) Click to ApplStream or use link http://127.0.0.1:8080/ApplStream/ApplStream.do 12) Insert your DB server, listener port and instance name/service/SID in Database connection Administration. Setup user password for APPL_ADMIN. 13) Login as APPL_ADMIN 14) Click to Settings and configure ApplStream