On this panel you can specify basic configuration settings for the Tigase server.
Based on your selection here more configuration options might be presented later on. After the configuration is complete init.properties file will be created.
You can optionally restart the server at the end of the process if you like.
<% def fieldFn = { q, label, valueControl -> %>
<% } %>
<% def q = page.getQuestion('configType') %>
<% fieldFn(q, "Configuration type", { q1 -> %>
<% }); %>
<% q = page.getQuestion('virtualDomain') %>
<% fieldFn(q, "Your XMPP (Jabber) default domain", { q1 -> %>
<% }); %>
<% q = page.getQuestion('admins') %>
<% fieldFn(q, "Server administrators", { q1 -> %>
<% }); %>
<% q = page.getQuestion('adminPwd') %>
<% fieldFn(q, "Admin password", { q1 -> %>
<% }); %>
<% q = page.getQuestion('dbType') %>
<% fieldFn(q, "Select database", { q1 -> %>
<% }); %>
<% q = page.getQuestion('advancedConfig') %>
<% fieldFn(q, "Advanced configuration options", { q1 -> %>
<% }); %>