Skip to content

Instantly share code, notes, and snippets.

View giacomolm's full-sized avatar
🏠
Working from home

Giacomo giacomolm

🏠
Working from home
View GitHub Profile
@giacomolm
giacomolm / tomcat7.sh
Last active August 12, 2016 08:53
Tomcat init.d file used for puppet scripts
#!/bin/bash
#
# Description: Apache Tomcat init script
# processname: tomcat
# chkconfig: 234 20 80
#
# Thanks to Miglen Evlogiev, https://gist.github.com/miglen/5590986#file-apache-tomcat-8-start-stop-script-init-d-script
# Copyright (C) 2014 Miglen Evlogiev
#
# This program is free software: you can redistribute it and/or modify it under
@giacomolm
giacomolm / SyncopeCamel1282013
Created December 8, 2013 15:55
Patch resolving cargo/spring problems in https://github.com/Tirasa/SyncopeCamel/ , but not resolving camel route problems on exception
diff --git a/core/pom.xml b/core/pom.xml
index 7958413..af8d15d 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -532,7 +532,7 @@ under the License.
<deployable>
<location>${cargo.run.dir}</location>
<pingURL>http://localhost:${cargo.servlet.port}/syncope/cacheStats.jsp</pingURL>
- <pingTimeout>60000</pingTimeout>
+ <pingTimeout>180000</pingTimeout>