I am in the process of designing a scripted configuration build process so that
I can quickly add servers to existing jboss app server (version 4.0.3SP1)
binary installations on my Linux servers. My intention was to use the
property-service by creating a local.properties file in the root of the
configuration [e.g. $JBOSS_ROOT/server/appserver01/conf/local.properties] and
maintain a separate bindings.xml file per configuration [e.g.
$JBOSS_ROOT/server/appserver01/bindings.xml]. the variables defined in the
local.properties file would be used in place of the static ports in the
bindings.xml file.
I am having trouble getting this to work as it seems that jboss is no
processing the local.properties early enough in the startup process since I get
a number format exception once it reads the bindings.xml file:
14:41:19,617 INFO [ServiceBindingManager] Using StoreURL:
file:/usr/local/jboss/server/test01/bindings.xml
14:41:19,635 WARN [ServiceConfigurator] Failed to apply service binding
override
java.lang.NumberFormatException: For input string: "${jboss.ports.Naming}"
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975852#3975852
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975852
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user