I run a simple Geode locator server config under Windows administrator account. There are ADVAPI calls that sometimes log off the administrator account and that kills the java.exe process under that account.
I either need to run Geode under a specific windows account. How do I tell GFSH to start a locator from a specific account? I suppose the runas
Or I need to run Geode under javaw.exe to target Java Windows subsystem because that is not stopped when an administrator account is logged off. How can I tell GFSH to run a locator and server using javaw.exe not java.exe ?
Though I hear that javaw.exe runs slower than java.exe