I am going to update the module documentation right after sending this, but just in case you are trying to get TC running underneath a Websphere application, there is a step the site does not mention here:
http://www.terracotta.org/confluence/display/docs1/Integrations +Websphere The step is to make an IBM JDK bootjar. Here's the problem I see users can land upon. Download TC, and run the demos and you will automatically generate a bootjar for your JDK found in $JAVA_HOME. So, you would conclude, "okay, I have Websphere running and TC running so let me follow the directions for connecting the 2 and I will be done." But, Websphere needs to run with the IBM JDK which is in $WEBSPHERE_HOME/lib/java. So, make sure to change your $JAVA_HOME to the IBM JDK that ships inside your websphere distro and run make-boot- jar.sh [or .bat as appropriate] so that Websphere will actually successfully start with TC plugged in underneath. --Ari _______________________________________________ tc-dev mailing list [email protected] http://lists.terracotta.org/mailman/listinfo/tc-dev
