big-r81 commented on PR #5157:
URL: https://github.com/apache/couchdb/pull/5157#issuecomment-2260919658

   Looks good :-)
   
   ```
   PS C:\...\couchdb-otp25> .\rel\couchdb\nouveau\bin\nouveau.bat server 
.\rel\couchdb\etc\nouveau.yaml
   INFO  [2024-07-31 16:29:17,526] 
io.dropwizard.core.server.DefaultServerFactory: Registering jersey handler with 
root path prefix: /
   INFO  [2024-07-31 16:29:17,532] 
io.dropwizard.core.server.DefaultServerFactory: Registering admin handler with 
root path prefix: /
   INFO  [2024-07-31 16:29:17,761] io.dropwizard.core.server.ServerFactory: 
Starting Nouveau
         .-.
           /  |
          /\  | .-._.)  (  )   .-..-.  .-.  )  (
         /  \ |(   )(    )(   / ./.-'_(  | (    )
    .-' /    \| `-'  `--': \_/  (__.'  `-'-'`--':
   (__.'      `.
   
   INFO  [2024-07-31 16:29:18,016] org.eclipse.jetty.setuid.SetUIDListener: 
Opened application@240f6c41{HTTP/1.1, (http/1.1)}{127.0.0.1:5987}
   INFO  [2024-07-31 16:29:18,016] org.eclipse.jetty.setuid.SetUIDListener: 
Opened admin@3659d7b1{HTTP/1.1, (http/1.1)}{127.0.0.1:5988}
   INFO  [2024-07-31 16:29:18,022] org.eclipse.jetty.server.Server: 
jetty-11.0.20; built: 2024-01-29T21:04:22.394Z; git: 
922f8dc188f7011e60d0361de585fd4ac4d63064; jvm 20.0.2+9
   
   INFO  [2024-07-31 16:29:18,926] 
io.dropwizard.jersey.DropwizardResourceConfig: The following paths were found 
for the configured resources:
   
       POST    /analyze (org.apache.couchdb.nouveau.resources.AnalyzeResource)
       DELETE  /index/{name} 
(org.apache.couchdb.nouveau.resources.IndexResource)
       GET     /index/{name} 
(org.apache.couchdb.nouveau.resources.IndexResource)
       POST    /index/{name} 
(org.apache.couchdb.nouveau.resources.IndexResource)
       PUT     /index/{name} 
(org.apache.couchdb.nouveau.resources.IndexResource)
       DELETE  /index/{name}/doc/{docId} 
(org.apache.couchdb.nouveau.resources.IndexResource)
       PUT     /index/{name}/doc/{docId} 
(org.apache.couchdb.nouveau.resources.IndexResource)
       POST    /index/{name}/search 
(org.apache.couchdb.nouveau.resources.IndexResource)
       GET     /openapi.{type:json|yaml} 
(io.swagger.v3.jaxrs2.integration.resources.OpenApiResource)
   
   INFO  [2024-07-31 16:29:18,929] 
org.eclipse.jetty.server.handler.ContextHandler: Started 
i.d.j.MutableServletContextHandler@38291795{/,null,AVAILABLE}
   INFO  [2024-07-31 16:29:18,934] io.dropwizard.core.setup.AdminEnvironment: 
tasks =
   
       POST    /tasks/log-level 
(io.dropwizard.servlets.tasks.LogConfigurationTask)
       POST    /tasks/gc (io.dropwizard.servlets.tasks.GarbageCollectionTask)
       POST    /tasks/close-all-indexes 
(org.apache.couchdb.nouveau.tasks.CloseAllIndexesTask)
   
   INFO  [2024-07-31 16:29:18,935] 
org.eclipse.jetty.server.handler.ContextHandler: Started 
i.d.j.MutableServletContextHandler@180b3819{/,null,AVAILABLE}
   INFO  [2024-07-31 16:29:19,013] org.eclipse.jetty.server.AbstractConnector: 
Started application@240f6c41{HTTP/1.1, (http/1.1)}{127.0.0.1:5987}
   INFO  [2024-07-31 16:29:19,024] org.eclipse.jetty.server.AbstractConnector: 
Started admin@3659d7b1{HTTP/1.1, (http/1.1)}{127.0.0.1:5988}
   INFO  [2024-07-31 16:29:19,027] org.eclipse.jetty.server.Server: Started 
Server@2184b4f4{STARTING}[11.0.20,sto=30000] @14993ms
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to