[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss variable in xml - like ${my.ip}

2008-05-07 Thread jaikiran
As far as i know, JBoss will not replace these user defined properties, except for JBoss specific properties which are mentioned at http://wiki.jboss.org/wiki/JBossProperties View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149010#4149010 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss variable in xml - like ${my.ip}

2008-05-07 Thread avihaimar
Thank you. Disappointing to know this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149012#4149012 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149012 ___ jboss-user mailing

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss variable in xml - like ${my.ip}

2008-05-07 Thread PeterJ
Here is what I tried. I modified server/default/deploy/jboss-web.deployer/serverxml as follows: Connector port=${peter.port} address=${jboss.bind.address} The the command line I used was: run -Dpeter.port=9090 When it came up, HTTP was bound to port 9090. View the original post :