${ util.include('header', [title:'Setup: ' + page.title]) } <% def fieldFn = { q, label, valueControl -> %>
<% valueControl(q); %>
<% } %>

This panel offer advanced configuration options. Please do not change them unless you know what you are doing.

Select optional components to run:

<% page.getOptionalComponents().each { %> <% fieldFn(it, it.getLabel(), { q1 -> %> <% }); %> <% } %>

Cluster configuration

<% def q = page.getQuestion('clusterMode') %> <% fieldFn(q, "Do you want your server to run in the cluster mode?", { q1 -> %> <% }); %> <% q = page.getQuestion('acsComponent') %> <% fieldFn(q, "Tigase Advanced Clustering Strategy (ACS) Component", { q1 -> %> <% }); %>
${ util.include('footer') }