Skip to content

Instantly share code, notes, and snippets.

@subvertallchris
Created February 2, 2015 15:23
Show Gist options
  • Save subvertallchris/280f06b9cf6db7a4a88f to your computer and use it in GitHub Desktop.
Save subvertallchris/280f06b9cf6db7a4a88f to your computer and use it in GitHub Desktop.
2015-02-02 15:19:27.559+0000 INFO [API] Setting startup timeout to: 120000ms based on 120000
2015-02-02 15:19:29.222+0000 INFO [API] Successfully started database
2015-02-02 15:19:29.296+0000 INFO [API] Starting HTTP on port :7474 with 8 threads available
2015-02-02 15:19:29.520+0000 INFO [API] Enabling HTTPS on port :7473
2015-02-02 15:19:29.520+0000 INFO [API] No SSL certificate found, generating a self-signed certificate..
10:19:29.885 [main] INFO org.eclipse.jetty.util.log - Logging initialized @3767ms
2015-02-02 15:19:29.956+0000 INFO [API] Mounting static content at [/webadmin] from [webadmin-html]
2015-02-02 15:19:30.013+0000 INFO [API] Mounting static content at [/browser] from [browser]
10:19:30.016 [main] INFO org.eclipse.jetty.server.Server - jetty-9.2.1.v20140609
10:19:30.035 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.h.MovedContextHandler@30159886{/,null,AVAILABLE}
10:19:30.103 [main] INFO o.e.j.w.StandardDescriptorProcessor - NO JSP Support for /webadmin, did not find org.apache.jasper.servlet.JspServlet
10:19:30.118 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.w.WebAppContext@2bb31455{/webadmin,jar:file:/Users/cgrigg/RailsCrap/neotest/db/neo4j/development/system/lib/neo4j-server-2.2.0-M03-static-web.jar!/webadmin-html,AVAILABLE}
10:19:30.536 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@34549979{/db/manage,null,AVAILABLE}
10:19:30.752 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@455cbf18{/db/data,null,AVAILABLE}
10:19:30.768 [main] INFO o.e.j.w.StandardDescriptorProcessor - NO JSP Support for /browser, did not find org.apache.jasper.servlet.JspServlet
10:19:30.769 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.w.WebAppContext@4005e485{/browser,jar:file:/Users/cgrigg/RailsCrap/neotest/db/neo4j/development/system/lib/neo4j-browser-2.2.0-M03.jar!/browser,AVAILABLE}
10:19:30.872 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@47198524{/,null,AVAILABLE}
10:19:30.883 [main] INFO o.e.jetty.server.ServerConnector - Started ServerConnector@5ca22e19{HTTP/1.1}{localhost:7474}
10:19:31.186 [main] INFO o.e.jetty.server.ServerConnector - Started ServerConnector@7bb25046{SSL-HTTP/1.1}{localhost:7473}
10:19:31.187 [main] INFO org.eclipse.jetty.server.Server - Started @5074ms
2015-02-02 15:19:31.187+0000 INFO [API] Server started on: http://localhost:7474/
2015-02-02 15:19:31.187+0000 INFO [API] Remote interface ready and available at [http://localhost:7474/]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment