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
Copy file name to clipboardExpand all lines: Fluxnova-build-readme.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,9 +175,9 @@ You can run Fluxnova in two modes: **Tomcat** and **Spring Boot**.
175
175
```
176
176
3. Start the Fluxnova Tomcat server:
177
177
```bash
178
-
sh start-camunda.sh
178
+
sh start-fluxnova.sh
179
179
```
180
-
4. Access the Fluxnova Cockpit at [http://localhost:8080/camunda/app/cockpit/default/#/dashboard](http://localhost:8080/camunda/app/cockpit/default/#/dashboard)
180
+
4. Access the Fluxnova Monitoring interface at [http://localhost:8080/fluxnova/app/monitoring/default/#/dashboard](http://localhost:8080/camunda/app/cockpit/default/#/dashboard)
181
181
182
182
### Running the Spring Boot Version
183
183
@@ -193,7 +193,7 @@ You can run Fluxnova in two modes: **Tomcat** and **Spring Boot**.
193
193
```bash
194
194
sh start.sh
195
195
```
196
-
4. Access the Fluxnova Cockpit at [http://localhost:8080/fluxnova/app/cockpit/default/#/dashboard](http://localhost:8080/fluxnova/app/cockpit/default/#/dashboard)
196
+
4. Access the Fluxnova Monitoring interface at [http://localhost:8080/fluxnova/app/monitoring/default/#/dashboard](http://localhost:8080/fluxnova/app/cockpit/default/#/dashboard)
0 commit comments