|
How can we add support for http/2 for my application
Hello, all
I am having a web application running in jetty.
Right now as we know the latest jetty support http/2 and we are trying to figure out how can add support for it?
To do that, I think we
Hello, all
I am having a web application running in jetty.
Right now as we know the latest jetty support http/2 and we are trying to figure out how can add support for it?
To do that, I think we
|
By
Stanley Shen <meteorping@...>
·
#5832
·
|
|
Re: Announcement: default etcd cluster to TLS in cf-release spiff templates
Hello,
Sorry for the long delay but I had to wait to test your suggestion.. and it worked!
We still had some issue that needed a restart of some VMs but nothing compared the issue we faced
Hello,
Sorry for the long delay but I had to wait to test your suggestion.. and it worked!
We still had some issue that needed a restart of some VMs but nothing compared the issue we faced
|
By
Grifalconi, Michael <michael.grifalconi@...>
·
#5831
·
|
|
Re: Not able to load a custom configuration file from root of the app after successfully starting it
If you're on the DEA architecture, you can still use `cf files` to list
directory and file contents in your app's container.
Regards,
Daniel Jones - CTO
+44 (0)79 8000 9153
@DanielJonesEB
If you're on the DEA architecture, you can still use `cf files` to list
directory and file contents in your app's container.
Regards,
Daniel Jones - CTO
+44 (0)79 8000 9153
@DanielJonesEB
|
By
Daniel Jones
·
#5830
·
|
|
Re: Not able to load a custom configuration file from root of the app after successfully starting it
Thank you buddy. I got it now. By the way I am not using Diego architecture so no ssh. I have put my property file in grails app's config directory and bingo....
Thank you for ideas.
Thank you buddy. I got it now. By the way I am not using Diego architecture so no ssh. I have put my property file in grails app's config directory and bingo....
Thank you for ideas.
|
By
Milan Dalsaniya
·
#5829
·
|
|
Re: Proposal to move cf-riak-cs-release to the cloudfoundry-attic
Not a problem for us. Though I did have some high hopes for it at one
point. :)
Mike
Not a problem for us. Though I did have some high hopes for it at one
point. :)
Mike
|
By
Mike Youngstrom <youngm@...>
·
#5828
·
|
|
Proposal to move cf-riak-cs-release to the cloudfoundry-attic
Hi cf-dev,
I would like to propose that we transition the Riak CS BOSH release [1] to
end of support and development.
Once, we had hoped that Riak CS would be used as the blob store for
Hi cf-dev,
I would like to propose that we transition the Riak CS BOSH release [1] to
end of support and development.
Once, we had hoped that Riak CS would be used as the blob store for
|
By
Marco Nicosia
·
#5827
·
|
|
Re: Retrieving First and Last name
That makes sense. Is this something easily done with Spring Security?
That makes sense. Is this something easily done with Spring Security?
|
By
Bryan Perino
·
#5826
·
|
|
Re: Not able to load a custom configuration file from root of the app after successfully starting it
some ideas..
1. try to ssh into your container and verify whether that property file is
actually there, and in the expected place
$ cf ssh <appname>
2. can you bundle that property file with your
some ideas..
1. try to ssh into your container and verify whether that property file is
actually there, and in the expected place
$ cf ssh <appname>
2. can you bundle that property file with your
|
By
Eitan Suez <esuez@...>
·
#5825
·
|
|
Re: Not able to load a custom configuration file from root of the app after successfully starting it
I am using java buildpack to deploy a Grails application based on rest-api profile.
I am using java buildpack to deploy a Grails application based on rest-api profile.
|
By
Milan Dalsaniya
·
#5824
·
|
|
Re: Not able to load a custom configuration file from root of the app after successfully starting it
What buildpack are you using. For example, if you have a Java web
application, ./WEB-INF/classes would be in the classpath and not ./
Since cloud foundry supports multiple buildpacks, we need more
What buildpack are you using. For example, if you have a Java web
application, ./WEB-INF/classes would be in the classpath and not ./
Since cloud foundry supports multiple buildpacks, we need more
|
By
John Liptak
·
#5823
·
|
|
Not able to load a custom configuration file from root of the app after successfully starting it
Hello,
I have a property file at the root of application which is required to create a google DFP session. After pushing and starting application, application is not able to load/read file. The same
Hello,
I have a property file at the root of application which is required to create a google DFP session. After pushing and starting application, application is not able to load/read file. The same
|
By
Milan Dalsaniya
·
#5822
·
|
|
Re: Retrieving First and Last name
get an id_token,
when you call the /oauth/token endpoint, you usually have a parameter like
"response_type=token"
if you change that to
"response_type=token id_token" you will get two tokens back.
get an id_token,
when you call the /oauth/token endpoint, you usually have a parameter like
"response_type=token"
if you change that to
"response_type=token id_token" you will get two tokens back.
|
By
Filip Hanik
·
#5820
·
|
|
Retrieving First and Last name
I was wondering if there was any way to get a user's first name and last name from an access token? It returns the following currently as a map:
map = {LinkedHashMap(a)11550} size = 18
0 =
I was wondering if there was any way to get a user's first name and last name from an access token? It returns the following currently as a map:
map = {LinkedHashMap(a)11550} size = 18
0 =
|
By
Bryan Perino
·
#5819
·
|
|
Notice of change to Loggregator in CF 244
As part of our ongoing efforts to improve reliability of Loggregator we are
in the process of removing a deprecated feature of Loggregator.
The Loggregator_consumer library will be completely removed
As part of our ongoing efforts to improve reliability of Loggregator we are
in the process of removing a deprecated feature of Loggregator.
The Loggregator_consumer library will be completely removed
|
By
Allen Duet <aduet@...>
·
#5821
·
|
|
Re: Forwrad container metrics to syslog drain
The app_logs demo is just logs. Look at either the firehose demo or the
container_metrics
The app_logs demo is just logs. Look at either the firehose demo or the
container_metrics
|
By
Daniel Mikusa
·
#5818
·
|
|
Re: Forwrad container metrics to syslog drain
I have executed this sample app for 5 minutes:
https://github.com/cloudfoundry/noaa/blob/master/samples/app_logs/main.go/#L32-L39
As the sample app comments I also expected to get ContainerMetrics as
I have executed this sample app for 5 minutes:
https://github.com/cloudfoundry/noaa/blob/master/samples/app_logs/main.go/#L32-L39
As the sample app comments I also expected to get ContainerMetrics as
|
By
Mehran Saliminia
·
#5817
·
|
|
Re: v235->v239 bosh-lite release deployment has issues creating and using fog blobstore, disabling cf - how can I get the director to create blobstore directories?
Update - our resolution for this was to switch from using fog for the blobstore in the bosh-lite test environment to using webdav.
Update - our resolution for this was to switch from using fog for the blobstore in the bosh-lite test environment to using webdav.
|
By
James Tuddenham
·
#5816
·
|
|
Re: Forwrad container metrics to syslog drain
That's very neat. Thanks for that hint Johannes!
That's very neat. Thanks for that hint Johannes!
|
By
Johannes Hiemer <jvhiemer@...>
·
#5815
·
|
|
Re: Forwrad container metrics to syslog drain
That is not quite true. From the Firehose you can get ContainerMetrics for
an app as long as you have access to that app. The Firehose CLI plugin for
example shows all application related messages -
That is not quite true. From the Firehose you can get ContainerMetrics for
an app as long as you have access to that app. The Firehose CLI plugin for
example shows all application related messages -
|
By
Johannes Tuchscherer
·
#5814
·
|
|
Re: Forwrad container metrics to syslog drain
thank you for your response! it works for app logs with a regular user token but streaming ContainerMetrics will only succeed if you have admin credentials.
thank you for your response! it works for app logs with a regular user token but streaming ContainerMetrics will only succeed if you have admin credentials.
|
By
Mehran Saliminia
·
#5813
·
|