Deploy war to Jboss EAP 6 using --runtime-name
已回答
When deploying a war app to jboss from IntelliJ, how can I specify CLI deploy arguments, Like --runtime-name.


1 条评论
排序方式
日期
投票数
正式评论
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
请先登录再写评论。