Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #349 from grtjn/348-sample-config-bug
Browse files Browse the repository at this point in the history
Fixed #348: sample config bug
  • Loading branch information
paxtonhare committed Jan 20, 2015
2 parents 0068b0a + 9628a23 commit ace44fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deploy/sample/ml-config.sample.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
@ml.group defaults to "Default", you can override in build.properties or {env}.properties
Note: if you change ml.group, make sure to assign hosts to it! See <hosts> below.
-->
<groups>
<groups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://marklogic.com/xdmp/group" xsi:schemaLocation="http://marklogic.com/xdmp/group group.xsd">
<group>
<group-name>@ml.group</group-name>
<!--
Only enable the task server section if you need to.
<task-server xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://marklogic.com/xdmp/group" xsi:schemaLocation="http://marklogic.com/xdmp/group group.xsd">
<task-server>
<threads>16</threads>
<debug-threads>16</debug-threads>
<max-time-limit>3600</max-time-limit>
Expand Down Expand Up @@ -91,7 +91,7 @@
</scheduled-tasks>
</task-server>
-->
<http-servers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://marklogic.com/xdmp/group" xsi:schemaLocation="http://marklogic.com/xdmp/group group.xsd">
<http-servers>
<!--Default Application Server-->
<http-server>
<http-server-name>@ml.app-name</http-server-name>
Expand All @@ -116,10 +116,10 @@
@ml.test-appserver
@ml.rest-appserver
</http-servers>
<xdbc-servers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://marklogic.com/xdmp/group" xsi:schemaLocation="http://marklogic.com/xdmp/group group.xsd">
<xdbc-servers>
@ml.xdbc-server
</xdbc-servers>
<odbc-servers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://marklogic.com/xdmp/group" xsi:schemaLocation="http://marklogic.com/xdmp/group group.xsd">
<odbc-servers>
@ml.odbc-server
</odbc-servers>
</group>
Expand Down

0 comments on commit ace44fc

Please sign in to comment.