Hello, community!
I have succesfully installed ORDS 3.0.11 on my Windows 2012 Server machine.
The configuration was done and it fits my nowadays needs.
And I can run ORDS in the standalone mode using this command from anywhere:
C:\ProgramData\Oracle\Java\javapath\java -jar C:\ords\ords.war standalone
I even can add a shortcut to Startup in order to start it every time when the server starts. But in this case the command line window appears and it shouldn't be closed in order to ORDS work.
The question is how to add it as a windows service which will be executed behind the screen automatically when the system starts?
What are the best ways for doing this?