This repository was archived by the owner on Dec 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 100
FAQs
pprasanna edited this page Jul 17, 2013
·
4 revisions
- Update "eureka.port" to your desired port number, in eureka-server/conf/eureka-client.properties
- Update "eureka.serviceUrl.defaultZone" and "eureka.serviceUrl.default.defaultZone" to your desired machine name and/or port, in eureka-server/conf/eureka-client-test.properties
- Build and deploy Eureka
- Update "eureka.serviceUrl.default" to your desired machine name and/or port, in rss-middletier/src/main/resources/middletier.properties
- Update "eureka.serviceUrl.default" to your desired machine name and/or port, in rss-edge/src/main/resources/edge.properties
- Build and deploy middletier and edge
- Update build.gradle to the following for rss-middletier project
- Add a new file "rss-middletier/WEB-INF/web.xml" with the following contents
- Build middletier
- Copy rss-middletier/build/libs/rss-middletier-*.war into Tomcat webapps directory
- Run export CATALINA_OPTS="-Darchaius.deployment.applicationId=middletier -Darchaius.deployment.environment=dev"
- Start tomcat
Same as the above as middletier