Application Deployment Script


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Application Deployment Script
# 1  
Old 03-09-2010
MySQL Application Deployment Script

Dear All,

I have been deploying my web application binary on Jboss application server manually on 13 servers with 2 instances on each server. i.e. 26 instances. It is really becoming time consuming to deploy the application manually.

I am looking for a script which would deploy my binary file (.war) in the jboss appllication server. It should also take the backup of existing binary and few imp. files belfore deploying new binary.

Please help me do it. I have been working on the same since a bit, but without any success.

Any help would be apprecialted.

Thanks,
SiddheshK
# 2  
Old 03-09-2010
Double post, continued here, thread closed.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Creating an auto-deployment script for centos

Hi Guys, Is this script good enough?? I build a CentOS VM every now and then and I what I want to achieve is to create a package(much preferred) but to begin with I want to create an auto deployment script which would do all the work for me while I do rest of the things. # cat... (7 Replies)
Discussion started by: bluemind2005
7 Replies

2. Shell Programming and Scripting

Shell scripting for application deployment

hi all, i want script for this one 1. Download the zip from the ftp 2. Take backup of the current application 3. Deploy the zip in webapps Unzip the file. 4. Configure DB values. 5. Restart tomcat Thanks Advance, janny. (1 Reply)
Discussion started by: mohan999999
1 Replies

3. Red Hat

war file deployment

Hi Experts. I need to install one help library in Fedora 13 and I got the installation document for it: --------------------------------------------------- users need their own J2EE web application server to be able to complete this installation. The server must support J2EE - JSP... (3 Replies)
Discussion started by: orma
3 Replies

4. Shell Programming and Scripting

Application Deployment Script

Hi, I need to develop a script which will deploy my web application binary(.war) file in the jboss application server. I also need to take the back up of the existing binary file and rename the same with current date and then deploy the new binary from my specified location. The same... (1 Reply)
Discussion started by: Siddheshk
1 Replies

5. Web Development

Looking for a tool for SVN deployment

Please help! I am looking for a tool which can perform following tasks: 1. Display repository lists 2. Upload repository via ssh to production server 3. Check the last repository number updated 4. Capable to work with Apache and PHP on Linux OS. Thank you. (2 Replies)
Discussion started by: greenja
2 Replies

6. UNIX for Dummies Questions & Answers

What UNIX is best for an all-in-one-server deployment

Heya, my university department wants to deploy a UNIX based system instead of various unnetokred windows PCs. We are trying to build a terminal server solution on either FreeBSD,Solaris or Debian Linux. The system would mostly run office applications on X11 and file sharing (with Samba). In... (4 Replies)
Discussion started by: masterfreek64
4 Replies

7. Shell Programming and Scripting

Application for the script

Hi, I have created a script for shutdown timer in the bash shell. My question is that how to convert that script into an application in Linux, ie.. if i double click the application it should ask for hours, minutes settings and once given it shud start for shutdown - that should run in back... (1 Reply)
Discussion started by: gwgreen1
1 Replies

8. Shell Programming and Scripting

Wrapper script for image deployment - stdin/stdout - named pipes and the like

Hi everyone, first post here. Anyone who isn't interested in the background, press pagedown :). I sometimes need to make scripts for little things I need in the infrastructure at the company I work at. Currently I am trying to make a wrapper script for a proprietary image-deployment program.... (2 Replies)
Discussion started by: andreas.ericson
2 Replies

9. Windows & DOS: Issues & Discussions

Code deployment issue

I have developed an application in Eclipse and created a JAR File for the same. I deployed the JAR File in UNIX environment and while executing the same I get the following Error: (dstdbxx1:/export/home/edi_proc/PSON_Automation)$ls LOG PSON ... (2 Replies)
Discussion started by: harimadhavbalu
2 Replies
Login or Register to Ask a Question