Questions tagged [tcserver]

Pivotal tc Server is a 100%-compatible drop-in replacement for Apache Tomcat.

tc Server is a commercial application container that provides a lightweight, scaleable application container for and apps based on , coupled with application performance management via , session state cache and cache via , connectivity, and 24/7 technical support backed by Apache Tomcat committers.

tc Server runs on virtual and cloud-based environments, including , , , and , and on a range of operating systems, including , , , and . tc Server can be installed via , and , and can be monitored using .

tc Server’s 100 percent binary application compatibility with Apache Tomcat ensures a seamless migration path for applications currently certified for Tomcat.

Product page: http://www.gopivotal.com/products/pivotal-tc-server

105 questions
2
votes
1 answer

How do I run a javascript project in SpringSource Tool Suite / Eclipse?

I am using STSS 3.1 (GGTS version). I have created a small JavaScript project in STS and would like to run it using the internal vFabric tc server. The server reports that it started correctly, and the home page (showing a bunch of help links…
Gene Golovchinsky
  • 5,991
  • 7
  • 47
  • 80
2
votes
1 answer

Replacing jars in tc server

I have created two Projects in STS One is common which will be bundles as a jar file in Maven. I have another Project EntWeb which has a depndency on common.jar. The EntWeb will be generated as war file and will be deployed in tc server. The problem…
Anand PN
  • 71
  • 3
2
votes
0 answers

Spring transaction annotation throws Rollback Exception for tcserver 7.0

I have a scenario, where I am using Spring Transaction management with JDBC and tcServer 6.0. Below snippet code @Transactional(rollbackFor = Throwable.class) public int dropDynamicModelTables(String namespace) { .... some DML operations are…
chaosguru
  • 1,711
  • 3
  • 26
  • 40
2
votes
1 answer

Spring-insight source, design and alternatives

I've a few questions regarding the Spring-insight technology. Is Spring-insight open source? I was curious to see the underlying design. I could fine the plugins' source but not the entire package (is it part of tc-server). Can this data be…
Swapnil
  • 7,762
  • 4
  • 34
  • 56
1
vote
4 answers

Class load error on Spring MVC project for Spring newbie

Warning: newbie alert! I'm in early days of learning Spring and am trying to get my first app up and running which will simply read some data from a DB and display it. I'm using SpringSource Tool Suite 2.8.0.RELEASE. I've created a new Spring MVC…
CodeClimber
  • 4,298
  • 8
  • 43
  • 53
1
vote
0 answers

Can I publish only one project in my eclipse workspace to the web server?

I have an eclipse (actually STS springsource tool set) workspace which contains several projects - each one is a separate web site (all hosted on the same server). I set all building and publishing options to be manual (I don't like automatic). I…
thedrs
  • 1,302
  • 10
  • 27
1
vote
1 answer

Do transient properties in grails effect memory usage of an application?

I am using transient properties per domain class. Some of them have more than 10. I am experiencing a very slow application. I started analysing it using tc server. the most part of loading time is consumed by rendering gsp-files. is there any…
skurt
  • 969
  • 2
  • 11
  • 29
1
vote
2 answers

SpringSource Tool Suite - can't run a Spring Template Project

I'm trying to learn about Spring using SpringSource Tool Suite. I haven't had much successful experience with either at this stage. So far I've been able to install STS and create a new project, but haven't gotten much further. The problem seems to…
Luke Eller
  • 623
  • 1
  • 7
  • 20
1
vote
1 answer

T24 Telnet Connection on TCP Port Using Python

How can we interact with temenos t24 TCServer on TCP port using Python libraries like telnet or socket? Has anyone worked on this area?
Code Error
  • 53
  • 3
1
vote
5 answers

Publishing to pivotal tc server has encountered... Unable to start tc server

I have recently installed the new STS 3.8.3 release. And immediately after I started adding dependencies to maven, my tc server stopped working and this error came up I cant understand the problem, It came after I updated my repository indexes. The…
eccentricCoder
  • 779
  • 1
  • 10
  • 31
1
vote
1 answer

how to create tc server instance

I have already installed Pivotal tc Server Integration for Eclipse by this link Drag to install But I can't create server instance. where is it default directory ? Pls help.
wilson
  • 271
  • 5
  • 20
1
vote
3 answers

Two servers configured in Hybris why? what is the purpose of these two servers

In Hybris two servers available. One is tcServer and second is tomcat server. What is the use of the two servers and why these two, and what are their purpose? Is it mandatory to use these two?
Sanjay Derangula
  • 77
  • 1
  • 2
  • 9
1
vote
1 answer

How to restart tcserver instance within docker?

I am using docker to create a tcserver instance and it is successfully stopped when I do ./tcruntime-ctl.sh stop However, the instance is not successfully restarted when I do ./tcruntime-ctl.sh run The reason being that PID file(PID=1)…
meallhour
  • 9,007
  • 13
  • 36
  • 72
1
vote
1 answer

Pivotal tc Server failed to start in Spring tool Suite

I have a problem setting up the environment in my Spring tool Suite. It's as simple as not being able to start the server successfully. Because whenever I start it, it returns this error: Error: Could not find or load main class …
Harold Decapia
  • 325
  • 8
  • 20
1
vote
1 answer

Console logging does not work in Pivotal TC server of STS 3.6.4.RELEASE

I upgraded to STS 3.6.4.RELEASE and found the console logging does not work. On further research this is what I found These VM arguments were added in TC…
Himalay Majumdar
  • 3,433
  • 12
  • 53
  • 87