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
0
votes
1 answer

TcServer create a cluster-node template based on tomcat-8

I am using TcServer Release 3.1.0 on a Windows Environment, specifically the "cluster-node" template, the problem consist that when I run the command to create the server it's based on tomcat-7, and I need it to be based on tomcat-8, here is the…
0
votes
1 answer

How to make mail notification/alert

I'm using Spring-Insight and Pivotal tc server to deploy and monitor two Spring applications but I have to create some alerts in case of threshold violation. Do you know if this is possible to make this alerting system without creating a customized…
Camille Gerin-Roze
  • 3,668
  • 1
  • 8
  • 14
0
votes
1 answer

Local tc Server 3.1 instance ends @ViewScoped and @SessionScoped beans

UPDATE: Any @ViewScoped and @SessionScoped beans' lifecycles are not what would be expected. That is, they are ending sooner than they should. For instance, when an ajax postback is done where the method returns void neither @ViewScoped or…
cfreih
  • 100
  • 4
  • 9
0
votes
0 answers

TCServer 3 versus 2 - Classloading issues

We've run our applications on TCServer 2.9 for around 5 years now. We recently decided to migrate to TCServer 3.1.2 (Tomcat 8). However, the very same application that worked in 2.9 stopped working in 3.1.2. There are two apps, the first one, a…
kirenpillay
  • 199
  • 1
  • 4
  • 6
0
votes
0 answers

How to disable any data source resource during startup in tomcat or tcServer

In TcServer or Tomcate, Data source resource's which we create are getting loaded during startup. is there any way to stop any resource during startup. Actually i have two data source resources with two different connection pooling. want to enable…
0
votes
1 answer

EJB,JAX-WS support by Spring tcServer

I see tcServer is built on Apache Tomcat. So the support of EJB,JAX_WS support is not available on tcServer/ApacheTomcat. But Apacahe Tomcat has other versions like TomEE+ or integrating OpenEJB, provides support for EJB,JAX-WS. So, is there similar…
naamadheya
  • 1,650
  • 3
  • 18
  • 26
0
votes
0 answers

Springsource not showing up in - Define a new server list

Application using: springsource-tool-suite-2.5.1.RELEASE-e3.6.1-win32 Issue: Unable to add spring source tc server in sts Reason: springsource>s pringsource tc server is not present in the list I am struggling to add springsource server in sts.…
0
votes
0 answers

Tomcat exploding war, but not deploying

I am using tcServer (Tomcat 7 wrapper) to deploy a war file. I have successfully deployed the war file on machine A. Machine A runs on an older version of centOS and java, and the war is deployed fine. When I try to deploy the war (exact same dist.…
Dax Durax
  • 1,127
  • 3
  • 16
  • 29
0
votes
1 answer

Spring application fails on startup with NoClassDefFoundError when deployed in tc Server with Insight

I have a Spring-based app (packaged into a WAR) that runs fine in Jetty and "ordinary" Tomcat 7, but produces strange NoClassDefFoundError when it's deployed into tc Server with Spring Insight. The class that it's complaining can't be found is…
E-Riz
  • 28,616
  • 7
  • 83
  • 119
0
votes
2 answers

jvm argument with "&" fails

I am using a tc-server and I need to set different URLs based on environment. We have this practice of setting it as a jvm argument and using it in the application. When i try the property like below in setenv.sh, the server does not even come up.…
minion
  • 4,037
  • 2
  • 15
  • 32
0
votes
1 answer

Using Spring Boot Web Application with Pivotal TC Server

I refactored my project as a Spring Boot application from inside Spring Tool Suite. All the documentation shows how to create a self contained application with an embedded Tomcat instance which works and is great. Before this however I had my own…
IcedDante
  • 4,991
  • 10
  • 49
  • 81
0
votes
1 answer

How to use JNDI with the tc server and postgresql in STS? (Unable to create initial connections of pool.)

I want to use JPA/JNDI, as my experience with Netbeans and Glassfish has been that I could configure database settings at the server and so I'd be able to publish to different servers without changing anything in the code or configuration. I don't…
richard
  • 59
  • 1
  • 12
0
votes
1 answer

tc server embedded in Spring tools fails to load JNI shared library

vFabric tc server fails to load my JNI libraries when starting a Spring bean that executes 'System.loadLibrary("...")'. Indeed, I need to execute some JNI shared library from my Spring beans deployed in vFabric tcServer edition (STS) Spring Tools…
berhauz
  • 1,928
  • 1
  • 14
  • 21
0
votes
1 answer

getParameterMap() missing passed parameter that is in getQueryString()

I have a java servlet app that we are porting from WebSphere to TC Server and upgrading from java 2 to java 7. In testing we discovered that parameters ending in a % sign (including passwords) were being lost. here is an example fragment…
saunderl
  • 1,618
  • 2
  • 16
  • 31
0
votes
0 answers

Increase vfabric tc server startup time

I have installed vfabric-2.9.5-developer server on my machine and I have created stand-alone server instance using tcruntime-instance.bat and tcruntime-ctl.bat scripts. When I deploy war file on this instance, server runs out of time. I noticed this…
sk2013
  • 13
  • 1
  • 2
  • 9