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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T12:56:06+00:00 2026-05-25T12:56:06+00:00

I am trying to use Mozilla Firebug for checking the response form the server

  • 0

I am trying to use Mozilla Firebug for checking the response form the server side

I have written a sample program as shown

public class Test extends HttpServlet {

    public void doGet(HttpServletRequest request, HttpServletResponse response)
            throws ServletException, IOException {

        response.setContentType("text/html");

        PrintWriter io = response.getWriter();
        io.println("Hi Rai");

    }

}

The response is coming in the browser , but there isn’t any response inside the console tab of the Firebug

Please see the screenshot of the response under Browser and Mozilla Firebug console tab

http://imageshack.us/f/716/seea.jpg/
Please help me if i am doing anything wrong .

  • 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-05-25T12:56:07+00:00Added an answer on May 25, 2026 at 12:56 pm

    Short answer:

    Enable scripts debugging.
    Switch to Console in Firebug and click Profier button to enable profiler.
    Reload the page.
    Click the profiler button again to see the loaded data. 
    

    That would work with a well-formed xml document, loaded into browser.

    In your case:

    As we can see from the code, you only generate text, not a well-formed html.

    Console tab in Firebug is for displaying a consolidated firebug data. You should switch to HTML tab in firebug to see your HTML markup, since your page is just a string of text. For console to work you also need to enable java script debugging in firebug, which you also don’t have on your page.

    The main problem with this example is that you are returning a plain text string from a server. Firebug is capable and intended for the debugging of structured XML data, not strings of text.

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

Sidebar

Related Questions

Right now I have simple form with a single input. I'm trying to use
I'm trying to use Storage mechanism in Mozilla platform (in thundebird 3.0). The following
I'm trying use self-signed certificate (c#): X509Certificate2 cert = new X509Certificate2( Server.MapPath(~/App_Data/myhost.pfx), pass); on
I was trying to use the program cURL inside of BASH to download a
I am trying to use curl with a proxy. I have the following code:
I'm trying to get the sample code from Mozilla that consumes a REST web
i'm trying to login to Flash Site using ASP.NET C# httprequest.... i use Firebug
I have application that received data via HTTP POST requests. I'm trying to use
I'm trying to use Mozilla Rhino in my Java application for Android to evaluate
I am trying to use URLLoader to load an XML file from server (same

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.