Giter Site home page Giter Site logo

eureka-listener-tomcat's Introduction

eureka-listener-tomcat

DESCRIPTION

Eureka is a REST (Representational State Transfer) based service that is primarily used in the cloud for locating services for the purpose of load balancing and failover of middle-tier servers.

This is a sample Apache Tomcat Lifecycle Listener to register all the applications deployed in the tomcat with the Eureka server.

CONFIGURATION

Eureka Application needs to register with the eureka server for their locality and to be identified by the Loadbalancers and other services. This Listner can be used to register/deregister the application deployed in the tomcat.

After building the project with maven please copy the jar with all dependencies in to the tomcat lib folder along with the eureka-client.properties and change the below propery with instance of deployed eureka server.

eureka.serviceUrl.default=http://server-ip/eureka/v2/

After copying the libraies in to the lib folder add EurekaListner to the tomcats Context.xml.

Above lifecycle event will register and deregister the application with the eureka server based on the triggering of the event.

Similarly there are different listners for the other application servers and those Listners can be implemented in the same way to register the applications with the eureka server.

eureka-listener-tomcat's People

Contributors

venu141287 avatar venu1412 avatar

Stargazers

CARBONNEAUX Mathieu avatar

Watchers

James Cloos avatar  avatar Vamshi Yerrabelli avatar

Forkers

hanhongyuan

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.