Application deployment
- Start the ZooKeeper of the ElasticJob-Lite designated registry.
- Run the jar file containing ElasticJob-Lite and business code. It is not limited to the startup mode of jar or war.
- When the job server is configured with multiple network cards, the network card address can be specified by setting the system variable
elasticjob.preferred.network.interface
. ElasticJob obtains the first non-loopback available IPV4 address in the network card list by default.
Operation and maintenance platform and RESTFul API deployment (optional)
- Unzip
elasticjob-lite-console-${version}.tar.gz
and executebin\start.sh
. - Open the browser and visit
http://localhost:8899/
to access the console. 8899 is the default port number. You can customize the port number by entering-p
through the startup script. - The method of accessing RESTFul API is the same as the console.
elasticjob-lite-console-${version}.tar.gz
can be obtained by compilingmvn install
.
当前内容版权归 ElasticJob 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 ElasticJob .