IS there a non process blocking equivalent for the command :
Java -jar target/filename.war
Thanks
The below command would help
nohup java -jar target/filename.war &
output (console) will be available at nohup.out.