camptocamp / puppet-tomcat

Tomcat puppet module
Apache License 2.0
88 stars 115 forks source link

init - fuzzy jvm detection #133

Closed pmauduit closed 9 years ago

pmauduit commented 9 years ago

In case of customized java_home environment variable in ${CATALINA_BASE}/setenv-local.sh, the superseded value is not taken into account in the initscript (because the setenv* files are not sourced until catalina.sh is called).

This PR aims to be a bit more "fuzzy" in the process id detection.

Tests: unit tests OK.

mcanevet commented 9 years ago

+1