|
Set maxHttpHeaderSize in tomcat server as a parameter
Thanks, Sajjad !!!
By
Lingesh Mouleeshwaran
· #8272
·
|
|
Set maxHttpHeaderSize in tomcat server as a parameter
Hello All, https://github.com/cloudfoundry/java-buildpack/pull/633 created for the same. Regards Lingesh M
Hello All, https://github.com/cloudfoundry/java-buildpack/pull/633 created for the same. Regards Lingesh M
|
By
Lingesh Mouleeshwaran
· #8268
·
|
|
Set maxHttpHeaderSize in tomcat server as a parameter
Alright Thanks, Sajjid, Let me create a pull request for the same. Need to wait for the community concerns as well
Alright Thanks, Sajjid, Let me create a pull request for the same. Need to wait for the community concerns as well
|
By
Lingesh Mouleeshwaran
· #8262
·
|
|
Set maxHttpHeaderSize in tomcat server as a parameter
Hello Sajjad, your expected changes are available in my git repo. https://github.com/hmlingesh/java-buildpack/commit/5ae18c3fdd873837bcb9427b5659ef52239b30a1 Please have a look I will make a pull requ
Hello Sajjad, your expected changes are available in my git repo. https://github.com/hmlingesh/java-buildpack/commit/5ae18c3fdd873837bcb9427b5659ef52239b30a1 Please have a look I will make a pull requ
|
By
Lingesh Mouleeshwaran
· #8259
·
|
|
Variable Substitution in manifest.yml #
Hello Karthi, Even we also get rid of all secrets managed in *.yml file and moved all secrets to the vault, and we have the simple jar which embedded into spring/spring boot war. For Example, below en
Hello Karthi, Even we also get rid of all secrets managed in *.yml file and moved all secrets to the vault, and we have the simple jar which embedded into spring/spring boot war. For Example, below en
|
By
Lingesh Mouleeshwaran
· #8173
·
|
|
can we install ruby gems in existing cf stacks (cflinuxfs2) without recreate stack
Thanks DHR Team. Yes your correct like the required gem is not available in staging container stack. but these stacks are pre packaged in cf release. Not sure how we can do this Gem.path update for al
Thanks DHR Team. Yes your correct like the required gem is not available in staging container stack. but these stacks are pre packaged in cf release. Not sure how we can do this Gem.path update for al
|
By
Lingesh Mouleeshwaran
· #4971
·
|
|
can we externalize pivotal repository path in java buildpack??
Thanks a lot DHR team.. Let us try out this approach . Regards Lingesh M
Thanks a lot DHR team.. Let us try out this approach . Regards Lingesh M
|
By
Lingesh Mouleeshwaran
· #4970
·
|
|
can we externalize pivotal repository path in java buildpack??
Hi Cloudfoundry , In java-buildpack ,*https://download.run.pivotal.io <https://download.run.pivotal.io> *URL is used for default_repository_root for all binaries , but this URL may not be accessible o
Hi Cloudfoundry , In java-buildpack ,*https://download.run.pivotal.io <https://download.run.pivotal.io> *URL is used for default_repository_root for all binaries , but this URL may not be accessible o
|
By
Lingesh Mouleeshwaran
· #4967
·
|
|
can we install ruby gems in existing cf stacks (cflinuxfs2) without recreate stack
not an issue .Thanks Dan !!!
not an issue .Thanks Dan !!!
|
By
Lingesh Mouleeshwaran
· #4966
·
|
|
can we install ruby gems in existing cf stacks (cflinuxfs2) without recreate stack
yes Dan, we have used below commands to package the buildpack . bundle install bundle exec rake package version=custom-java-buildpack after that we will take the zip and create a offline buildpack usi
yes Dan, we have used below commands to package the buildpack . bundle install bundle exec rake package version=custom-java-buildpack after that we will take the zip and create a offline buildpack usi
|
By
Lingesh Mouleeshwaran
· #4962
·
|
|
can we install ruby gems in existing cf stacks (cflinuxfs2) without recreate stack
Hi Dan , yes I have installed the require gem via *bundle install* to specify the path of vendor staging directories which is available in below paths /var/vcap/data/packages/dea_next/* /vendor/cache
Hi Dan , yes I have installed the require gem via *bundle install* to specify the path of vendor staging directories which is available in below paths /var/vcap/data/packages/dea_next/* /vendor/cache
|
By
Lingesh Mouleeshwaran
· #4956
·
|
|
can we install ruby gems in existing cf stacks (cflinuxfs2) without recreate stack
Thanks DHR and Sunil , @ DHR , I have followed your way to install the gem on staging directory , but it doesn't help. is this same way followed by existing cloudfoundry java buildpack ?? @ Sunil , Pl
Thanks DHR and Sunil , @ DHR , I have followed your way to install the gem on staging directory , but it doesn't help. is this same way followed by existing cloudfoundry java buildpack ?? @ Sunil , Pl
|
By
Lingesh Mouleeshwaran
· #4953
·
|
|
can we install ruby gems in existing cf stacks (cflinuxfs2) without recreate stack
Hi Cloudfoundry , Is there any simple way, we can update or install new libraries in existing cf stacks (cflinuxf2) without creating new custom stacks ?? *Example :* Our modified java buildpack not ru
Hi Cloudfoundry , Is there any simple way, we can update or install new libraries in existing cf stacks (cflinuxf2) without creating new custom stacks ?? *Example :* Our modified java buildpack not ru
|
By
Lingesh Mouleeshwaran
· #4943
·
|
|
offline java-buildpack is not loading new gem from DEA during cf push
Hi cloudfoundry team , we have modified java-buildpack validate input yaml against schema using kwalify gem. we have created offline buidpack for the same. now when we do cf push using this new buildp
Hi cloudfoundry team , we have modified java-buildpack validate input yaml against schema using kwalify gem. we have created offline buidpack for the same. now when we do cf push using this new buildp
|
By
Lingesh Mouleeshwaran
· #4804
·
|
|
offline java-buildpack is not loading new gem from DEA during cf push
Hi cloudfoundry team , we have modified java-buildpack validate input yaml against schema using kwalify gem. we have created offline buidpack for the same. now when we do cf push using this new buildp
Hi cloudfoundry team , we have modified java-buildpack validate input yaml against schema using kwalify gem. we have created offline buidpack for the same. now when we do cf push using this new buildp
|
By
Lingesh Mouleeshwaran
· #4803
·
|
|
Need an info about memory_to_cpu_share_ratio and cpu_limit_shares attributes detailed usage in DEA.
Hi Cloudfoundry , we would like to knew about memory_to_cpu_share_ratio and cpu_limit_shares attributes how it is implemented in DEA. As high level https://github.com/cloudfoundry/dea_ng/blob/9c25a0ec
Hi Cloudfoundry , we would like to knew about memory_to_cpu_share_ratio and cpu_limit_shares attributes how it is implemented in DEA. As high level https://github.com/cloudfoundry/dea_ng/blob/9c25a0ec
|
By
Lingesh Mouleeshwaran
· #4027
·
|
|
Scaling Down etcd
Thanks Amit, to have odd number of cluster size , we have added 4 new members in the new deployment. now the plan is to remove the old 3 member + 1 member in new deployment. , but while doing this , c
Thanks Amit, to have odd number of cluster size , we have added 4 new members in the new deployment. now the plan is to remove the old 3 member + 1 member in new deployment. , but while doing this , c
|
By
Lingesh Mouleeshwaran
· #3808
·
|
|
Scaling Down etcd
Hi Amit, Thanks for taking time to respond. actually we are maintaining deployment manifest templates and from there we are generating each components manifest using spruce. So there by we are control
Hi Amit, Thanks for taking time to respond. actually we are maintaining deployment manifest templates and from there we are generating each components manifest using spruce. So there by we are control
|
By
Lingesh Mouleeshwaran
· #3806
·
|
|
Scaling Down etcd
Hi Amit The main advantage that we are targeting is to reduce deployment time for any changes in the cloud foundry. The advantages include but not limited to * Target specific components for changes *
Hi Amit The main advantage that we are targeting is to reduce deployment time for any changes in the cloud foundry. The advantages include but not limited to * Target specific components for changes *
|
By
Lingesh Mouleeshwaran
· #3804
·
|
|
Buildpack detection
Hi, There is a table apps in ccdb database which has an column buildpack. Regards Lingesh m Hi team, I am running into a situation where I have to find out what all apps are deployed using a specific
Hi, There is a table apps in ccdb database which has an column buildpack. Regards Lingesh m Hi team, I am running into a situation where I have to find out what all apps are deployed using a specific
|
By
Lingesh Mouleeshwaran
· #3335
·
|