the beans i specified within the config file were not clustered. I moved applicationContext.xml up a level out of the config directory i.e. into my working directory and altered tc-config.xml to
Joined: 12/05/2006 10:22:37
Messages: 685
Location: Terracotta, Inc.
Offline
I believe this path is compared against the paths of the resources used to load your bean definitions. I assume you're using a FileSystemXmlApplicationContext, so that would be FileSystemResource.
You can enable location information in your config and the bean def resource locations will be logged:
I'm using the ClassPathXmlApplicationContext and have "config" on the classpath so putting "config" into the <PATH> element would throw terracotta completely of the scent.