automate startup of bi server after install on Windows
We have xmlpserver, etc running successfully on Windows 2012 R2 using the startstopservice.cmd file here:
C:\Oracle\Middleware\instances\instance1\bifoundation\OracleBIApplication\coreapplication
However, in this case we cannot reboot the server or log off, so it's not practical in a production environment.
We have also successfully used WLST to start the admin server and bi_server1 managed server by connecting to the node manager installed as a Windows service, but this method does not appear to startup all the bi deployments.
Is there documentation for installing and running the bi server components as a Windows service?