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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T06:25:16+00:00 2026-05-27T06:25:16+00:00

I am using Eclipse Java-EE and I’m trying to make a servlet from there.

  • 0

I am using Eclipse Java-EE and I’m trying to make a servlet from there. However, I see a problem with mapping url-pattern in web.xml, the tomcat server wont initialise when the value inside the url-mapping is not the same as the project name? Is there a way I can assign different url-mapping value apart for the project name? 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-27T06:25:17+00:00Added an answer on May 27, 2026 at 6:25 am

    for example your servlet definition is as below

     <!-- Define the servlet -->
     <servlet>
        <servlet-name>yourServlet</servlet-name>
        <servlet-class>com.YourServlet</servlet-class>
    </servlet>
    <servlet-mapping>
        <servlet-name>yourServlet</servlet-name>
        <url-pattern>/servlet</url-pattern>
    </servlet-mapping>
    

    Say, your application root context is “webapplication” and your server is running on localhost,port 8080. then you can access above servlet
    http://localhost:8080/webapplication/servlet

    if you are asking about Web Context root (webapplication in above example) then you can also change it. in eclipse, right click your project->properties -> Web Project Setting and change name of your appplication in Context Root field.

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

Sidebar

Related Questions

I have web application written in java using Eclipse. It has just one servlet
When using Eclipse or NetBeans IDE on a Java project I get to see
I recently started using Eclipse at work for my Java servlet projects. I've been
I'm Dalsam from Korean. 24old I'm using Eclipse java tools, and develop android. I
I'm using Eclipse to code Java (for Android) and I'm trying to debug the
I am trying to create a new File in Eclipse using the following Java
I'm using Eclipse Java EE IDE and launch Tomcat from the Server's tab on
Umm, I've been using Eclipse for Java development and I am trying to use
I was trying to check out a project from SVN using Eclipse. I tried
I have the opposite problem as Upgrade Eclipse java compiler : I'm using Eclipse

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.