Currently I am using elastic beanstack for drupal application and choose the “Web Server” environment it is pre-defined configuration that uses PHP 5.5 with Apache.
I need to deploy the java API Service on same machine with auto-scaling.
Please find below the commands used for start API service:
1) copy the MKR.jar to the specified location. 2) jar -xvfM MKR.jar 3) nohup java -jar MKR.jar &