Please let me know how to host spring boot REST API using openlitespeed

#1
Things done sofar
1. Installed openlightspeed in ec2 centos-7 server
2. configured the Admin application
3. able to access both the home page and the admin application
4. extracted the war file for the spring boot web app into a folder called as webapps
5. created a virtual host for this path

On accessing the application, there is a Page not found response.

Kindly help, as I am unable to find any details or help in the web.
 
Top