Tag: start

Weblogic startup scripts using “UpStart”

I previously wrote on how to create weblogic startup scripts using standard init.d scripting. There is an even easier way to do things now. Why not use upstart, which is an event based replacement for the /sbin/init daemon. Simply create a file “wlnode.conf” and put it in the /etc/init directory. This will start the Weblogic …

Continue reading