Results 1 to 2 of 2

Thread: jars needed in tc server

  1. #1
    Join Date
    Mar 2005
    Posts
    7

    Default jars needed in tc server

    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?

  2. #2
    Join Date
    Oct 2008
    Posts
    493

    Default

    You shouldn't need to add any jars to get the server to start in STS.

    I'm going to move this to the STS forum as that's the most appropriate place for your question.
    Andy Wilkinson
    SpringSource

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •