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

javascript - How to process users in one specific order using map o each function? -

java - Two interface have same method name with different return type -

javascript - Linking from page A to a specific iframe on page B -