I don't have much experience with the JBoss plugin, but I know a lot of people are using Cargo with Maven very successfully (deploying to JBoss and other containers). I'd consider that approach instead.
Wayne On 7/5/08, buters <[EMAIL PROTECTED]> wrote: > > Hi, > > my aim is a jar file to deploy to jboss and then jboss to launch. It only > works not quite. > I can deploy my file with "mvn package jboss:harddeploy". > After mvn jboss:start I get "BUILD SUCCESSFUL". > My problems: > > 1. Though "BUILD SUCCESSFUL" jboss server isn't launched. If I try > "http://localhost:8080/", I get empty site. > > 2. How can I combine deployment with start. Or I schould really write such > command "mvn package jboss:harddeploy jboss:start"? > > Thanks beforehand, > best regards, buters > -- > View this message in context: > http://www.nabble.com/Problem-with-jboss%3Astart-tp18294140p18294140.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
