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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:26:53+00:00 2026-05-27T20:26:53+00:00

Based on Java Servlet Specification Version 3.0 : In the Web application deployment descriptor,

  • 0

Based on Java Servlet Specification Version 3.0:

In the Web application deployment descriptor, the following syntax is used to define mappings:

A string beginning with a ‘/’ character and ending with ‘/*’ suffix is used for path mapping.

A string beginning with ‘*.’ prefix is used as an extension mapping.

A string containing only the ‘/’ character indicates the “default” servlet of the application.

All other strings are used for exact matches only.

so, I have next questions:

  1. How I can process this URL pattern: “/foo/bar/*.jsp”?

  2. What principal difference between ‘/*’ and ‘/’?

  • 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-27T20:26:54+00:00Added an answer on May 27, 2026 at 8:26 pm
    1. Use less restrictive pattern (for example, /foo/bar/*) and apply additional restrictions programmatically.

    2. / handles request only if its URL doesn’t match any other mapping, whereas /* follows normal mapping precendence rules.
      For example, if you map front controller of your application as /* you won’t be able to render JSP pages, because /* takes precendence over built-in JSP servlet mapped to *.jsp.

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

Sidebar

Related Questions

In a Java servlet based web application, is there any way to execute some
I am currently building a java-servlet-based web application that should offer its service to
Let's share Java based web application architectures! There are lots of different architectures for
I have a Java based web-application using Java Server Faces and Facelets. I am
I have Java servlet-based web applications. I would like to implement some operations in
I have a Spring framework based Java web application, which has been built in
I am creating reports (with JasperReports ) in a Java based web application. Each
Recieved the following error whilst testing a small apache strut based web application ive
Let's say I have a running Java-based web application with 0 or more valid
I am developing web based application in Java [GWT] I am facing problem with

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.