Skip to content
G-Art edited this page Sep 17, 2020 · 1 revision

Start CoreTex also processed through Gradle

To start a platform execute 'run' instruction.

Example:

./gradlew run

You will see a console message that the server has been started and a list of avalible web contexts that were deployed.

Example:

Started Tomcat Server
The Server contexts is:
http://localhost:8008/mc

All contexts is deployed web modules that means that you can see web interface or REST endpoints if click to link.

MC - (Management console) - (http://localhost:8008/mc)

MC is default web module that available OOTB and allows you to communicate with CoreTex platform and represent platform state.

Clone this wiki locally