Wednesday, July 8, 2009

Deploying CIS (Content Integeration Suite) on Tomcat running on Linux

Deploying CIS (Content Integeration Suite) on Tomcat running on Linux

Deploy the "war" files to the webapps directory of tomcat

In tomcat home/bin directory there is file "setclasspath.sh" , make a backup of this file

Open the file , search for CLASSPATH definition
you could see it as
"CLASSPATH="$JAVA_HOME"/lib/tools.jar"
Now edit it so that , it has the path to "adapterconfig.xml" file location
In my system the "diff" command shows

root@joseph-laptop:/opt/apache-tomcat-5.5.27/bin# diff setclasspath.sh setclasspath.sh.org
72c72
< CLASSPATH="$JAVA_HOME"/lib/tools.jar:/home/joseph/ucm/check/config
---
> CLASSPATH="$JAVA_HOME"/lib/tools.jar
root@joseph-laptop:/opt/apache-tomcat-5.5.27/bin#

No comments: