Deploy war to Jboss EAP 6 using --runtime-name
Answered
When deploying a war app to jboss from IntelliJ, how can I specify CLI deploy arguments, Like --runtime-name.
1 comment
Sort by
Date
Votes

Official comment
Hello,
JBoss/WildFly integration already uses "runtime-name" parameter as a deploy option for exploded WAR artifacts.
If exploded WAR output directory doesn't end with ".war", then "runtime-name" will have <artifact_name>+".war" value.
However an integration passes "runtime-name" parameter to the server management interface and not as the CLI parameter, and currently there's no way to set it explicitly by the user.
Could you please explain, why would you like to use "runtime-name" CLI parameter.
A good way to describe your case is to open an issue at https://youtrack.jetbrains.com/issues/IDEA
Please sign in to leave a comment.