Hi, I am using : http://mojo.codehaus.org/jboss-maven-plugin/usage.html to deploy to JBOSS. I have set JBOSS_HOME as a system variable to <some-directory>\jboss. Then i use the following entry in POM xml for the project i am trying to deploy : <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jboss-maven-plugin</artifactId> <configuration> <project></project> <jbossHome>${JBOSS_HOME}/server/default</jbossHome> <port>9090</port> </configuration> </plugin>
However, it doesn't work, when i do mvn jboss:deploy, following error : *[INFO] No server specified for authentication - using defaults [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Mojo error occurred: Connection refused: connect* *Any ideas??* any help would be appreciable, thanks in advance. Regards Vyas, Anirudh || ॐ ||
