When you use the Admin console to create an HTTP server there is no default application or services associated with it, you need to install application code/modes and configure the service.
When you use the REST to create a REST API Service, it adds additional application modules including the REST API service modules and configures the HTTP server to utilize them. See section 5 in the "Getting Started" users guide for how to configure the HTTP server for a native/custom application. https://docs.marklogic.com/guide/getting-started.pdf From: [email protected] [mailto:[email protected]] On Behalf Of Suresh Baskar Sent: Tuesday, March 22, 2016 1:44 AM To: [email protected] Subject: [MarkLogic Dev General] Issue in creation of HTTP server Hi Team, Have created HTTP server for a database in Marklogic 8 via Admin console and ML rest api service. On hitting host : port which was created via ML rest instance running successfully, where as Http server created via Admin console throws 404 error. Ex: http://localhost:7010 -> created via rest api service -> renders a page with list of rest api services available http://localhost:7011 -> created via admin console -> renders 404 (File not found) Am new to Marklogic, appreciate your help. Thanks, Suresh
_______________________________________________ General mailing list [email protected] Manage your subscription at: http://developer.marklogic.com/mailman/listinfo/general
