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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T21:22:11+00:00 2026-06-05T21:22:11+00:00

Suppose I have a Java Servlet that takes a while to finish computing it’s

  • 0

Suppose I have a Java Servlet that takes a while to finish computing it’s response, but I’d like the client to see intermediate response rather than wait for it to finish. For example, suppose I have the following doGet code:

protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException
{
    resp.setContentType("text/html");
    PrintWriter out = new PrintWriter(resp.getOutputStream());

    out.println("<h1>The Title</h1>");
    out.flush();

    // ... some computation that takes a while

    // ... now print the result via out

    out.close();
}

When I am running Tomcat locally, and accessing the Servlet, I can see the <h1> before the entire computation is completed.

However, when I run it on my server, and access it via Apache, I only get the response after the entire request is completed (in other words, I get a blank screen instead of the <h1> which I expect to receive).

I suspect that the issue is somewhere in AJP or Apache, seems like it’s ignoring the calls to flush(), but I can’t seem to find where the problem is.

On the server I’m using Tomcat 6, Apache 2.2.21 and AJP 1.3

  • 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-05T21:22:13+00:00Added an answer on June 5, 2026 at 9:22 pm

    Turned out all I needed was to build the APR based Native library for Tomcat. After properly building and installing it based on the instructions here, it worked fine with AJP.

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

Sidebar

Related Questions

Suppose I have a Java servlet that I want to use for two (or
Suppose that I have a Java class with a static method, like so: class
In Java, suppose I have a method that takes in two lists of integers,
Suppose I have a Java method that returns a HashMap object. Because a LinkedHashMap
I'm trying to implement java like url pattern matching in php. Suppose i have
Suppose we have the Java code: Object arr = Array.newInstance(Array.class, 5); Would that run?
Suppose I have a Java class that has 100K worth of method code containing
Suppose I have a task that is pulling elements from a java.util.concurrent.BlockingQueue and processing
Suppose I have a simple Java class like this: public class User { String
Suppose that I have a Java program within an IDE (Eclipse in this case).

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.