|
Re: Stdout from Spring Boot app in CF
can you supply a simple sample example on github or similar that
demonstrates the issue? i haven't had issues with using spring boot logs on
CF before.
--
Thank you,
James Bayer
can you supply a simple sample example on github or similar that
demonstrates the issue? i haven't had issues with using spring boot logs on
CF before.
--
Thank you,
James Bayer
|
By
James Bayer
·
#1621
·
|
|
Re: Java Buildpack v3.2
chris,
congrats on the release. this has lots of very nice improvements. i thought
Luna HSM was more about a hardware security module for establishing trust
instead of a way to add entropy to a
chris,
congrats on the release. this has lots of very nice improvements. i thought
Luna HSM was more about a hardware security module for establishing trust
instead of a way to add entropy to a
|
By
James Bayer
·
#1620
·
|
|
Re: UAA user dynamic properties
Hi,
We do have plans to support custom attributes and is a roadmap item. This is however not in the immediate future.
Thanks,
Sree
Sent from my iPhone
Hi,
We do have plans to support custom attributes and is a roadmap item. This is however not in the immediate future.
Thanks,
Sree
Sent from my iPhone
|
By
Sree Tummidi
·
#1619
·
|
|
Stdout from Spring Boot app in CF
I can get a simple Java app stdout (deployed using cf push JavaClass) to go to firehose as logging messages. However, when I deployed a Spring Boot app, I don't get the logging (to stdout) messages
I can get a simple Java app stdout (deployed using cf push JavaClass) to go to firehose as logging messages. However, when I deployed a Spring Boot app, I don't get the logging (to stdout) messages
|
By
Qing Gong
·
#1618
·
|
|
Re: Add app monitoring agent framework in custom buildpack
Hi,
The Java Buildpack is under the Apache License so you can reuse the code as
you like but obviously you will need to rewrite it from Ruby to Java if
your buildpack is written in Java. The steps
Hi,
The Java Buildpack is under the Apache License so you can reuse the code as
you like but obviously you will need to rewrite it from Ruby to Java if
your buildpack is written in Java. The steps
|
By
Christopher Frost
·
#1617
·
|
|
Java Buildpack v3.2
I'm pleased to announce the release of the java-buildpack, version 3.2. This
release focuses on more options to configure JRE memory settings. It has
the following highlights:
- Memory calculator
I'm pleased to announce the release of the java-buildpack, version 3.2. This
release focuses on more options to configure JRE memory settings. It has
the following highlights:
- Memory calculator
|
By
Christopher Frost
·
#1616
·
|
|
UAA user dynamic properties
Hello everyone,
We're currently evaluating UAA to be used as Central Identity Provider in our system. And the issue for us is that It's not allowed to store additional user properties (you're limited
Hello everyone,
We're currently evaluating UAA to be used as Central Identity Provider in our system. And the issue for us is that It's not allowed to store additional user properties (you're limited
|
By
Viktor Khoroshko
·
#1615
·
|
|
Add app monitoring agent framework in custom buildpack
Hello,
I have a custom buildpack of my software and and I want to use NewRelic/CA Wily agent frameworks which is added in java-buildpack [1].
So may I know what all components of these agents I can
Hello,
I have a custom buildpack of my software and and I want to use NewRelic/CA Wily agent frameworks which is added in java-buildpack [1].
So may I know what all components of these agents I can
|
By
Swatz bosh
·
#1614
·
|
|
script cleanup in cf-release
Hi cf-dev,
This is a final reminder that we will be cleaning up the various scripts
that had sprawled across cf-release, deleting unused ones and moving the
rest to the scripts directory.
Moves:
*
Hi cf-dev,
This is a final reminder that we will be cleaning up the various scripts
that had sprawled across cf-release, deleting unused ones and moving the
rest to the scripts directory.
Moves:
*
|
By
Amit Kumar Gupta
·
#1613
·
|
|
Re: How to deploy a Web application using HTTPs
the standard way to do this is to terminate SSL at a load balancer, which
then forwards to the CF routing tier. the hop between the load balancer and
the cf router may be done with SSL. the network
the standard way to do this is to terminate SSL at a load balancer, which
then forwards to the CF routing tier. the hop between the load balancer and
the cf router may be done with SSL. the network
|
By
James Bayer
·
#1612
·
|
|
Re: cf push hanged in after package donwload
Hi David,
Looks like this question is a duplicate of the issue you just opened here: https://github.com/cloudfoundry/cf-release/issues/783
Please look for our response to this question in the next
Hi David,
Looks like this question is a duplicate of the issue you just opened here: https://github.com/cloudfoundry/cf-release/issues/783
Please look for our response to this question in the next
|
By
Amit Gupta
·
#1611
·
|
|
Re: consolidated routing api
Some of the proposed changes to the Routing API are backward incompatible.
We don't believe anyone is using it yet, as adoption has generally be
blocked on securing connections to Consul, but we'd
Some of the proposed changes to the Routing API are backward incompatible.
We don't believe anyone is using it yet, as adoption has generally be
blocked on securing connections to Consul, but we'd
|
By
Shannon Coen
·
#1610
·
|
|
Re: tcp-routing in Lattice
Hi Jack,
In addition to Atul's suggestions, could you please give us the exact
command lines which you used to launch the two apps?
The CLI arguments are tricky, we may be able to see something
Hi Jack,
In addition to Atul's suggestions, could you please give us the exact
command lines which you used to launch the two apps?
The CLI arguments are tricky, we may be able to see something
|
By
Marco Nicosia
·
#1609
·
|
|
Important changes in CF v217
This release introduces significant improvements to the security of the
consul cluster, however the operator must introduce these changes over the
course of multiple deployments. If you are not
This release introduces significant improvements to the security of the
consul cluster, however the operator must introduce these changes over the
course of multiple deployments. If you are not
|
By
Amit Kumar Gupta
·
#1608
·
|
|
Re: tcp-routing in Lattice
Its possible that HAProxy was not properly configured. Can you provide output of `ltc status <app name>`? This will tell if tcp route has been configured for the app.
Some things you can try:
1) You
Its possible that HAProxy was not properly configured. Can you provide output of `ltc status <app name>`? This will tell if tcp route has been configured for the app.
Some things you can try:
1) You
|
By
Atul Kshirsagar
·
#1607
·
|
|
Re: v3 cc api style guide feedback requested
Thanks Guillaume!
By
Dieu Cao <dcao@...>
·
#1606
·
|
|
Re: v3 cc api style guide feedback requested
Hi Dieu,
Here are corresponding issues/comments
Hi Dieu,
Here are corresponding issues/comments
|
By
Guillaume Berche
·
#1605
·
|
|
tcp-routing in Lattice
I'm playing around with the tcp-routing feature in the latest Lattice
release. I started two node.js applications in the pushed image (listening
on two ports), one mapped to an http route and the
I'm playing around with the tcp-routing feature in the latest Lattice
release. I started two node.js applications in the pushed image (listening
on two ports), one mapped to an http route and the
|
By
Jack Cai
·
#1604
·
|
|
Re: Loggregator not accessible, errors in the logs
Answers to your questions:
1. That error might be caused if your doppler servers aren't healthy and
therefore not listed in etcd. The traffic-controller polls etcd to discover
dopplers.
2. You do
Answers to your questions:
1. That error might be caused if your doppler servers aren't healthy and
therefore not listed in etcd. The traffic-controller polls etcd to discover
dopplers.
2. You do
|
By
Rohit Kumar
·
#1603
·
|
|
Loggregator not accessible, errors in the logs
I'm seeing this message repeating over and over in the traffic
I'm seeing this message repeating over and over in the traffic
|
By
kyle havlovitz <kylehav@...>
·
#1602
·
|