<%@ page session="true" %><%-- --%><%-- --%><% // next page String nextPage = "step_8_import_modules.jsp"; // previous page String prevPage = "step_6_module_selection.jsp"; String serverUrl = request.getScheme() + "://" + request.getServerName(); int serverPort = request.getServerPort(); if (serverPort != 80) { serverUrl += ":" + serverPort; } %> <%= Bean.getHtmlPart("C_HTML_START") %> Alkacon OpenCms Setup Wizard <%= Bean.getHtmlPart("C_HEAD_START") %> <%= Bean.getHtmlPart("C_STYLES") %> <%= Bean.getHtmlPart("C_STYLES_SETUP") %> <%= Bean.getHtmlPart("C_SCRIPT_HELP") %> <%= Bean.getHtmlPart("C_HEAD_END") %> Alkacon OpenCms Setup Wizard - Settings <%= Bean.getHtmlPart("C_CONTENT_SETUP_START") %> <% if (Bean.isInitialized()) { %>
<%= Bean.getHtmlPart("C_BLOCK_START", "OpenCms settings") %>
Enter your server's ethernet (MAC) address <%= Bean.getHtmlHelpIcon("1", "") %>
Enter the URL of your Alkacon OpenCms site <%= Bean.getHtmlHelpIcon("3", "") %>
Enter a name for your Alkacon OpenCms server <%= Bean.getHtmlHelpIcon("2", "") %>
<%= Bean.getHtmlPart("C_BLOCK_END") %>
<%= Bean.getHtmlPart("C_CONTENT_END") %> <%= Bean.getHtmlPart("C_BUTTONS_START") %>
<%= Bean.getHtmlPart("C_BUTTONS_END") %> <%= Bean.getHtmlPart("C_HELP_START", "1") %> Why the ethernet address is needed:
 
Alkacon OpenCms generates unique keys for all resources based on a 128-bit UUID (Universally Unique IDentifier, aka GUID in the Windows world) algorithm. To initialize this algorithm, the ethernet address of the server is required. However, Java has no way of accessing this information from the server hardware because of the sandbox security model.
 
You can leave this field empty, and a random ethernet address will be generated for your OpenCms server. This means there is a very, very, very slight chance that someone else in the universe might create some duplicate keys.
 
Please note: The ethernet (MAC) address is NOT the IP address of the server. A valid MAC ethernet address looks like this: 4f:a1:f1:c2:36:bf. <%= Bean.getHtmlPart("C_HELP_END") %> <%= Bean.getHtmlPart("C_HELP_START", "2") %> The server name:
 
This server name will be used for various log messages in OpenCms.
 
This can be handy if you have to compare logfiles from a couple of different servers. <%= Bean.getHtmlPart("C_HELP_END") %> <%= Bean.getHtmlPart("C_HELP_START", "3") %> The OpenCms site URL:
 
Alkacon OpenCms is capable of managing multiple sites. However, the OpenCms Workplace must always be accessed through one specific URL.
 
The site URL you enter here will be used both as URL to access the Workplace, and as URL for the default site. In case you want to add other sites, or if you want to use different URLs for default site and Workplace, you must manually edit the opencms-system.xml file after the installation. <%= Bean.getHtmlPart("C_HELP_END") %> <% } else { %> <%= Bean.displayError("")%> <%= Bean.getHtmlPart("C_CONTENT_END") %> <% } %> <%= Bean.getHtmlPart("C_HTML_END") %>