Original address: http://dangdangdotcom.github.io/elastic-job/post/1.x/web_console/
Yun Sooth Station
The Elastic-job platform is provided as a war package and can be deployed to a web container that supports servlet, such as Tomcat or jetty.
Elastic-job-console.war can be obtained by compiling the source code or from the MAVEN central repository. Log in
The default username and password is root/root, and you can modify the default login username and password by modifying the Conf\auth.properties file. Main function
Login Security Control
Registration Center Management
Job Dimension Status View
Server Dimension Status View
Quick Modify Job Settings
Control job pause, resume running, stop and delete design idea
The operational dimension platform is not directly related to Elastic-job, either by reading job registry data to show job status, or by updating the registry data to modify the global configuration.
The console can only control whether the job itself is running, but it cannot control the start and stop of the job process, because the console and the job itself are completely distributed, and the console does not control the job server. item Add job is not supported . Because jobs are added automatically at the first run, it is not necessary to add jobs using the Operations dimension platform. Main Interface Overview page
Registration Center Administration page
Job Details page
Server Details page
=============================================================================================================== =