Hi, Thanks for your reply. I used jboss:harddeploy and it worked for me. However i see that jboss:start doesnt actually start the server. Am i missing something? and also jboss:deploy vs hard deploy whats the difference?
On Wed, Aug 13, 2008 at 4:47 PM, Siarhei Dudzin <[EMAIL PROTECTED]>wrote: > Does your JBoss instance listen to port 9090? > > Anyway, cargo plugin used to work for me. > > Siarhei > > On Wed, Aug 13, 2008 at 8:40 PM, Ricky <[EMAIL PROTECTED]> wrote: > > > 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 > > || ॐ || > > > -- Regards Vyas, Anirudh || ॐ ||
