java - Multiple Apache Felix instances -


currently working on requirement use multiple apache felix instances serve different routes of single web application.

essentially, we'd first instance process search requests such ~/search , second instance process else.

firstly, can't find many examples of approach i'm unsure if it's idea begin or if there better approach.

secondly, best place handle url mapping?

thank in advance

more info:

there existing felix web application not want modify. search functionality of website being updated , no longer interacting existing application. instead, it's using solr index team deploy additional felix instance proxy solr wraps additional logic. i'm not 100% sure if ideal solution why i'm curious if has encountered/solved similar problem.


Comments