Reputation: 5967
There is Lucene indexing on startup of application which takes around 10 - 15 minutes. The project is deployed in Mule ESB which is restarting abruptly in between startup.
Is there any way to change timeout of Mule ESB so that it deploys application successfully?
Upvotes: 1
Views: 332
Reputation: 61
wrapper.startup.timeout in your mule runtime configuration.
go to /{Mule Home}/conf/wrapper.conf
Upvotes: 0
Reputation: 5967
In conf\wrapper.conf following is parameter where you can increase Startup Timeout:
wrapper.startup.timeout=9000
Upvotes: 1