From faa3003db67915976e83e52122b74aebfceddf7d Mon Sep 17 00:00:00 2001 From: lincmba Date: Wed, 17 Jul 2024 11:32:55 +0300 Subject: [PATCH] Update documentation fixes #70 - update how to run the jar file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5980971..766e70f 100755 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ As documented on the Info Gateway modules run is: ```console -$ java -jar exec/target/opensrp-gateway-plugin-exec.jar --server.port=8081 +$ java -jar exec/target/opensrp-gateway-plugin-exec.jar --server.port=8081 --server.max-http-header-size=40KB ``` After a successful build, the built-in _Tomcat container_ will automatically