views:

612

answers:

4

Hi,

I am looking for a solution to automate EAR deployment for OracleAS and WebSphere application servers. Can you guys suggest some open source solution for this?

Thanks, Venkat

A: 

What you mean by automate EAR deployment? Do you mean creating a EAR from the source code and deploying to the application server? If yes then you can use Ant to build the EAR and deploy to the application server. Maven is another option.

Bhushan
Not creating ear. I meant deploying ear into server throw an auto installer's like install anywhere
Venkat
A: 

I assume you are talking about programatically deploying your EARs to the AS, so that you can later automate the process.

For WebSphere: checkout the WebSphere Control Program

For Oracle: use OC4J which enables you to integrate with ant scripts

Yuval A
+2  A: 

You can script Websphere administrative tasks using JACL or Jython.

Here's some samples: http://www.ibm.com/developerworks/websphere/library/samples/SampleScripts.html

david a.