Services: Training Services | Consulting Services
When you start WebLogic admin with the following command, the server runs in the foreground, and is terminated when you logout.
$./startWebLogic.sh In order to run the server as a daemon process, which runs even after the user logs out, use the nohup command as follows
$nohup ./startWebLogic.sh & Now press “Enter/Return” key once to get the command prompt back.
The “&” option make it run in the background, and the text that the server prints to console is redirected to a file called “nohup.out”.
Steve Robinson has been working in IT for over 20 years and has provided solutions for many large-enterprise corporate companies across the world. Steve specialises in Java and Middleware.
In January 2013, I was awarded the prestigous 'IBM Champion' accolade.
IBM WebSphere Application Server 8.0 Administration Guide
WebSphere Application Server 7.0 Administration Guide