fatherazrael
fatherazrael

Reputation: 5967

How to increase timeout in Mule ESB?

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

Answers (2)

Harish Kumar
Harish Kumar

Reputation: 61

wrapper.startup.timeout in your mule runtime configuration.

go to /{Mule Home}/conf/wrapper.conf

Upvotes: 0

fatherazrael
fatherazrael

Reputation: 5967

In conf\wrapper.conf following is parameter where you can increase Startup Timeout:

wrapper.startup.timeout=9000

Upvotes: 1

Related Questions