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
3
votes
2 answers

spring profile not activated on STS tc Server

I have a project with Spring profile In my web.xml, i have spring.profiles.default dev to set the default spring profile. I build the maven project with…
SooCheng Koh
  • 1,911
  • 3
  • 18
  • 32
3
votes
1 answer

Oracle UCP high CPU usage on Java 1.7 + TC Server

Some time ago we've moved one of our web apps from Resin and Java 6 to VMware vFabric tc Server and Java 7. This also included moving all JNDI datasources from Resin implementation to Oracle UCP. I've noticed that my CPU usage is extremely high,…
madhead
  • 25,830
  • 14
  • 131
  • 174
3
votes
1 answer

exception deploying maven/spring app in vmware vfabric tc server

I had the same issue as here. I tried adding the Maven Dependencies in Deployment Assembly as suggested in the first answer, but then a lot more errors come up. It is not aknowledging the libraries. Here is a bit of the log (this same exception…
Neets
  • 3,637
  • 10
  • 28
  • 45
3
votes
1 answer

does Spring Insight need tcServer, or can it work with Eclipse and Tomcat?

does Spring Insight need tcServer, or can it work with Eclipse and Tomcat? I see some tutorials on Spring Insight, but all of them seem to use tcServer.
rk2010
  • 3,261
  • 7
  • 25
  • 39
2
votes
4 answers

How to specify VMware vFabric configuration?

I've installed SpringSource Tools suite and that automatically installs the VMWare vFabric Server as the default test Server. On my project, when I select "Run on Server" it complains that the /Servers/VMware vFabric tc Server Developer Edition…
Mark Kadlec
  • 7,096
  • 15
  • 58
  • 93
2
votes
1 answer

Spring boot admin without embedded Tomcat

I'm trying to deploy spring-boot .war application on standalone servlet container (Pivotal tc Server) and have issue with spring-boot admin page. When I run app using spring-boot:run command, I have proper boot spring-boot admin UI page, but when I…
stinger
  • 2,914
  • 1
  • 14
  • 26
2
votes
1 answer

java.lang.OutOfMemoryError: unable to create new native thread message but not a lot of threads running

On a linux server with 6 java processes running tc-server with different web-applications, sometimes several servers stop working (almost at the same time) because of this error: Exception in thread "ajp-bio-9096-Acceptor-0"…
Edwin
  • 2,603
  • 2
  • 18
  • 24
2
votes
1 answer

How to fix "The JAVA_HOME environment variable is not defined" in Ubuntu Server

I'm trying to set up a java web app, and I keep getting the error The JAVA_HOME environment variable is not defined. Here is what I'm trying to do: user: /dir... $ /opt/pivotal/pivotal-tc-server-standard-3.1.3.SR1/tcruntime-instance.sh create…
aCarella
  • 2,032
  • 7
  • 41
  • 75
2
votes
1 answer

How to setup tree cache in tc server

I want to migrate an aplication which is currenty runnung in jboss 7 to tc server 2.9.6. In jboss we were using infinispan tree cache for caching. Is it possible to set up the same for tc server or I have to use any other caching techniques in tc…
Aldrin Rodrigues
  • 129
  • 1
  • 10
2
votes
1 answer

Spring 4, STS 3.7 tc server 3.1.1. how to enable insights for my existing web application?

I am new to Spring framework even though i have been a java dev for quite some time. I am impressed by the spring insight application demos in you tube and want to use it in my application. How ever, when i try to create a new tc server using the…
2
votes
1 answer

Getting HTTP 404 Error in Eclipse project

I'm trying to learn how to run a Spring MVC project on a server (still very new at this), and I'm getting an http 404 error.. I'm using Eclipse Luna 4.4.1, Java 7, Spring 4.1.4 and Pivotal tc server 3.0.2 on a Windows 7 machine. Before I go further,…
Kyle Walker
  • 551
  • 3
  • 12
  • 25
2
votes
2 answers

sts 3.6.1: default server is not added to workspace; cannot select tomcat7 for Pivotal 3.0

When I was using STS 3.6.0 a default 'Servers' folder (Vmware vFabric v2.5 - v.2.9) was always added to any new workspace I created. Since installing STS 3.6.1 I am no longer seeing a default 'Server' being attached to the workspace. It appears that…
mjj1409
  • 2,826
  • 3
  • 26
  • 27
2
votes
0 answers

IllegalStateException: in SimpleFrameBuilder when running grails app in tcserver w/ insight

I am trying to profile a grails application using insight. Grails - 2.4.0 or 2.4.1 (tried 2.4.1 to see if it fixed my issue) GGTS - 3.5.0 w/ eclipse 4.3.2 tcserver - VMWare vFabric tc Server Developer Edition (Runtime) v2.9 (from within…
2
votes
1 answer

eclipse STS - tc Server Instances Won't Start Following STS Update

When I start tc Server from STS, I get this error Server TC7 failed to start and the following message turns up in the console: Error opening zip file or JAR manifest missing :…
Planky
  • 2,578
  • 2
  • 27
  • 38
2
votes
1 answer

How do I configure spring-loaded with spring tc server?

I run my spring based web application using spring tc server. I run tc server from the command line. D:\vfabric-tc-server-developer\base-instance\bin>tcruntime-ctl.bat run I just came to know about spring loaded which is a JVM agent for reloading…
ashishjmeshram
  • 11,077
  • 50
  • 148
  • 224