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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T23:05:38+00:00 2026-06-06T23:05:38+00:00

Here is my Jersey Service and I access the service using url http://host:port/contextroot/welcome/data When

  • 0

Here is my Jersey Service and I access the service using url

http://host:port/contextroot/welcome/data

When I map the Jersey servlet to /welcome/* – I get an an 404 error. But when I say /* in web.xml, my request goes through fine. I do not want all the requests in my webapp to go through jersey. How do i restrict the path to just requests with /welcome?

@Path("/welcome")
public class WelcomeRestJson {

    @POST
    @Path("/data")
    @Produces("text/plain")
    @Consumes("application/json")

    public String processPostData(MyObject myObject) {
        System.out.println("Inside processPostData");
        return "success";
    }

}

  • 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-06T23:05:40+00:00Added an answer on June 6, 2026 at 11:05 pm

    When mapping the servlet to /welcome/* simply change the path template of the root resource (WelcomeRestJson) from @Path(“/welcome”) to @Path(“/”) – that way the same URL (http://host:port/contextroot/welcome/data) will work as before.

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

Sidebar

Related Questions

I follow tutorial here on how to create web service using RESTful web service
I have a JAX-RS REST service implemented using Jersey. One of the cool features
I made a small Rest webservice using Jersey 1.11. When i call the url
I am trying to develop a basic Restful service using Jersey Maven and Eclipse
I have a REST- Server here using JERSEY. I must log the IP (better
I'm using the Jersey Client library to run tests against a rest service running
I'm building a RESTful web service using Jersey that relies on MongoDB for persistence.
I have some @javax.xml.bind.annotation.Xml... annotated classes here intended for a RESt web service. Jersey
I am using Jersey for both service and client. When I am trying to
I am using Jersey client for http-based request. It works well if the file

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.