<% def tmp = [ configType:'--gen-config-def', virtualDomains: tigase.util.DNSResolver.getDefaultHostname(), admins: 'admin@' + tigase.util.DNSResolver.getDefaultHostname(), adminPwd: 'tigase', dbType: 'Derby', advancedConfig : false ] + config; def title = 'Basic Tigase server configuration' tmp.each { k,v -> if (request.getParameter(k)) { tmp[k] = request.getParameter(k); } } config.clear(); config.putAll(tmp); %> ${ util.include('header', [title:'Setup: ' + title]) }

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.






${ util.include('footer') }