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
39
votes
4 answers

Tomcat vs Pivotal tc Server

Could anyone advise as to the pros and cons of using Pivotal tc Server as opposed to just vanilla Tomcat for a Spring-MVC Java web application? Could find very little about Pivotal other than on their website and the fact it's packaged as part of…
Steve Chambers
  • 31,993
  • 15
  • 129
  • 173
14
votes
2 answers

How to see org.codehaus.jackson log messages - using logging.properties

I am trying to deserialize incoming PUT request with JSON request body using org.codehaus.jackson package and I am receiving error message The request sent by the client was syntactically incorrect. How can I get more detailed log/error messages in…
TomR
  • 2,107
  • 5
  • 27
  • 48
8
votes
4 answers

Port 8080 required by VMware vFabric tc Server Developer

I'm using STS (SpringSource Tool Suite) which comes with VMware vFabric tc Server Developer Edition v2.6. The problem is, every time I start it, it shows the following error: Port 8080 required by VMware vFabric tc Server Developer Edition v2.6 …
Neets
  • 3,637
  • 10
  • 28
  • 45
5
votes
3 answers

No mapping found for HTTP request with URI [/myproject/] in DispatcherServlet with name 'appServlet'

I'm absolutely newbie with Java and Spring and I want to learn from example. I'm using an out-of-the-box configuration / installation Mac OSX Springsource Tool Suite as IDE Spring 2.8.1.RELEASE vfabric-tc-server-developer-2.6.1.RELEASE I've tried…
Marc Pou
  • 619
  • 2
  • 7
  • 18
5
votes
2 answers

Pivotal tc server is not included in STS 4

I installed STS 4 for windows 10 64bit , and when I tried to create a server then Pivotal is not present ! How to include Pivotal server in STS 4 ?
pheromix
  • 14,975
  • 22
  • 72
  • 138
5
votes
4 answers

How to hot deploy JSP changes in maven app?

I have a maven web application. I am using springsource tool suite and its built in tc fabric server. Every time I make any changes I have to do mvn clean install and restart the server. Even for the JSP changes. Is there any way I can just make…
ashishjmeshram
  • 11,077
  • 50
  • 148
  • 224
5
votes
2 answers

Deploying to tc Server in Idea

I'm trying to run my application in Idea using tc Server Idea plugin and receive the following log Connected to server wrapper | Starting the VMware vFabric tc Runtime instance - tcruntime-C-STS-vfabric-tc-server-developer-2.8.2.RELEASE-insight…
Anatoly
  • 1,352
  • 3
  • 19
  • 38
5
votes
3 answers

Troubleshooting JVM CPU spikes

We're seeing an interesting (though quite severe) issue with one of our application servers: at a certain point in time, the CPU usage of the JVM running our web applications starts rising and keeps on rising until the applications eventually slow…
tmbrggmn
  • 8,050
  • 9
  • 33
  • 44
4
votes
1 answer

TC Server with Insight template not starting up

I am trying to install a TC sever(2.9) via Spring Tool Suite(3.2) and apply an insight template. But I get the following NoClassDefFoundError on startup: org.apache.catalina.LifecycleException: Failed to start component…
enkor
  • 7,389
  • 2
  • 29
  • 49
4
votes
3 answers

tcServer JVM crash - EXCEPTION_ACCESS_VIOLATION (0xc0000005)

We are attempting to deploy a Grails(v2.1.0) application onto our tcServer(v2.0.2), which we have done without issue in lower environments and are unable to start it up. Stacktrace: # A fatal error has been detected by the Java Runtime…
Joel Miller
  • 286
  • 1
  • 3
  • 9
3
votes
1 answer

Debugging JSPs using STS and the bundled vFabric tc Server

I have installed STS with the vFabric tc Server and am working on developing a web app using spring Roo. I'm able to set break points and debug through my controllers, but am running into what is probably a simple problem in the JSPs but when I set…
Angelo Genovese
  • 3,318
  • 14
  • 23
3
votes
1 answer

Start/stop application in tc server using JMX/Hyperic agent

Is there a way to start, stop or restart applications running within tcserver using JMX or using a HTTP request? For example, in tomcat 6.0, the following can be done to start an application: http://localhost:8080/manager/start?path=/examples When…
Prasanna
  • 3,483
  • 7
  • 41
  • 71
3
votes
2 answers

Create a Spring Insight template

I am just listing here the basic steps to create a Spring Insight web application using Spring tcServer developer edition. I haven't found much doco regarding this, so it could help some people. 1 - Download Spring Tool Suite here Download…
Bruno Chauvet
  • 176
  • 2
  • 7
3
votes
2 answers

Pivotal tc Server v.3.1 won't start

I've recently downloaded STS and I tried firing up the TC Server, but it gives this error: Server Pivotal tc Server Developer Edition v3.1 failed to start. Error: Could not find or load main…
Daniel Graham
  • 31
  • 1
  • 4
3
votes
2 answers

Spring Tool Suite 3.6.1 and Pivotal tc Server Developer Edition logging ignored

I was trying to alter the logging that takes place with Pivotal tc Server Developer edition 3.0 and I found out that the java process that starts the server never reads the logging.properties file in catalina base. I created a new Pivotal tc Server…
mario
  • 525
  • 1
  • 5
  • 15
1
2 3 4 5 6 7