I have installed Weblogic Server 8.1 on a Unix server and configured the admin server as a development server. I can then startup the server as a background process with
'startWeblogic.sh &' and this works fine. However if I try another install and configure it as a production server, I cannot start the server as a background task because within the startWebLogic.sh script it prompts for the admin username and password which you can't respond to if it is a background task. If I start the production server as a foreground task then I can enter the name and password and the server starts up ok, but of course when I then logout, the process dies. The question is how do I start the server as a background process with the admin username and password ?
'startWeblogic.sh &' and this works fine. However if I try another install and configure it as a production server, I cannot start the server as a background task because within the startWebLogic.sh script it prompts for the admin username and password which you can't respond to if it is a background task. If I start the production server as a foreground task then I can enter the name and password and the server starts up ok, but of course when I then logout, the process dies. The question is how do I start the server as a background process with the admin username and password ?