Starting Weblogic after reboot
Here is a (linux) script that can be used during for starting Oracle Weblogic during startup and shutdown of the machine. The script only a framework that is at the various run-levels. The actual code of stopping and starting WLS is in another script (/home/oracle/bin/wls.sh). Create the folloing script in /etc/init.d (as root) /etc/init.d/oracle-wls#!/bin/bash## /etc/rc.d/init.d/oracle-wls## [...]
Leave a Reply