facebook

Working TC server configuration

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #313177 Reply

    MalteB
    Member

    Just trying to config a working tc server 2.1 instance in my myeclipse IDE 8.6.1 and running into troubles.
    My problem is that the naming of the input fields (tc server home/base) do not match to the spring speach about their tc server installation structure (tc server installation (unzipped tc server), tc runtime (embedded Tomcat), tc runtime instance (created Tomcat runtime instance), e.g.)
    How does a working config look like to prevent errors like this?

    java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap
    Caused by: java.lang.ClassNotFoundException: org.apache.catalina.startup.Bootstrap

    Many Thank in advance.

    #313195 Reply

    support-swapna
    Moderator

    MalteB,

    I could configure the tc server 2.0 instance in MyEclipse IDE 8.6.1 and run it without issues.
    The tc server home should be pointed to the tomcat folder inside the springsource-tc-server-developer folder. The base and temp would automatically populate.

    Attached is the screenshot for the same.

    trying to config a working tc server 2.1 instance in my myeclipse IDE 8.6.1 and running into troubles

    I tried with tc sever 2.1 and I got the same error. There is a known issue with this version and their workaround of adding tomcat-juli.jar into the classpath did’nt work.

    So I suggest you cross post this to the SpringSource support forums. They will be the best people to answer it.

    Attachments:
    You must be logged in to view attached files.
    #313401 Reply

    criecke
    Member

    I was able to get MyEclipse 8.6.1 and tc server 2.1 to work by:

      – Set tc Server home dir to $TC_HOME/INSTANCE_NAME where $TC_HOME is the full path to springsource-tc-server-developer on your box. The other dirs will fill in accordingly
      – In Paths, add all JARs under $TC_HOME/tomcat-6.0.29.B.RELEASE to “Prepend to Classpath”
      – Also add all JARs under $TC_HOME/INSTANCE_NAME/lib to “Prepend to Classpath”

    A little too much config for my taste, but it seems to work.

    #313423 Reply

    support-swapna
    Moderator

    criecke,

    Glad that it is working. Thank you for posting your findings. It is surely of great help to other users.

    #313675 Reply

    MalteB
    Member

    Many thanks from my side, too.

    #313975 Reply

    support-swapna

    Does MyEclipse have this working or not? I followed “criecke” steps, and still cannot get anything to startup correctly. Is this truly SpringSource’s issue?

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Working TC server configuration

You must be logged in to post in the forum log in