java - Is it possible to use the configuration of an application server from another server? -


this weird situation. run main application in application server(say was) , sub application in server (say jboss). , sub application needs use configuration made in main application server(for example , sub application needs use objectpoolmanager configuration made in jboss). possible?

no. can of course write kind of adapter, reads configuration , translates jboss format , sets jboss configuration. however, think cost-benefit-factor such development very bad.


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

asp.net core mvc - How important is the global.json and src folder? -

c++ - Using Gtest how return different values in ON_CALL? -