Hey. In Linux, I am a beginner ... There are VDS with Debian, clean, set only Maven and Apache. There is a java server application that I run in Maven: mvn exec: java After the ssh connection to the server is lost, or the java server is just waiting for a long time. Running through php exec () works, but this is not what I wanted.
The question is how to start a java server application in maven so that it works after a reboot, for example init.d or something else?