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

  • Home
  • SEARCH
  • 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 7857241
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T20:58:38+00:00 2026-06-02T20:58:38+00:00

I am embedding Tomcat 7 into my Java application. In the constructor I set

  • 0

I am embedding Tomcat 7 into my Java application. In the constructor I set the variable:

this.tomcat = new Tomcat();
this.started = false;

I then have another method called at a later point to start it:

this.tomcat.start();
this.started = true;

I use the this.started variable to keep track of whether I ever started the server. Means that the state of the server is kept multiple times (internally by Tomcat and again in the variable). Ideally, I would like to just use the Tomcat API to get the status of the server, but I have not been able to find a method to do it.

The best alternative that I have found is trying to open a connection to the server. It seems like a slow (in CPU time scale) and resource inefficient solution.

  • 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-02T20:58:42+00:00Added an answer on June 2, 2026 at 8:58 pm

    this.tomcat.getServer().getState();

    or

    this.tomcat.getServer().getStateName();

    Those are standard Lifecycle methods and can be called on the Server or any Engine, Host, Context, Connector, Realm etc.

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

Sidebar

Related Questions

Embedding Jetty webserver into a Java application is supposedly easy; examples abound. No examples
When embedding a JavaScript interpreter (Rhino) into a Java application (to be able to
I'm embedding Jetty (version 7.4.5.v20110725) into a java application. I'm serving JSP pages in
I am embedding Lua into a C/C++ application. Is there any way to call
I recently started embedding Tomcat 7 for my integration tests, rather than Tomcat 6
I'm thinking about embedding arbitrary JSON in the DOM like this: <script type=application/json id=stuff>
Consider the requirements for embedding help in a Java desktop application (or applet): Single
I'm embedding some driver into a Linux kernel when I get this error (I'm
Have tried all the embedding approaches listed on W3 schools and then some more.
I'm working on embedding Python 2.6 into an existing c++ application. So far I

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.