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 for all administrative tasks including
deployments. In version 5.0.x, the only language with which you can
write scripts in Jacl. I believe that Jython support has been added in
WAS 5.1. WebSphere also ships with a set of Ant tasks for deploying
and installing apps, starting/stopping the a server, etc. These Ant
tasks though, are just wrappers around Wsadmin scripts. If you are not
familiar with Wsadmin and JMX, the Ant tasks are a good place to start
in my opinion. You could use the antrun plugin to invoke the WAS ant
tasks from within your Maven build.

On 4/14/06, Vijay Shanker <[EMAIL PROTECTED]> wrote:
> 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: [EMAIL PROTECTED]
>
>


--

- John

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to