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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T20:10:29+00:00 2026-05-22T20:10:29+00:00

I have been learning RESTful webservices following this tutorial http://www.vogella.de/articles/REST/article.html . As I understand,

  • 0

I have been learning RESTful webservices following this tutorial http://www.vogella.de/articles/REST/article.html. As I understand, the url to access the rest service is

http://your_domain:port/display-name/url-pattern/path_from_rest_class

and that the display-name is configured in web.xml. However the actual url is

http://your_domain:port/**war_fileneme**/url-pattern/path_from_rest_class

Is this correct?
the url would look awkward if war filename also contained version info. So is it possible to override this?

I am using Tomcat 7.0, Jersey and Eclipse IDE.

Thanks.

  • 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-22T20:10:29+00:00Added an answer on May 22, 2026 at 8:10 pm

    this is the context path.
    since you can have multiple contexts in tomcat, each one has to have its own context path, and by default tomcat uses the war filename prefix, but if you deploy in tomcat’s ROOT webapp directory you can access your webapp at

    http://your_domain:port/display-name/url-pattern/path_from_rest_class

    otherwise it’s always:

    http://your_domain:port/context/display-name/url-pattern/path_from_rest_class

    but you can alter this value by choosing an apppropriate context path in web.xml:

    something like

    <context path="mypath">
     ...
    </context>
    

    should yield:

    http://your_domain:port/mypath/display-name/url-pattern/path_from_rest_class

    check here for some info:

    http://tomcat.apache.org/tomcat-7.0-doc/config/context.html#Attributes

    hope that helped…

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

Sidebar

Related Questions

I have been learning about the basics of C# but haven't come across a
I have been learning C++ for three months now and in that time created
I have been learning more and more javascript; it's a necessity at my job.
I have been learning to use Emacs for a little while now. So far
I have been learning C++ with some books from school that are from the
WARNING: I have been learning Python for all of 10 minutes so apologies for
I come from classes object orientation languages and recently I have been learning those
In a progression of languages, I have been learning C and C++. Now I
I have been slowly learning SQL the last few weeks. I've picked up all
I've been learning Lisp to expand my horizons because I have heard that it

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.