Quantcast
Channel: Oracle Bloggers
Viewing all articles
Browse latest Browse all 19780

Nohup obiee weblogic

$
0
0

To be able to start Weblogic admin server as a process running after the launching shell exits, the boot.properties in weblogic needs to be created. The following commands are the simplest way to achieve this with OBIEE:

Type these commands:

sh
cd /yourmw/user_projects/domains/bifoundation_domain/bin
source setDomainEnv.sh

java -Dweblogic.management.username=yourweblogicadmin -Dweblogic.management.password=yourpassword -Dweblogic.system.StoreBootIdentity=true -Dweblogic.Name=AdminServer weblogic.Server

Ctrl+C to quit after the start of weblogic.

then

nohup /yourmw/user_projects/domains/bifoundation_domain/startWebLogic.sh &



Viewing all articles
Browse latest Browse all 19780

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>