Start Of A Single Service

1 jump to corresponding service directory

e.g. PublicService

  1. cd linkis-publicservice

2 Execute Launch

  1. sh start-publicservice.sh

3 Startup Success Check

  • (1) Judging logs can be viewed by looking at linkis.out
  1. less -i logs/linkis.out
  • By viewing the Eureka interface

View service startup on Eureka interface, see method:

Use http://${EUREKA\_INSTALL\_IP}:${EUREKA\_PORT}, open in browser, see whether the service was registered successfully.

If your Eureka home page shows a microservice, it indicates that the service is started successfully and can be provided externally:

Eureka