Installing Apache Tomcat and Axis
CT-V is built to run on an existing Apache Tomcat/Axis2 installation. Since you may want to install SOAP Tomcat/Axis2 just to test the product, this appendix describes the installation of SOAP Tomcat/Axis2. It also explain some troubleshooting tips to get this web server running. These instructions should not be used to create a secure, professional, efficient or production-ready web server. These instructions are here to give you a quick way to test our Thales product.
These instructions were tested using Apache Tomcat 7.x.x and Apache Axis2 1.8.2. Your results may vary. Prerequisite:
- JRE must be installed and JRE_HOME must be set. Alternatively, you can use JDK and set JAVA_HOME.
To install Apache Tomcat 7.x.x on Windows:
- Navigate to http://tomcat.apache.org/. 
- Select the Tomcat 7.x.x under the Download heading. 
- Download the binary for your environment. (Windows users will benefit from the installer file.) 
- Check the signature and md5. 
- Extract the files. 
- Set the %CATALINA_HOME% environment variable. The apache-tomcat-7.x.xx folder is %CATALINA_HOME% 
- Start Tomcat, either by running $CATALINA_HOME\bin\Tomcat7.x.exe, or by starting the service from the control panel. 
- Open a web browser and navigate to http://localhost:8080/. You should see the Tomcat welcome page. - Note - Tomcat’s RUNNING.txt file, in $CATALINA_HOME\webapps\docs\, has troubleshooting tips if the install fails. 
To install the Apache Axis2 1.8.2 war file:
- Navigate to http://axis.apache.org/axis2/java/core/index.html. 
- Select Releases under the Downloads heading. 
- Download the war file for version 1.7.8. 
- Check the signature and the md5. 
- Extract the file. 
- Move the war file to the $CATALINA_HOME\webapps. Tomcat will use the war file to create the axis2 directory. 
- Open a web browser and navigate to http://localhost:8080/axis2/ 
- Open a web browser and navigate to http://localhost:8080/axis2/services