I am experimenting with the standalone OHS on Windows and installed fmw_12.1.3.0.0_ohs_win64_Disk1_1of1 from Oracle's download site.
It seems to be working fine. I am able to start and stop OHS with via the command line: startComponent.cmd ohs1
Since v9 there has been an associated service to start/stop apache. It looks like in v12, there is not? If not, what's the recommended way to auto start ohs when the computer starts and for bouncing apache?
I did run installNodeMgrSvc.cmd which created a service called "Oracle Weblogic base_domian NodeManager". Turning this on/off does not affect apache.
For other projects, I've used 3rd party tools to create services which runs a .bat file such as: http://nssm.cc before going down this path, I wanted to check if I've missed something or if ohs is incorrectly installed. Any help or recommendations are appreciated.