You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All available Eiffel-Intelligence front-end properties can be found in [application.properties](https://github.com/Ericsson/eiffel-intelligence-frontend/blob/master/src/main/resources/application.properties) example file.
53
+
54
+
## Running in Tomcat instance
55
+
56
+
To run Eiffel Intelligence front-end in Tomcat, the war file must be put into the webapp folder in tomcat installation folder, also called catalina home folder:
57
+
58
+
(catalina home)/webapp/
59
+
60
+
If Eiffel Intelligence front-end should be run without any context-path in the url address, then overwrite ROOT.war file in webapp folder with eiffel-intelligence-frontend-<version>.war file:
Create "config" folder in catalina home folder, if it doesn't exist. Spring and Eiffel Intelligence front-end will look for the application.properties configuration file in config folder:
69
+
70
+
mkdir (catalina home)/config
71
+
72
+
Copy the application.propeties file into the newly created config folder:
73
+
74
+
cp application.properties (catalina home)/config
75
+
76
+
Start Tomcat and Eiffel Intelligence front-end in background/daemon mode by executing command:
77
+
78
+
(catalina home)/bin/catalina.sh start
79
+
80
+
To run Tomcat and Eiffel Intelligence front-end with logs printed to console:
81
+
82
+
(catalina home)/bin/catalina.sh run
83
+
84
+
## Eiffel Intelligence front-end configurations and properties
85
+
86
+
All available Eiffel Intelligence front-end properties can be found in [application.properties](https://github.com/Ericsson/eiffel-intelligence-frontend/blob/master/src/main/resources/application.properties) example file.
87
+
88
+
More documentation of each Eiffel Intelligence front-end property and configurations can be found in [Configuration page](https://github.com/eiffel-community/eiffel-intelligence-frontend/blob/master/wiki/markdown/configuration.md)
0 commit comments