deployr | simple golang application to automate the deployment | Continuous Deployment library
kandi X-RAY | deployr Summary
kandi X-RAY | deployr Summary
deployr has various sub-commands, the most useful is the run command which allows you to execute a recipe-file:.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of deployr
deployr Key Features
deployr Examples and Code Snippets
Community Discussions
Trending Discussions on deployr
QUESTION
I have a service hosted by deployr. I am getting a connection reset by peer error. I know my payload size is above 2MB - the default limit as mentioned by Microsoft here:
However, when I try to implement the above fix, the service becomes inactive and I am unable to login to the admin console even though the logs report that the service has started.
...ANSWER
Answered 2020-Jan-17 at 08:55Turns out that the Microsoft link I was referring to had an incomplete solution.
By default Tomcat limits POST data to 2 MB. This limit can cause an issue when you use rule sets, which can post data greater than this limit. To disable the POST limit in Tomcat, you can add the maxPostSize="-1" attribute to the element of the server.xml configuration file.
The element will look something like this in your server.xml
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install deployr
If you’re using go before 1.11 then the following command should fetch/update deployr, and install it upon your system:.
If you’re using a more recent version of go (which is highly recommended), you need to clone to a directory which is not present upon your GOPATH:. If you don’t have a golang environment setup you should be able to download a binary for GNU/Linux from [our release page](https://github.com/skx/deployr/releases).
This repository is configured to run tests upon every commit, and when pull-requests are created/updated. The testing is carried out via [.github/run-tests.sh](.github/run-tests.sh) which is used by the [github-action-tester](https://github.com/skx/github-action-tester) action. Releases are automated in a similar fashion via [.github/build](.github/build), and the [github-action-publish-binaries](https://github.com/skx/github-action-publish-binaries) action.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page