I want to start a java Process(Minecraft Server) over SSH(PHP Script). And on disconnect it should not be closed.
I am using Bitvise SSH Server for Windows and 64 Bit Java. I can start the server but if I disconnect from the ssh server then the java Process(Minecraft server) stops. I tried with PUTTY but same Problem.
Is there a command for cmd, like screen for Linux, which puts a process in the background?
Thanks.