configuration - Passing properties files to JBoss in IntelliJ -


as have been trying make switch eclipse intellij possible @ work, there. last issue running configuration of local jboss in intellij.

in eclipse pass 3 properties files our jboss server, adding parameters program arguments (double-click jboss server in servers list -> in general information click open launch configuration). specifically: -p="../standalone/configuration/my.properties"

how can deploy these 3 files local jboss server in intellij? have tried passing them environment variables, no success.


Comments

Popular posts from this blog

Combining PHP Registration and Login into one class with multiple functions in one PHP file -

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -