Mengatasi akses Web Talentlead, kalau not found
2. Stop front end => /etc/init.d/nginx stop
3. Start back end => nohup ./gradlew jettyRun > jettyRun.log 2>&1 &
4. Start front end => /etc/init.d/nginx start
itu catetan ku untuk start/stop talentlead
[13:12, 6/11/2020] Mas Agus Abyor: backend: /cluster/source/deploy/hcm
frontend: /usr/share/nginx/html
lokasi direktori
-----------------------------------------
akses Web Talentlead, kalau not found
-----------------------------------------
# systemctl status postgresql-9.3.service
# systemctl start postgresql-9.3.service
# systemctl stop postgresql-9.3.service
coba akses lagi, kalau gak bisa:
# ps aux | grep jettyRun
kalau service-nya gak jalan:
# cd /cluster/source/deploy/hcm
# nohup ./gradlew jettyRun > jettyRun.log 2>&1 &
coba akses lagi, kalau gak bisa:
# service nginx restart
coba akses lagi
0 Komentar