Link to home
Start Free TrialLog in
Avatar of josephh610
josephh610

asked on

Need a script to deploy to a java application server using Capistrano

I need a scipt to use with Capistrano/Ruby to deploy to a java server (or a websphere server).
Basicly do some things - stop server- install app - stop server.
Test.pdf
ASKER CERTIFIED SOLUTION
Avatar of Alfredo Luis Torres Serrano
Alfredo Luis Torres Serrano
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You could probably use Java Ant. That's what i use to do these things (in Java though)