The JRun Launcher always starts JRun in the background. This lets you close the Launcher without stopping JRun servers. To start a JRun server in the background from the command line (on Windows or UNIX), use the nohup option, with the following syntax, from the jrun_root/bin directory:
jrun -nohup start jrun_server
This differs from JRun 3.x, in which the nohup option was available on UNIX only and used the following syntax, which is no longer supported:
jrun -nohup jrun_server - no longer supported
To close a server running in the background, use the following command:
jrun -stop jrun_server
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/jrun/4/JRun_Service_Pack_1_Guide/4relnotes2.htm
Comments
bfitts said on Jun 8, 2005 at 2:52 PM :