Tuesday Jul 31, 2007
DSEE is not officially supported for SUSE
-Install Suse9
-Configure Network
/etc/init.d/network stop
/etc/init.d/network start
-Add patch SP3 (from patch installer)
-Download DSEE zip install packages
-Setup DSEE as "root" user
dsee_deploy install -i INSTALL_PATH
-Setup DSEE
dsccsetup ads-create
dsccsetup status (To verify)
-Download latest Java 1.6 from java.sun.com and install
sh jdk-6u2-linux-i586.bin
-Download latest tomcat tar ball and install
tar -xvf apache-tomcat-6.0.13.tar
-Configure tomcat
Setup JAVA_HOME, CATALINA_BASE,CATALINA_HOME
-Configure tomcat
mkdir ${CATALINA_BASE}/webapps/dscc
unzip -d ${CATALINA_BASE}/webapps/dscc ${DSEE_DIR}/var/dscc6/dscc.war
Add the following snippet in ${CATALINA_BASE}/conf/web.xml
init-param
param-name enablePooling param-name
param-value false param-value
init-param
-Start tomcat
startup.sh
-Verify the application
http://hostname:8080/dscc