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 8858629
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T14:52:27+00:00 2026-06-14T14:52:27+00:00

ex) abc.war is deployed in Jboss. I want to know that jboss is started

  • 0

ex) abc.war is deployed in Jboss.

I want to know that jboss is started or not… in already deployed java source(abc.war).

there is running a thread to check it out.

but I wondering how can I know my jboss is completelly started.

or How to know the end point which jboss is successfully started.

cos I have to execute some method after jboss is completelly on.

jboss5.0 + spring3.0 + jre1.6

  • 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-14T14:52:28+00:00Added an answer on June 14, 2026 at 2:52 pm

    EDIT: I just realized that you were aiming at JBoss 5. AFAIK, the below advice works only with JBoss 7.x. Please tell if it is still relevant to you. Otherwise I will delete the answer.

    You can use the Jboss Management API for this. HEre is an example of how to access JBoss management using JBoss detyped management (jboss.dmr) library:

        final ModelNode request = new ModelNode();
        request.get(ClientConstants.OP).set("read-resource");
        request.get("recursive").set(true);
        request.get(ClientConstants.OP_ADDR).add("subsystem", "deployments");
    
        ModelControllerClient client = null;
        try {
            client = ModelControllerClient.Factory.create(InetAddress.getByName(MANAGEMENT_HOST),
                    MANAGEMENT_PORT);
        } catch (final UnknownHostException e) {
            log.warn("unable to create ModelControllerClient on {}:{}, {}", new Object[] {
                    MANAGEMENT_HOST, MANAGEMENT_PORT, e });
            return;
        }
        ModelNode response = null;
        try {
            response = client.execute(new OperationBuilder(request).build());
        } catch (final IOException e) {
            log.warn("unable to perform operation : {}, {}", request, e);
            return;
        }
    
        log.info("request returned following results:");
        final ModelNode resultNode = response.get(ClientConstants.RESULT);
        for (final String key : resultNode.keys()) {
            log.info("{} : {}", key, resultNode.get(key));
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm deploying a JRuby/Rails app packed up into abc.war, and it is deployed with
I know that [abc] will match any one character from that set. The matched
$whois abc.com I want to use python to hit this command, and then give
abc = Encoding.GetEncoding(xyz); //Throws exception if xyz non existing. Is there a way to
I have a method 'ABC' that does some stuff. The ABC method is called
Assuming: strings = [abc, a, bc] str = bc I want to: {% if
I have a jar file (kept in jboss-home/server/default/lib) and a war file (kept in
There is site http://abc.com (made in PHP, MySQL, Apache, Linux environment). Currently, MySQL on
abc def abcd efgh If I have a large string with a space that
In abc.php, i have a form whose action is xyz.php. I want $email=$POST['txtEmail'] to

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.