Questions tagged [pivotal-tc]

8 questions
2
votes
0 answers

Unable to add Pivotal Server in Spring tool suite

I am using Mac PC and "Spring Tool suite" latest version based on eclipse "4.11.0" I want to run the project using pivotal server, I am trying to add pivotal server. Because their is no server added to my project getting error as bellow "The…
0
votes
0 answers

log4j2 is logging to console only and not logging to a file after server shutdown/startup

I have a pivotal tc server SE running. There is a springboot web app deployed with log4j2 logging framework configured. The log4j2 properties has console and file logging enabled with TimeBasedTriggeringPolicy enabled which creates new file every…
Chethan B
  • 1
  • 2
0
votes
1 answer

Is pivotal cloud foundry is support to windows 7 32 bit?

I am new to cloud deployment,i started to learn it so i tried to install PCF in machine(windows 7 32bit) but i can get pcf(pivotal cloud foundry)windows 64 only,i cannot get the windows 32 bit version. Is pivotal cloud foundry is not support to…
Ramesh C
  • 83
  • 9
0
votes
1 answer

The Tomcat installation directory is not valid. It is missing expected file or folder tcruntime-ctl.sh

Even after searching too much i couldn't find any suitable answer for my problem. I am using Spring Tool Suite and trying to create a new server but getting error as The specified server is not valid. The .tc-runtime-instance file is missing. So, I…
Guneet Kaur
  • 512
  • 1
  • 6
  • 23
0
votes
1 answer

How to add Web module in STS 4?

I have projects which has a war file in it, but unable to add web modules in it. I have installed the plugin in my STS 4, plugin name - Eclipse Java EE Developer Tools 3.13. I have refered the below question How to add web project module in…
Javasist
  • 393
  • 3
  • 11
0
votes
1 answer

Unable to run the project in pivotal tc server 3.2

When I try to my project run on server in STS, it shows me the window as this, And errors in STS like: java.lang.Error: org.apache.catalina.LifecycleException: Failed to initialize component [StandardServer[-1]] at…
0
votes
1 answer

Runtime server in Spring tools suite 3.9.4 OSX

I' m starting with Spring MVC. I work in a MacBook Pro with Spring Tools Suite 3.9.4. I configure a Pivotal Server but when I try to add the libraries in my Java Build Path, STS don't find my Runtime Server. Add I can add Libraries. In Windows I…
0
votes
1 answer

How to configure pivotal tc in Eclipse to use log4j configuration instead of its own loggingmanager?

In Spring Tool Suite's (STS) version of Eclipse, Pivotal TC insists on using its logging manager, which subterfuges my log4j.xml . Part of my running the server in the IDE is to ensure that the whole package including spring and logging config in…
Blessed Geek
  • 19,240
  • 21
  • 96
  • 165