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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T07:23:10+00:00 2026-05-28T07:23:10+00:00

When I try to request for a non existent resource using a GET request

  • 0

When I try to request for a non existent resource using a GET request for –

http://localhost:8080/jackrabbit/server/default/jcr:root/user/abc/article/article-1.0.json

I am expecting a 404 response but in JSON format. But instead I get an html response –

<html><head><title>Apache Tomcat/6.0.32 - Error report</title>...</body></html>

How can I make sure that this content is returned in JSON format instead of HTML format. I have specified the following in web.xml but that did not help –

<mime-mapping>
    <extension>json</extension>
    <mime-type>application/json</mime-type>
</mime-mapping>
  • 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-28T07:23:11+00:00Added an answer on May 28, 2026 at 7:23 am

    You should configure a 404 error page that sets the proper content type and outputs JSON.

    <error-page>
        <error-code>404</error-code>
        <location>/notFoundJSON</location>
    </error-page>
    

    Where /notFoundJSON is mapped to a servlet that uses response.setContentType(..) and writes JSON to the response.getWriter()

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

Sidebar

Related Questions

I try to send a request to my server via GET, but qooxdoo sends
I'm using pylons, and some of my urls contains non-English characters, such as: http://localhost:5000/article/111/文章标题
I'm try to send and get data using sockets between Adobe flash client and
I try Request.Form.Set(k, v) but it's throwing exception Collection is read-only
i want to add ?orderBy=countryasc to my current url. I try with Request.Url but
I'm try to redirect any request to mydomain.com/video/(.*) to video.mydomain.com/$1. I have the following
I'll try to describe the situation. We have a web service; on each request
Try loading this normal .jpg file in Internet Explorer 6.0. I get an error
Try as I might I cannot get my head around what the IteratorIterator class
I've started to add HTTP support to a custom C# non-webserver application which seems

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.