Thursday, March 6, 2014

Setting up Weblogic batch file as service

If you have configured shared srvices and weblogic to work with DRM (EBS integration) then you might have notices that to start/stop weblogic we have to run a batch file. 
running it manually is kind of pain so we wanted to see if we can run it as a service instead.

we used a utility called NSSM which can be used to add any batch file as service.

Give it a shot (but make sure your infrastructure allows you to use such utility first).