I want to deploy springboot application on godaddy vps server. and application should load on giving website name. I want the application to be running forever unless i explicitly showdown the tomcat. My springboot application is configured to run on port 8090
I have already installed java and tomcat in vps server. It is ISPconfig server. But i am not sure about working of ISPConfig Server.
- I could run jar file with emmbedded tomcat. But application shuts down as soon as end the putty session. I tried using screen command but with that also application is not running forever
- When I host the application usinf jar. It is not accessible through domain name. I have to use ip addess : port number for that. So how can i host the application at 88 port. and override the default webpage of godaddy ?
- I tried putting war file in webapps of tomcat folder and started tomcat. but with that also i am not able to run the application.