Environmental Setup Document
Environmental Setup Document
Document
e-Tax Project
Author:
Kulanthai Velu Sankaran
1. Components/exe required for setup:
a. Apache HTTPD server version 2.2.10
b. Jboss Application Server 4.0.5 GA
c. Apache-Jboss/Tomcat Connector 1.2.27
d. MySQL 5.0
e. MySQL Connector/J 5.0 for Java
f. Apache-Ant Build Tool
2. Steps:
The following steps will try to configure the components required in the path: C:\etax\.
s. To make sure that jboss accepts connections from apache, modify the Engine
element of C:\etax\jboss\jboss-4.0.5.GA\server\default\deploy\jbossweb-
tomcat55.sar\server.xml as below:
<Engine name="jboss.web" defaultHost="localhost" jvmRoute="node1">
3. Let us now deploy the ear file (assuming the fact that ear is already in hand else we
would have to build one). Copy the etax.ear to location C:\etax\jboss\jboss-
4.0.5.GA\server\default\deploy\. Below are the steps to build and deploy the code:
a. Unzip the codebase zip sent and extract in the folder c:\etax\etax_ws
b. The folder structure looks like below:
f. Open command prompt and enter the following commands one by one.
set path=%path%;C:\etax\apache-ant-1.7.1\bin;
cd C:\etax\etax_ws\build\
ant