Jboss设置Java系统变量常用方法

 

>>在Eclipse Jboss实例配置上

Jboss设置Java系统变量常用方法
 

>>在Jboss{JBOSS_HOME}\server\mycis\deploy\properties-service.xml.

如下的<attribute name="Properties"> :

  <mbean code="org.jboss.varia.property.SystemPropertiesService" 
	 name="jboss:type=Service,name=SystemProperties">

    <!-- 
       | Load properties from each of the given comma seperated URLs

    <attribute name="URLList">
      http://somehost/some-location.properties,
      ./conf/somelocal.properties
    </attribute>

    -->

    <!-- 
       | Set raw properties file style properties.

    <attribute name="Properties">

      my.project.property=This is the value of my property
      my.project.anotherProperty=This is the value of my other property

    </attribute>
    -->
   
    <attribute name="Properties">
   		app_conf_path=D:\\Server\\jboss-eap-4.3.0.GA_CP06\\server\\mycis\\conf
   		snx_conf=D:\\Server\\jboss-eap-4.3.0.GA_CP06\\server\\mycis\\conf\\snx_conf
   </attribute>

  </mbean>

 

 

相关文章:

  • 2021-09-16
  • 2022-01-18
  • 2021-06-10
  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
  • 2021-12-07
  • 2022-12-23
猜你喜欢
  • 2021-09-30
  • 2022-12-23
  • 2021-05-08
  • 2021-07-01
  • 2022-12-23
  • 2021-07-14
  • 2021-07-20
相关资源
相似解决方案