EDIT: crap. I only included Jelastic as a tag but forgot to mention that my app is hosted at a Jelastic provider.
I have more or less no experience (only Heroku) with cloud/web hosting services but I haven't found any answer to my (probably) simple question.
Right now all I need is to deploy is a simple runnable jar. I've chosen Java Engine as the environment. I uploaded a jar from my computer and.... it already runs - which surprised me a lot. I check the run.log
and it appears that a Spring Boot app called jelastic-helloworld-1.1.war
(which was provided after initializing the Java Engine) is run, which itself loads my jar. That's nice, thank you.
I'm curious though, how my jar can be run without loading it through the provided Spring Boot app? That is, running it with java -jar app.jar