...
If your version is 6.9.0.0 or later, please skip this step. 1/ Open the file C:\Program Files\Optilogistic\Axiodis6\...\tomcat\conf\bi\context.xml and copy in C:\Program Files\Optilogistic\Axiodis6\...\tomcat\conf\context.xml all missing lines and only them.
|
| |||||||||||||
If your version is 6.9.0.0 or later, please skip this step. 2/ Paste them just after the tag <Context containerSciFilter=""> in the target file. | ||||||||||||||
3/ Setup the database accesses in the target context.xml file. You have to replace some variables in the file (look at the list on the right). You have three database accesses to setup:
| List of variables to replace: #{HOSTNAME} → Axiodis server hostname Ex: gcrec02.optilogistic.dom #{CACHE_HOSTNAME} → Cache database hostname Ex: gcsql01 #{CACHE_HOSTPORT} → Cache database hostport number Ex: 1533
#{CACHE_DB} → Cache database name Ex: REC_V6_MINOR_BI1 #{CACHE_DB_USERNAME} → Cache database username Ex: REC_V6_MINOR_BI1 #{CACHE_DB_PASSWD} → Cache database password #{AXIODIS_HOSTNAME} → Axiodis main database hostname Ex: gcsql01 #{AXIODIS_HOSTPORT} → Axiodis main database hostport number #{AXIODIS_DB} → Axiodis main database name Ex: REC_V6_MINOR_AX1 #{AXIODIS_DB_USERNAME} → Axiodis main database username Ex: REC_V6_MINOR_AX1 #{AXIODIS_DB_PASSWD} → Axiodis main database password #{INFOCENTER_HOSTNAME} → Axiodis datawarehouse database hostname Ex: gcsql01 #{INFOCENTER_HOSTPORT} → Axiodis datawarehouse database hosport number #{INFOCENTER_DB} → Axiodis datawarehouse name Ex: REC_V6_MINOR_IC1 #{INFOCENTER_DB_USERNAME} → Axiodis datawarehouse database username #{INFOCENTER_DB_PASSWD} → Axiodis datawarehouse database password | |||||||||||||
4/ In C:\Program Files\Optilogistic\Axiodis6\...\tomcat\conf\logging.properties add the following line if missing:
| ||||||||||||||
5/ In C:\Program Files\Optilogistic\Axiodis6\...\conf\axio.remote.properties add the following line:
Replace #{HOSTNAME} by the Axiodis server hostname (see step 3). | ||||||||||||||
6/ In C:\Program Files\Optilogistic\Axiodis6\...\tomcat\conf\server.xml add the following line:
|
...