Best approach to deploy in websphere app server

2006-04-14 Thread Vijay Shanker
Hi Maven users, Can anybody suggest the best approach to deploy maven built war and ear files in websphere application server? Thanks, Shanker - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

Re: Best approach to deploy in websphere app server

2006-04-14 Thread John Sanda
I work in a WebSphere shop, primarily WAS 5.0.x, but I have worked on WAS 5.1.x some as well. I am new to Maven 2, and I do not know whether or not there are any plugins to handle WebSphere deployments. WebSphere come with a command line tool called Wsadmin, which provides a scripting environment f

Re: Best approach to deploy in websphere app server

2006-04-14 Thread Sanjay Choudhary
You may also use JACL Scripts to automate deployment of EAR or WAR on server. As John said , in these scripts ou will call commads of wsadmin. -Sanjay On 4/14/06, John Sanda <[EMAIL PROTECTED]> wrote: > > I work in a WebSphere shop, primarily WAS 5.0.x, but I have worked on > WAS 5.1.x some as w

RE: Best approach to deploy in websphere app server

2006-04-17 Thread Vijay Shanker
deploy in websphere app server You may also use JACL Scripts to automate deployment of EAR or WAR on server. As John said , in these scripts ou will call commads of wsadmin. -Sanjay On 4/14/06, John Sanda <[EMAIL PROTECTED]> wrote: > > I work in a WebSphere shop, primarily WAS 5.0.x

Re: Best approach to deploy in websphere app server

2006-04-17 Thread David J. M. Karlsen
Vijay Shanker wrote: Hi Maven users, Can anybody suggest the best approach to deploy maven built war and ear files in websphere application server? 've created a plugin for generation of stub's: http://www.davidkarlsen.com/maven-was-plugin/ Though, it does not [yet] deploy to a destination se

Re: Best approach to deploy in websphere app server

2006-04-17 Thread David J. M. Karlsen
Vijay Shanker skrev: Thanks Sanjay and John. I will try to follow as you suggested. One suggestion, I got, to use jboss:harddeploy. I've created a plugin for generation of stub's: http://www.davidkarlsen.com/maven-was-plugin/ Though, it does not [yet] deploy to a destination server. ---

Re: Best approach to deploy in websphere app server

2006-04-17 Thread Lee Meador
The problem I ran into with the ant tasks and Websphere 6.0 is that some of the ant tasks only run with the special version of ant ws_ant. (The endpoint enabler, which I use, will run with regular ant. I use it from within maven 2 in an antrun task.) The version 6 docs note that the ant tasks, wh

RE: Best approach to deploy in websphere app server

2006-04-17 Thread Vijay Shanker
. M. Karlsen [mailto:[EMAIL PROTECTED] Sent: Mon 4/17/2006 11:25 AM To: Maven Users List Subject: Re: Best approach to deploy in websphere app server Vijay Shanker skrev: >Thanks Sanjay and John. I will try to follow as you suggested. One suggestion, >I got, to use jboss:harddeploy. >

Re: Best approach to deploy in websphere app server

2006-04-17 Thread Wayne Fay
___ > > From: David J. M. Karlsen [mailto:[EMAIL PROTECTED] > Sent: Mon 4/17/2006 11:25 AM > To: Maven Users List > Subject: Re: Best approach to deploy in websphere app server > > > > Vijay Shanker skrev: > > >Thanks Sanjay an

Re: Best approach to deploy in websphere app server

2006-04-18 Thread David J. M. Karlsen
Wayne Fay wrote: David, this URL does not work for me either. When I go to just the root davidkarlsen.com page, it forwards me to /portal which is a JBoss portal 2.0 release candidate site. Looks like you're moving some stuff around... Wayne Sorry - I ran into some trouble just before deploy

Re: Best approach to deploy in websphere app server

2006-04-18 Thread David J. M. Karlsen
06 11:25 AM To: Maven Users List Subject: Re: Best approach to deploy in websphere app server Vijay Shanker skrev: Thanks Sanjay and John. I will try to follow as you suggested. One suggestion, I got, to use jboss:harddeploy. I've created a plugin for generation of stub's: ht