Hi Vincent
Thanks for your concern.My problem is that I have already installed
jboss-4.0.4 so I dont need to install it from a zip file.Where do I need to
put this entry --
<configuration>
<!-- Container configuration -->
<container>
<containerId>jboss4x</containerId>
<home>c:/boss-4.0.4</home>
</container>
<!-- Deployer configuration -->
<deployer>
<type>local</type>
<deployables>
<deployable>
<groupId>active.DMS</groupId>
<artifactId>DMS</artifactId>
<type>war</type>
<properties>
<context></context>
</properties>
<pingURL></pingURL>
</deployable>
</deployables>
</deployer>
</configuration>
I tried to put it after </build>,before <build>, between <build> and
</build> but everytime it is giving me error that -"Reason: Parse error
reading POM. Reason: Unrecognised tag: 'configuration' (position: START_TAG
seen ...</dependencies>\r\n\t <configuration>... @163:18)"
I believe that i need to put some plugin entry for jboss-4.0.4and
distribution management section for deployment.
What should be the POM entry for copying the file, start jboss and stop it.
Thanks
Anshuman
On 4/27/06, Vincent Massol <[EMAIL PROTECTED]> wrote:
>
> Hi Anshuman,
>
> > -----Original Message-----
> > From: Anshuman Srivastava [mailto:[EMAIL PROTECTED]
> > Sent: jeudi 27 avril 2006 15:09
> > To: Maven Users List
> > Subject: Re: Deployment of war file using JBOSS
> >
> > Hi
> > Please tell me the exact link on http://cargo.codehaus.org/ fro
> deploying
> > the war file on Jboss 4.0.4 using Maven 2.0.3 as there are lots of links
> > there and I am confused which one to be used.
>
> It would be nice to understand why you are confused as this is not good
> and
> I'd like to improve the site as much as possible. Let us know and also
> please do not hesitate to use the Cargo mailing list
> (http://archive.codehaus.org/cargo/) as Cargo is not a project hosted by
> the
> Maven team.
>
> As you're using Maven2, the direct link is
> http://cargo.codehaus.org/Maven2+plugin
>
> Now if you want to see Cargo's capabilities for JBoss 4.x, see
> http://cargo.codehaus.org/JBoss+4.x
>
> Hope it helps,
> -Vincent
>
> > On 4/26/06, Serge Emmanuel Pagop <[EMAIL PROTECTED]> wrote:
> > >
> > > Cargo is a good tool that u can use to do this task: checks this link
> > > http://cargo.codehaus.org/
> > >
> > > On 4/26/06, Anshuman Srivastava <[EMAIL PROTECTED]> wrote:
> > > >
> > > > Hi
> > > >
> > > > I am using maven2.0.3. When I created a war file,it iscreated in
> > > > c:\projectRoot\Child2\Child2.war. I want to deploy it in jboss4.0.4
> > in
> > > > C:\boss-4.0.4\server\default\deploy by using "maven package". Is
> there
> > > any
> > > > way to do it by pom.xml?
> > > >
> > > > Thanks
> > > > Anshuman
> > > >
> > > >
> > >
> > >
> > > --
> > > -----------------------------------
> > >
> > > Serge Emmanuel Pagop
> > > Java EE Consultant and Trainer
> > >
> > > E-Mail: [EMAIL PROTECTED]
> > > Skype-Name: sisepago
> > > Cell : +49-172-8552687
> > >
> > >
>
>
>
>
>
>
>
> ___________________________________________________________________________
> Faites de Yahoo! votre page d'accueil sur le web pour retrouver
> directement vos services préférés : vérifiez vos nouveaux mails, lancez vos
> recherches et suivez l'actualité en temps réel.
> Rendez-vous sur http://fr.yahoo.com/set
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>