简体   繁体   中英

store JBoss port in DB

I have been doing research on how I can store ports info (eg RMI, http port etc) in database instead of storing in system/env variable or in jboss-service.xml. However, I am unable to find any. I understand I can store, get port info from DB and then dump port info into system/env variables. however I would like to know if there are any built-in and/or 3rd party lib/api which already have the capability to get port info from a DB and jboss can auto pick up and no need to set as system/env variables. Hope someone can help solving the puzzle.

Thanks -A

It's unlikely that some ready-out-of-the-box tool exists for such specific task.

If the intent is to simplify the process of configuration then you might prefer to use some configuration management tool. One of the best is Chef .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM