aspose file tools
The moose likes Portals and Portlets and the fly likes automate the process of deploying Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "automate the process of deploying" Watch "automate the process of deploying" New topic
Author

automate the process of deploying

ankur rathi
Ranch Hand

Joined: Oct 11, 2004
Posts: 3829
Can anyone write a script to automate the process of deploying or give me some idea how to do it?

The repetitive (and irritating) process is:

1. Export the WAR file from RAD, RSA, WSAD etc.
2. Delete existing WAR file from portal server.
3. Install new file.
4. Add portlet into page (again).
5. View the page.

It would be quite nice to do all these on a click!

Hemant Sharma
Greenhorn

Joined: Feb 01, 2007
Posts: 23
Hi,

There's no need to delete existing war file, install updated one and add portlet to page again while redeployment. Instead, simply update the existing war file (through admin console). The portlet on the page will automatically be updated.


Thanks & Regards,<br />Hemant K. Sharma
ankur rathi
Ranch Hand

Joined: Oct 11, 2004
Posts: 3829
Originally posted by Hemant Sharma:

Instead, simply update the existing war file (through admin console). The portlet on the page will automatically be updated.


Yeah, but it doesn't work always. I don't know the reason but it just doesn't happen all the time.

 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: automate the process of deploying
 
Similar Threads
Classpath - help!
websphere 3.5.7 and jdk 1.4
Auto deployment script on sun one web server
Deploying EAR on WAS using ANT
Webapplication (JSP's, Servlets, PostgreSQL DB) availble offline (locally).