This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Ant, Maven and Other Build Tools and the fly likes Auto deployment script on sun one web server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "Auto deployment script on sun one web server" Watch "Auto deployment script on sun one web server" New topic
Author

Auto deployment script on sun one web server

Nipun Bahr
Ranch Hand

Joined: Jul 09, 2008
Posts: 55

Hi,

Can anyone help me in writting an ANT script to automate the build process on sun one web server i.e deploying the WAR etc

Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5536

Here are some things you might look into:

First, does the Son One Web Server provide any Ant tasks? If so, you should read the docs on those tasks, they will make deployment simple.

If there are no such tasks, how do you go about manually, from the command line, deploying to that server? Once you know those steps, you can convert them into Ant tasks that do the same.


JBoss In Action
Nipun Bahr
Ranch Hand

Joined: Jul 09, 2008
Posts: 55


Thanks Peter for the suggestions.

Saravanan Rathinavel
Greenhorn

Joined: Jan 09, 2012
Posts: 2
Try this
http://www.coderanch.com/t/561692/tools/Auto-deployment-Sun-one-webserver
Nipun Bahr
Ranch Hand

Joined: Jul 09, 2008
Posts: 55


Thanks a lot Saravanan for the steps.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Auto deployment script on sun one web server
 
Similar Threads
Redeploying in SUN ONE 6.0
Use jsp for 404 pg Sun One Web Server
Use jsp for 404 pg Sun One Web Server
Auto deployment on Sun one webserver
ANT script to deploy the WAR on Sun one web server