EZilla Group
EZilla Group
EZilla Group
October 2009
1. Introduction
Tomcat 6.0
MySQL 5.0
Jetty 6.1
axis2.war
xstream-1.3.1.jar
mysql-connector-java-5.1.7-bin.jar
CDSTORE_TABLE_CREATION.sql
test_data.sql
CDSTORE.war
order.aar
productcategory.aar
user.aar
.keystore
1. Set up database
a. create an database CDSTORE in MySQL, grant all privileges to user ezilla with password
ezilla
b. execute CDSTORE_TABLE_CREATION.sql to create tables in database
c. execute test_data.sql to insert some testing data into tables
2. Deploy CDSTORE.jar
a. put CDSTORE.war into %TOMCAT_HOME%/webapps
b. put .keystore into %TOMCAT_HOME%/CDSTOREkeystore/.keystore
c. put xstream-1.3.1.jar into %TOMCAT_HOME$/lib
d. change the connector part number to 80 by modifying %TOMCAT_HOME
%/conf/server.xml
2. Configurations
1. Configuration Tomcat for SSL
xstream-1.3.1.jar: to transform back and forth the Java object and xml string