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
Params can be passed already.
After you set JAVA_APP_DIR for example, you can call run-java like so: run-java ${JAVA_APP_DIR}/hola.war
And the params are passed to your command line.
I have tested this with our spring boot command line variables and it works fine.
Yes, arguments are honoured, too, if specified explicitly. So this is a nice way, too. You could set the JAVA_APP_JAR to the hollow uberjar to be more specific.
I wonder however if we could be a bit more clever to detect hollow jars automatically. Is there a reliable way to detect hollow jars from a given set of files ? Best without referring to filenames, maybe there's a specific manifest entry in the hollow uberjar.
WildFly Swarm can be used with hollow jars.
More info: http://wildfly-swarm.io/posts/announcing-wildfly-swarm-2016-9/
I need to start wildfly-swarm using:
The text was updated successfully, but these errors were encountered: