User Tools

Site Tools


installation:04-ms-sql

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
installation:04-ms-sql [2020/02/13 16:18]
mpospisek [Overview]
installation:04-ms-sql [2020/03/25 21:16]
mpospisek ↷ Page name changed from installation:ms-sql to installation:04-ms-sql
Line 11: Line 11:
   * aducid-useradmin.war   * aducid-useradmin.war
   * ADUCID.properties   * ADUCID.properties
-All modified files (except ADUCID.properties, here you need to enter your hostname) **are already prepared on distribution DVD** in the /root/mssql directory of the virtual machine.+All modified files (except ADUCID.properties, where you need to enter your MSSQL DB hostname) **are already prepared on distribution DVD** in the /root/mssql directory of the virtual machine.
  
 ===== List of modifications ===== ===== List of modifications =====
Line 17: Line 17:
 ==== AIM.war ==== ==== AIM.war ====
  
-/opt/tomcat/webapps/AIM/WEB-INF přejmenovat spring-resources.xml_mssql na spring-resources.xml+In the directory /opt/tomcat/webapps/AIM/WEB-INF, the file spring-resources.xml_mssql has been renamed to spring-resources.xml
  
 ==== Other .war files ==== ==== Other .war files ====
  
 +In the directory WEB-INF/lib, the file provider-shared-*.jar has been modified.
  
-Upravíme provider-shared-4.1.0.RC1.jar a vyměníme ho v těchto .war (adresář WEB-INF/lib) +This file contains several files named dispatcher-servlet-provider-shared.xml*.  
- +The file dispatcher-servlet-provider-shared.xml_mssql was renamed to dispatcher-servlet-provider-shared.xml
-    proof-code-admin  +
-    proof-code-user  +
-    proof-form-admin  +
-    proof-form-user +
-    aducid-useradmin +
- +
-Úprava provider-shared-*.jar: Soubor dispatcher-servlet-provider-shared.xml_mssql přejmenujeme na dispatcher-servlet-provider-shared.xml+
  
  
 ==== ADUCID.properties ==== ==== ADUCID.properties ====
  
 +You need to change syntax of database specification (default is commented with #) 
 +<sxh bash>
 +#DB_AIM_NAME=aim
 +DB_AIM_NAME=//[hostname];databaseName=aim;
 +</sxh>
  
-Do ADUCID.properties se dává pouze druhá polovina řetězce pro připojení do DB - v případě MS SQL tedy //[hostname];databaseName=aim;. V konfiguraci je druhá polovina - jdbc:sqlserver:.+<sxh bash> 
 +#DB_PROVIDER_NAME=provider 
 +DB_PROVIDER_NAME=//[hostname];databaseName=provider; 
 +</sxh>
  
  
  
    
installation/04-ms-sql.txt · Last modified: 2020/03/25 21:16 by mpospisek