<%@ page import="org.opencms.setup.*,java.util.*" session="true" %><%-- --%><%-- --%><% // next page String nextPage = "../../step_4a_database_validation.jsp"; // previous page String prevPage = "../../step_2_check_components.jsp"; boolean isFormSubmitted = Bean.setDbParamaters(request, CmsSetupBean.MSSQL_PROVIDER); %> <%= 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") %> <% if (Bean.isInitialized()) { %> Alkacon OpenCms Setup Wizard - <%= Bean.getDatabaseName(Bean.getDatabase()) %> database setup <%= Bean.getHtmlPart("C_CONTENT_SETUP_START") %>
<%= Bean.getHtmlPart("C_BLOCK_START", "Database") %> <% if (Bean.getFullDatabaseKey().endsWith("_jpa")) { %> <% } else { %> <% } %>
Select Database <%= Bean.getHtmlForDbSelection() %><%= Bean.getHtmlHelpIcon("7", "../../") %><%= Bean.getHtmlHelpIcon("6", "../../") %>
<%= Bean.getHtmlPart("C_BLOCK_END") %>
 
<% if (Bean.getFullDatabaseKey().contains("_jpa")) { %> <% } else { %> <% } %>
 
<%= Bean.getHtmlPart("C_BLOCK_START", "Database specific settings") %>
  User Password  
Setup Connection <%= Bean.getHtmlHelpIcon("1", "../../") %>
OpenCms Connection <%= Bean.getHtmlHelpIcon("2", "../../") %>
Connection String <%= Bean.getHtmlHelpIcon("3", "../../") %>
Database <%= Bean.getHtmlHelpIcon("4", "../../") %>
  Create database and tables <%= Bean.getHtmlHelpIcon("5", "../../") %>
<%= 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") %> The Setup Connection is used only during this setup process.
 
The specified user must have database administration permissions in order to create the database and tables. This user information is not stored after the setup is finished. <%= Bean.getHtmlPart("C_HELP_END") %> <%= Bean.getHtmlPart("C_HELP_START", "2") %> The OpenCms Connection is used when running Alkacon OpenCms after the installation.
 
For security reasons, the specified user should not have database administration permissions. This user information is stored in the opencms.properties file after the setup. <%= Bean.getHtmlPart("C_HELP_END") %> <%= Bean.getHtmlPart("C_HELP_START", "3") %> Enter the JDBC Connection String to your database. <%= Bean.getHtmlPart("C_HELP_END") %> <%= Bean.getHtmlPart("C_HELP_START", "4") %> Enter the name of the MS SQL Database which should be used by Alkacon OpenCms. <%= Bean.getHtmlPart("C_HELP_END") %> <%= Bean.getHtmlPart("C_HELP_START", "5") %> The setup wizard creates the MS SQL database and the tables for Alkacon OpenCms.
 
Attention: Existing databases will be overwritten!
 
Uncheck this option if an already existing database should be used. <%= Bean.getHtmlPart("C_HELP_END") %> <%= Bean.getHtmlPart("C_HELP_START", "6") %> MS-SQL installation notes:
 
The path of resources is limite to 440 characters, so longer resource paths will not work correctly. <%= Bean.getHtmlPart("C_HELP_END") %> <%= Bean.getHtmlPart("C_HELP_START", "7") %> Traditional SQL drivers are well tested and offer a slight performance increase in comparison with JPA driver. Because SQL drivers are specific for each RDBMS they may be not available for some databases.
 
JPA driver is a new generation driver based on JPA specification (Java Persistence API). It uses modern JPA implementation - Apache OpenJPA which is quite extensible and flexible. <%= Bean.getHtmlPart("C_HELP_END") %> <% } else { %> Alkacon OpenCms Setup Wizard - Database setup <%= Bean.getHtmlPart("C_CONTENT_SETUP_START") %> <%= Bean.displayError("../../")%> <%= Bean.getHtmlPart("C_CONTENT_END") %> <% } %> <%= Bean.getHtmlPart("C_HTML_END") %>