tcserver

Where is the jar that contains com.springsource.tcserver.serviceability.logging.TcServerLogManager?


I have a TC server instance that works fine, however, a different instance created from the same template craps out with: Could not load Logmanager "com.springsource.tcserver.serviceability.logging.TcServerLogManager" java.lang.ClassNotFoundException: com.springsource.tcserver.serviceability.logging.TcServerLogManager

and I can't find where the jar that contains it on the instance that works.


Solution

  • I assume you are using tc Runtime 7.0.x? That class is added to the tomcat-juli.jar in the bin directory and the tomcat-juli.jar in the bin/extras directory.

    -Jason