Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Any change in the properties file has to be changed in the folder as well in

Desktop in deployment

151 - test server


deployment in apache server
/home/AppServer/apache-tomcat-7.0.37/webapps

Deployment of New Release of


FS

Following steps shall be performed on 172.16.0.13 & 172.16.0.28 seperately


Ways

1. Grab all processes having Java: ps -ef | grep java

2. Kill the apache tomcat process on which FS application is running: kill -9 22797

3. Change the directory to cd /home/AppServer/apache-tomcat-7.0.37/webapps (by


typing letter and pressign Tab)

4. Show the directory listing by ls

5. Move the original ROOT to the ROOT<date> folder by following command: mv


ROOT.war ROOT5March2015

6. rm -rf ROOT

6.1 move the ROOT.war to /home/AppServer/apache-tomcat-7.0.37/webapps in server

7. Move to the original folder: cd ../bin

8. start server again : ./startup.sh

You might also like