-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
-
Window XP, Jboss 4.2.3, Hudson 1.368, Java 6
Plugin need to have option to specify -b, to accept different hostname or ip address instead of default 127.0.0.1 or localhost.
I have made changes to current code base for this new feature and using in our development for a while but not sure how to submit my changes.
I found one issue with this plugin is, if you run hudson.war from jbossA instance and want to deploy your code to another JbossB instance and plugin home directory is set to JbossB.
So when plugin start jboss it should start JbossB instance BUT it always start JbossA instance and deployement check failed, not sure WHY it start?