Model deployment on local servers (testing). Model prediction is delivered via Restful API
Useful Linux commands for starting/stopping services
Tomcat
sudo /sbin/service tomcat status
sudo /sbin/service tomcat stop
sudo /sbin/service tomcat start
Apache
sudo /sbin/service httpd status
sudo /sbin/service httpd stop
sudo /sbin/service httpd start