Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9115425
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T04:25:46+00:00 2026-06-17T04:25:46+00:00

I have several web applications that are deployed as .war files on a Tomcat

  • 0

I have several web applications that are deployed as .war files on a Tomcat server. Each web application has an ApplicationListener.java class which implements ServletContextListener. Within the ApplicationListener.java classes, I use ScheduledExecutorService to spawn a single thread which is used to consume messages from a queue:

@Override
public void contextInitialized(ServletContextEvent event) {

    ReferenceData.init();

    scheduler = Executors.newSingleThreadScheduledExecutor();
    scheduler.scheduleAtFixedRate(new ScheduledConsumer(), 0, ReferenceData.CONSUME_INTERVAL, TimeUnit.MILLISECONDS);

}

Here is my question: Is it possible to create an additional web application that can “talk” with all of the others? I essentially want to create a dashboard that will let me display the current ReferenceData.CONSUME_INTERVAL values (used in the code above) for each web application, as well as the ability to update their values.

Is this possible? I would appreciate any design recommendations, details, or examples.

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T04:25:47+00:00Added an answer on June 17, 2026 at 4:25 am

    This is a kind of configuration, right?

    Well you could create one JMX-Beans in each of your application(slave), and a new Application that proxy all those JMX-Beans(master). Those JMX-Slaves register/unregister themselves to JMX-Master.

    Now you got some Points:

    • implemented User-Interfaces in the Manager-App of tomcat.
    • implemented security-roles.
    • implemented persistence of JMX-Master-Configuration.

    (The JMX-Master may be solved in a one-class-app)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have developed Flex - Java - Spring Web Application that I have deployed
I have several web applications that make use of packages using WebActivator. On my
I have several web applications in production that utilize NFS mounts to share resources
I have a library project that should be the base for several web applications.
So I have a web application that integrates with several other APIs and services
I have built a little web application with several *.js files. I am using
We have several web applications that create a shopping cart, save it to a
I have deployed a Rails application on Heroku (web-server thin). When I push it,
In the company that I work for we have several web-based applications that require
I have several ASP.NET MVC 3 Web applications that have a lot of common

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.