java - Share library among multiple application deployed in Mule esb -


i have multiple application deployed in mule esb. these application have same set of jars trying create shared library . if place jars in %mule_home%/lib/user works fine, trying put these jars custom folders.for example %mule_home%/lib/user/hibernate not able deploy applications.

ok let's if using maven didn't had issue, packaged deploy without issues.

anyway if still way want go it's normal not pick on subfloder, not on path.

one way have create unique jar containing jars , put in lib/users.

there probally way, if didn't tested , not encourage. go play mule wrapper.conf , add folders classpath, can see around line 118 of file:

but again recommend use maven painless (more or less) dependency management.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -