Tag: scripts

Weblogic Startup Scripts

The following scripts and procedure allows stopping and starting of Weblogic Instances using Jython (Python) scripts and the nodemanager. Services are then created and can be used at startup and shutown for your NodeManager, Admin Server, and Managed Servers. Assumptions: Version = Weblogic 10.3.6 MW_HOME = /u01/app/oracle/weblogic1036R2 JAVA_HOME = /u01/app/jdk DOMAIN = IDMdomain BOOTSCRIPTS LOCATION …

Continue reading

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