This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\Turek>curl -v -X POST localhost:8080/employees -H 'Content-Type:application/json' -d '{"name": "Samwise Gamgee", "role": "gardener"}' | python -mjson.tool | |
Note: Unnecessary use of -X or --request, POST is already inferred. | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying ::1... | |
* TCP_NODELAY set | |
* Connected to localhost (::1) port 8080 (#0) | |
> POST /employees HTTP/1.1 | |
> Host: localhost:8080 | |
> User-Agent: curl/7.55.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020-01-14 13:17:43,920 [main] INFO (Configuration.java [<init>]:183) - Reading configuration from file C:\eXist-db\etc\conf.xml | |
2020-01-14 13:17:44,175 [main] INFO (Configuration.java [configureStartup]:1281) - Registered StartupTrigger: org.exist.security.BouncyCastleJceProviderStartupTrigger | |
2020-01-14 13:17:44,176 [main] INFO (Configuration.java [configureStartup]:1281) - Registered StartupTrigger: org.exist.protocolhandler.URLStreamHandlerStartupTrigger | |
2020-01-14 13:17:44,177 [main] INFO (Configuration.java [configureStartup]:1281) - Registered StartupTrigger: org.exist.extensions.exquery.restxq.impl.RestXqStartupTrigger | |
2020-01-14 13:17:44,179 [main] INFO (Configuration.java [configureStartup]:1281) - Registered StartupTrigger: org.exist.repo.AutoDeploymentTrigger | |
2020-01-14 13:17:44,593 [main] INFO (Configuration.java [configureValidation]:1491) - Add catalog uri file:///C:/eXist-db/etc/webapp//WEB-INF/catalog.xml | |
2020-01-14 13:17:44,593 [main] INFO (GrammarPool.java [<init>]:54) - Initia |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20index.html:1 GET http://resend.sundance.net/exist/apps/dashboard/bower_components/polymer/lib/elements/dom-if.html 404 (Not Found) | |
polymer-element.html:1 Uncaught ReferenceError: Polymer is not defined | |
at polymer-element.html:1 | |
at polymer-element.html:1 | |
(anonymous) @ polymer-element.html:1 | |
(anonymous) @ polymer-element.html:1 | |
index.html:1 GET http://resend.sundance.net/exist/apps/dashboard/bower_components/polymer/lib/utils/boot.html 404 (Not Found) | |
import-href.html:1 Uncaught ReferenceError: Polymer is not defined | |
at import-href.html:1 | |
at import-href.html:1 |