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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T04:32:17+00:00 2026-05-14T04:32:17+00:00

Alright, this is a very simple question. I just installed Tomcat 6 on my

  • 0

Alright, this is a very simple question. I just installed Tomcat 6 on my Mac to play around with it, and every tutorial I look at says the first thing to do to create a new web application is to add a line to the server.xml file with defines a new Context. Fair enough. However, my question is, I don’t see a line in there for the example web applications, so how do those work?

  • 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-14T04:32:18+00:00Added an answer on May 14, 2026 at 4:32 am

    The sample web applications use the default host defined in $CATALINA_HOME/conf/server.xml:

    <!-- Define the default virtual host
           Note: XML Schema validation will not work with Xerces 2.2.
       -->
      <Host name="localhost"  appBase="webapps"
            unpackWARs="true" autoDeploy="true"
            xmlValidation="false" xmlNamespaceAware="false">
      ...
      </Host>
    

    Notice the appBase attribute (which is defined relative to $CATALINA_HOME). If you drop a .war file in that folder, it will be auto-deployed as a context in the default host. Tomcat will dynamically create a context if none is defined in $CATALINA_HOME/conf/server.xml (actually there are a couple of other places contexts can be defined too but that is outside the scope of this discussion).

    So for example, if you drop a war file named mycontext.war in $CATALINA_HOME/webapps, you’ll be able to reach it with your web browser at the url http://localhost:8080/mycontext/ (assuming you haven’t changed the default port and autoDeploy settings that tomcat ships with). This is how the examples that ship with tomcat are set up.

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

Sidebar

Related Questions

Alright guys, this should be a very simple request. I'd like to run a
Alright, so I know this is a large Procedure, but my question is very
Alright I know this is more than likely a amateur question but I have
Alright I don't see why this isnt working. It seems pretty simple. Here is
Alright, this specific layout is just annoying me. And can't seem to find a
Alright, I have some weird behavior and this question goes to the people out
This may be a very simple issue, but I've been stuck with this for
Alright, so this is getting very very annoying. I have an unmanaged VC 2010
Maybe this is a very silly question, but the book I'm reading instructed me
I have a very simple table structure here. Just a list of words related

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.