0% found this document useful (0 votes)
31 views1 page

How To Restart Instance

The document provides instructions to start a tomcat7 service and run two Node.js applications using PM2 on an AWS instance. The steps are to login to AWS, restart the instance, start the tomcat7 service, start a server.js application in the y5homecloud directory named "server", start an index.js application in the y5cloudmonitor directory named "monitor".

Uploaded by

YashBarot
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views1 page

How To Restart Instance

The document provides instructions to start a tomcat7 service and run two Node.js applications using PM2 on an AWS instance. The steps are to login to AWS, restart the instance, start the tomcat7 service, start a server.js application in the y5homecloud directory named "server", start an index.js application in the y5cloudmonitor directory named "monitor".

Uploaded by

YashBarot
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Login in AWs and restart the instance.

sudo service tomcat7 start

cd y5homecloud

pm2 start server.js --name=server

cd ..

cd y5cloudmonitor

pm2 start index.js --name=monitor

You might also like