web.config中设置appSettings一样,jboss的standalone.xml中也可以由开发人员自行添加系统属性,用法如下: 1 </extensions> 2 3 <system-properties property name="app_desc" value="${app_name} is a demo for jboss properties in standalone.xml"/> 6 </system-properties > 7 8 9 <management> 注意位置:<system-properties>... </system-properties>要放在</extensions>和<management>之间,而且可以用"${另一个属性名}"来引用该属性的值,比如上面的${app_name},需要重新启动jboss
} context.Promote("OutboundTransportType", "http://schemas.microsoft.com/BizTalk/2003/system-properties context.Promote("OutboundTransportLocation", "http://schemas.microsoft.com/BizTalk/2003/system-properties PropSPID.Trim())) context.Promote("SPID", "http://schemas.microsoft.com/BizTalk/2003/system-properties
找到xml元素中属于main-server-group的server元素,添加一个系统属性,比如: <system-properties> <property name="org.uberfire.nio.git.dir </<em>system-properties</em>> 18.1.4.
outMsg.Context.Promote("MessageType", "http://schemas.microsoft.com/BizTalk/2003/system-properties
-- standalone.xml --> <system-properties> <property name="org.apache.coyote.http11.Http11Protocol.COMPRESSION /> <property name="org.apache.coyote.http11.Http11Protocol.COMPRESSION_MIN_SIZE" value="1024"/> </system-properties