Description
This article defines the syntax for running a G-Repository Server on HTTP protocol. Please see this article to learn how to run G-Repository on a secure server (HTTPS): -grssrvr, --g-repo-secure-server-run.
Command to Run a G-Repository Server (GRS)
Syntax: -grsrvr subdirectory
Example: genrocket -grsrvr /home/serverMachine/GRepositoryServer
Command Line Example
In the example below, the G-Repository Server, that was created under the subdirectory, /home/serverMachine/GRepositoryServer, is being run.
> genrocket -grsrvr /home/serverMachine/GRepositoryServer
***** Commencing G-Repository OnPremise Server Startup-Sequence *****
***** Loading Server Configs & Initializing ServerDTO *****
***** Executing Server Startup Checklist *****
***** Resetting ProjectVersion State & Removing Orphaned Directories *****
***** Instantiating Download Server Thread *****
***** Instantiating Auto-Deletion Manager Thread *****
***** Initiating G-Repository OnPremise Download Server on port 8021 *****
***** Waiting to accept request number 1 *****
***** Instantiating Auto-WaitToCopy Manager Thread *****
***** Instantiating Auto-Update Manager Thread *****
***** Instantiating Auto-Stats Manager Thread *****
***** Instantiating Grizzly Http Server *****
Feb 08, 2021 11:38:09 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.12 02/15/2012 04:51 PM'
Feb 08, 2021 11:38:09 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8020]
Feb 08, 2021 11:38:09 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
***** G-Repository OnPremise Server started at http://localhost:8020/application.wadl *****