You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloud Foundry supports pre-runtime hooks that need to be placed in the root of an application's directory. When you're deploying a fat jar or war archive, that means they need to go in the root of the archive. This has always been a problem with wars (where resources end up in WEB-INF/classes) and, since the move to BOOT-INF/classes in 1.4, it's now a problem with jars too.
We should provide a repackaging configuration option that allows certain resources to remain in the root of the archive.
The text was updated successfully, but these errors were encountered:
Cloud Foundry supports pre-runtime hooks that need to be placed in the root of an application's directory. When you're deploying a fat jar or war archive, that means they need to go in the root of the archive. This has always been a problem with wars (where resources end up in
WEB-INF/classes)
and, since the move toBOOT-INF/classes
in 1.4, it's now a problem with jars too.We should provide a repackaging configuration option that allows certain resources to remain in the root of the archive.
The text was updated successfully, but these errors were encountered: