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
0 answers

Blank screen when requesting Spring Insight at http://localhost:8080/insight

I get a blank screen when opening the page ...host:8080/insight to view the report from Spring Insight on my web app deployed on vfabric-tc-server-developer-2.9.3.RELEASE It happens if I start the server from within STS 3.5.0.RELEASE or outside and…
Stephane
  • 8,110
  • 16
  • 85
  • 135
0
votes
2 answers

How to setup TC Server Developer Edition (in STS) and accessing a UNC path

I Have a java project running in Spring Tool Source IDE in an instance of TC Server Developer Edition and I need to access a UNC path share on our network. How do I configure the TC Server Developer Edition to use our "Service Account" that has been…
saunderl
  • 1,618
  • 2
  • 16
  • 31
0
votes
1 answer

tc-server 2.9.2 Logfactory error

When Iuse the latest tcsever 2.9.2, I am getting this error. ERROR | wrapper | 2014/01/21 19:06:47 | JVM exited while loading the application. INFO | jvm 4 | 2014/01/21 19:06:47 | Exception in thread "main" java.lang.NoClassDefFoundError:…
Mok
  • 249
  • 1
  • 4
  • 15
0
votes
1 answer

tc-server log4j logging configuration file is missing. Logging may cause faults

I am using vfabric-tc-server-developer-2.7.0 on windows 7. On my instance I get the following error on startup. "log4j logging configuration file is missing. Logging may cause faults." My wrapper log: INFO | jvm 1 | 2013/09/24 10:40:09 | Sep…
Haim Raman
  • 10,340
  • 6
  • 39
  • 62
0
votes
1 answer

Deploy Spring MVC with Maven to Tc-Server in Ubuntu

First of all I want to let you know that this is my first project in Spring. I have built a web application using Maven , SPring MVC and Hibernate that connects to an SQL Database. SO far all the deployment has been done in an amazon instance using…
sm13294
  • 563
  • 6
  • 23
0
votes
1 answer

SpringSource Tool Suite: Infinite redirect in vFabric tc server (tomcat)

I'm running SpringSource Tool Suite 3.2.0.RELEASE. I have a working application that runs just fine when configured to launch from root context ("/"). I need to move this to a subdirectory (e.g. localhost:8080/myapp ). When I do this in the included…
roufamatic
  • 17,295
  • 7
  • 53
  • 84
0
votes
1 answer

Can't read tc Server property [PropertyDecoder] due to a NoSuchAlgorithmException

My workmate and I are on the same environments: Spring Tool Suite 2.9.2 (Eclipse 3.7.2) Java 6 update 43 VMware vFabric tc Server v2.5, v2.6, v.27 (tomcat-7.0.20.B.RELEASE) My server has no problems when starting; however, his server has the…
theblang
  • 9,669
  • 9
  • 61
  • 116
0
votes
1 answer

Overriding Spring MVC context config location generates error

I keep getting this error when trying to initialize my app (it seems to actually work fine but its disconcerting) SEVERE: Exception sending context initialized event to listener instance of class…
flips
  • 198
  • 1
  • 1
  • 15
0
votes
1 answer

STS tcServer - Restful web service configuration

I am trying to create a hello world restful(jersey) webservice. I am using Spring tool suite and the native vFabric tcServer. Following is the URL : /localhost:8080/example/rest/hello which gives 404. I have ensured all the jars are present in the…
aces.
  • 3,612
  • 9
  • 36
  • 48
0
votes
1 answer

Are there any known issues with SpringSource-TC-Server and Java7?

We are using SpringSource-TC-Server and we are considering upgrading to java7. (Currently using java6). We have not seen any reports on SpringSource-TC-Server not working well with java7 but we do not know of any name worthy projects that have…
RonK
  • 8,946
  • 7
  • 44
  • 82
0
votes
1 answer

How to change context path of where beans are found

I'm receiving this error when starting my app : java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/spring/servlet/servlet-context.xml] I don't know why Spring is searching for servlet-context.xml . All of my…
blue-sky
  • 45,835
  • 124
  • 360
  • 647
0
votes
1 answer

Integrating SpringSource with XAMPP server

I am going to ask if there's a way to add the XAMPP Tomcat Server to the SpringSource Tool Suite's server list under the Server project folder?
David B
  • 2,725
  • 11
  • 44
  • 76
-1
votes
3 answers

How to connect two docker containers together?

I have a docker container with tcserver on it with the UI of an application on it. I have a second docker container that is also running tcserver but this one has the applications engine. I am trying to get these two to talk to each other somehow…
V Kay
  • 11
-1
votes
1 answer

Configure tcServer in Hybris

How can I configure tcServer in Hybris? I have found the tcServer setting in /bin/platform/project.properties, which properties need to be configured? tomcat.context.template=${HYBRIS_CONFIG_DIR}/tomcat/tomcat_context.tpl # The directory into which…
-1
votes
1 answer

Maven project with maven-shade-plugin doesn't deploy to SpringSource Server correctly

We assemble a war file from several Maven based projects. One of the projects uses maven-shade-plugin to include additional library inside its target jar file. Let's call it x.jar for the sake of this discussion. When maven builds the war file it…
1 2 3 4 5 6
7