katzmopolitan
katzmopolitan

Reputation: 1381

Modern tools for Java deployment

I'm trying to find deployment tools for Java and have come across a few which seem outdated (I see the latest time stamps from 2010 or 2009) like ControlTier, Smartfog.

I've been out of the loop on Java for a while but now need to deploy Java code to production. it is not within in a container, so basically I need pretty simple tasks such as compile, jar it up, sftp it to server, restart process. Something like capistrano for the ruby world. Are there any equivalent solutions for Java? I know I could use cap for Java as well, but I figured I'd ask in case there are more Java-centric options.

Upvotes: 3

Views: 2334

Answers (2)

Anton Arhipov
Anton Arhipov

Reputation: 6591

LiveRebel is a suitable tool for this task

Upvotes: 3

Steve Kawolsky
Steve Kawolsky

Reputation: 64

If you are building a server-based application kwateeSDCM can take care of automating the deployment.

Upvotes: 1

Related Questions