Changes for page Installation
Last modified by Achraf El Kari on 2022/09/02 08:04
<
>
edited by Outhman Moustaghfir
on 2022/07/07 18:50
on 2022/07/07 18:50
edited by Outhman Moustaghfir
on 2022/07/08 12:46
on 2022/07/08 12:46
Change comment:
(Autosaved)
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 10 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -103,8 +103,7 @@ 103 103 104 104 **Congrats !!! **you have installed iXPath successfully, and you can log in to the app on the "http:~/~/localhost" URL and use "admin" as user and "admin" as password. 105 105 106 -(% class="wikigeneratedid" %) 107 -= II - Architecture of iXPath : = 106 += II - Architecture of iXPath : = 108 108 109 109 here is a brief presentation of the roles of each component in the iXPath app. 110 110 ... ... @@ -114,7 +114,7 @@ 114 114 115 115 Updating the iXPath app or just some components g__oes exactly the same as the online installation__, which makes the internet network necessary to fetch any updates from the remote resources. 116 116 117 -= IV - Configurations & Services=116 += IV - Configurations & Monitoring = 118 118 119 119 there are configuration files that help to maintain all needed parameters for the functioning of iXPath. 120 120 ... ... @@ -121,14 +121,14 @@ 121 121 * config.properties: configuration of the Engine. here we can configure ports, directories, hosts ... 122 122 * config.ini: Configuration of "Portail". here we configure all parameters to connect Engine to Portail. 123 123 124 -=== 1) Ports 123 +=== 1) Ports === 125 125 126 126 * As mentioned before, iXPath takes 8090 (Engine) and 8091 (COM) automatically as ports. 127 127 if in any case, you want to change them, go to **./SERVER/engine/ixEngine.cmd **script and change them to wanted ports, then execute the script on administrator mode. 128 128 For example, we want to change the Engine port to 9090 and the COM port to 9091 129 -[[image:1657208183258-245.png||height="48" width="712"]] 128 +[[image:1657208183258-245.png||height="48" width="712"]] 130 130 \\and make the changes on **./SERVER/engine/config.properties :** 131 -\\[[image:1657208426432-822.png||height="349" width="478"]] 130 +\\[[image:1657208426432-822.png||height="349" width="478"]] 132 132 \\and same for **./SERVER/wwwroot/ ** : 133 133 [[image:1657208646920-357.png||height="146" width="543"]] 134 134 ... ... @@ -148,6 +148,78 @@ 148 148 [[image:2022-07-07_17h45_14.png||height="163" width="724"]] 149 149 150 150 151 - *150 +=== 2) Services === 152 152 152 +* To maintain services on your operating system, go to the search bar and type "services.msc" : 153 + 154 +[[image:1657272390060-679.png||height="200" width="387"]] 155 + 156 +the services related to iXPath are : 157 + 158 +[[image:2022-07-08_10h29_02.png||height="62" width="646"]] 159 + 160 +[[image:2022-07-08_10h30_20.png||height="16" width="654"]] 161 + 162 +here you can start, restart, pause, or stop the service target by right-clicking on it and choosing the option needed after accessing its properties: 163 + 164 +[[image:manage-startup-type.png]] [[image:startup-type.png]] 165 + 166 + 167 + 168 +{{{NB: all services must be running to run the iXPath app correctly. 169 +}}} 170 + 171 +* if the Apache service cannot be on running status because of the unavailability of port 80, please follow these steps : 172 +** open a command line and type : **netstat -aon | findstr :80** 173 +[[image:1657273380453-615.png||height="308" width="512"]] 153 153 175 +** Next, you type the command: **tasklist /fi "pid eq 4" ** 176 +[[image:1657273433854-228.png||height="202" width="513"]] 177 +** stop and disable the following services : 178 +*** **world wide web publishing service (W3SVC)** 179 +*** **windows activation service (WAS)** 180 +*** **SQL Server Reporting Services (ReportServer)** 181 +*** **BranchCache (PeerDistSvc)** 182 +*** **Network Connection Broker (NcbService) ** 183 +** start apache service 184 +[[image:1657275791598-755.png||height="233" width="356"]] 185 + 186 + 187 +=== 188 +3) Logs === 189 + 190 +There are some log files to help you figure out what causes a dysfunctioning of the iXPath app, and here are all of them : 191 + 192 +|(% rowspan="8" %)((( 193 +=== **COM** === 194 +)))|(% rowspan="2" %)((( 195 +===== **PORTAL** ===== 196 +)))|iXPath Front Php:|/var/www/html 197 +|Portal Log:|/var/www/html/Logs 198 +|(% rowspan="6" %)((( 199 +===== **COM** ===== 200 +)))|Source:|/opt/ixpathCom/ixpathCom.jar 201 +|LogRest:|/ixServer/LOGS/REST (logREST.log) 202 +|Communication Protocol|/mnt/ixpath-data-sim/ixServer/CONFIG/COM/ 203 +|Communication Protocol (AS2) Log|/mnt/ixpath-data-sim/ixServer/CONFIG/COM/AS2/LOGS 204 +|LogAppCOM:|/var/log/ixpathCom (logRESTCOM.log) 205 +|ENV|/mnt/ixpath-data-sim/ixServer/ENV 206 +|(% rowspan="4" %)((( 207 +=== **ENGINE** === 208 +)))|(% rowspan="3" %)((( 209 +===== **ENGINE’s Log** ===== 210 +)))|Source:|/opt/ixpath/ixpath.jar 211 +|LogRest:|/ixServer/LOGS/REST (logREST.log) 212 +|LogApp:|/var/log/ixpath (ixpath.log ou ixpathErr.log) 213 +|((( 214 +===== **Process LOGS** ===== 215 +)))|Process LOGS|/ixServer/LOGS/ENGINE 216 +|((( 217 +=== **BDD** === 218 +)))|((( 219 +===== **DataBase** ===== 220 +)))|Query Log|/var/log/mysql 221 + 222 + 223 + 224 +
- 1657272390060-679.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.omoustaghfir - Size
-
... ... @@ -1,0 +1,1 @@ 1 +61.2 KB - Content
- 1657273380453-615.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.omoustaghfir - Size
-
... ... @@ -1,0 +1,1 @@ 1 +286.0 KB - Content
- 1657273433854-228.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.omoustaghfir - Size
-
... ... @@ -1,0 +1,1 @@ 1 +110.1 KB - Content
- 1657275149853-325.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.omoustaghfir - Size
-
... ... @@ -1,0 +1,1 @@ 1 +215.2 KB - Content
- 1657275791598-755.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.omoustaghfir - Size
-
... ... @@ -1,0 +1,1 @@ 1 +175.4 KB - Content
- 2022-07-08_10h29_02.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.omoustaghfir - Size
-
... ... @@ -1,0 +1,1 @@ 1 +11.9 KB - Content
- 2022-07-08_10h30_20.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.omoustaghfir - Size
-
... ... @@ -1,0 +1,1 @@ 1 +3.4 KB - Content
- manage-startup-type.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.omoustaghfir - Size
-
... ... @@ -1,0 +1,1 @@ 1 +9.1 KB - Content
- startup-type.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.omoustaghfir - Size
-
... ... @@ -1,0 +1,1 @@ 1 +9.3 KB - Content
- wyQuu5TvEPzRyr6wh3fXmJ-970-80.jpg
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.omoustaghfir - Size
-
... ... @@ -1,0 +1,1 @@ 1 +25.2 KB - Content