Well ideally you should run it as a service.. :-) But if you’re starting it from the command line for testing/whatnot, use nohup ./startofbiz.sh & to keep it from getting killed when the terminal closes. —P
> On Oct 30, 2014, at 2:24 PM, Michael Gawrychowski <[email protected]> > wrote: > > Hi everyone, I start the ofbiz app by ssh-ing to the server and typing in > ./ant start and in a few seconds I have it working. However every time I > close the terminal window the application stops working as well. Why is > that and how do I get it to work so it works all the time?
