When I start my tc server in STS 2.5.1, I get errors - and most of the errors go away when I add the following jars to the tc startup configuration:
From C:\springsource\tc-server-developer-2.1.0.RELEASE\spring-insight-instance\webapps\insight\WEB-INF\lib\
spring-core-xx.jar
commons-logging-1.1.1.jar
insight-repo-xxx.jar
spring-asm-xxx.jar
insight-common.xxx.jar
spring-web-xxx.jar
From C:\springsource\tc-server-developer-2.1.0.RELEASE\tomcat-6.0.29.B.RELEASE\lib
servlet-api.jar
Now I am getting:
java.lang.NoClassDefFoundError: com/springsource/insight/intercept/ltw/InsightClassLoader
Two questions:
1. Should I have to add these jars to STS? I would have thought that STS would know
how to start the tc server without having to modify the startup configuration.
2. Is the right list of jars?
3. What is the solution to the problem I'm having now?


Reply With Quote