SSH task for Spring Boot

Ercan Çelik September 28, 2017

Hi,

I have several task in my plan. The latest task is running a spring boot application war in remote machine over ssh to start up rest web service. The spring boot war is starting successfully and the logs could be seen also in bamboo. However this task never ends because it is always printing the output. I couldn't do a "fire and forget ssh task". The remote server is Windows and i tried below commands :

1) Doesn't work : javaw -jar C:\dev\jar\myspringbootapp.war

2) Works but the task never ends :

cmd /C javaw -jar C:\dev\jar\myspringbootapp.war

3) Works but the task never ends :

i put the command in a batch file. SSH command is this:

cmd /C C:/dev/ftp/runjava.bat 

And the content of the batch file is : 

@echo off
javaw -jar C:\dev\jar\myspringbootapp.war &

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events