Reputation: 406
When I deploy my app with Jenkins or restart app with app_ctl
action_hooks
are executed. But when I restart application with rhc app restart app_name
actions_hooks
are not executed. I set up custom JVM parameters in actions_hooks
. What I am doing wrong or how to solve this somehow? Using JBoss EWS 2.0 (Tomcat 7) cartridge.
Upvotes: 0
Views: 532
Reputation:
Try doing an rhc app stop & rhc app start instead of restart, start/stop action hooks are not executed on a restart i believe.
Upvotes: 1