Re: [MarkLogic Dev General] Issue in creation of HTTP server

2016-03-22 Thread David Lee
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: general-boun...@developer.marklogic.com 
[mailto:general-boun...@developer.marklogic.com] On Behalf Of Suresh Baskar
Sent: Tuesday, March 22, 2016 1:44 AM
To: general@developer.marklogic.com
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
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general


[MarkLogic Dev General] Issue in creation of HTTP server

2016-03-21 Thread Suresh Baskar
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
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general