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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T13:53:31+00:00 2026-05-19T13:53:31+00:00

At work we have many Spring apps running on one tomcat server. Some of

  • 0

At work we have many Spring apps running on one tomcat server. Some of the apps have their own domains with a virtualhost in apache that rewrites requests from /url to /context_root/url.

This is all fine and good except for when I use some of springs tag libs that handle urls. An example is the <form:form> tag which creates an action of /context_root/form and takes the user away from /. Now, the app still works when that happens but management doesn’t want to see the context root.

What is the best way to tackle this?

  • 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-19T13:53:31+00:00Added an answer on May 19, 2026 at 1:53 pm

    In case anyone stumbles into this, I did end up finding the answer.

    With Tomcat you can have multiple hosts. So I setup a host with my app as the default webapp. Here’s an example:

    Add another Host to server.xml

    <Host name="lilhug.mydomain.com"  appBase="lilhug"
            unpackWARs="true" autoDeploy="true"
            xmlValidation="false" xmlNamespaceAware="false"/>
    

    Create some files and directories

    mkdir $CATALINA_HOME/lilhug
    mkdir $CATALINA_HOME/conf/Catalina/lilhug.mydomain.com
    

    If you want the Tomcat manager for this host

    cd $CATALINA_HOME/conf/Catalina
    cp localhost/manager.xml lilhug.mydomain.com
    

    Then restart tomcat and you’re good. Deploy the lilhug app to / using the /manager running at your new host or copy the war to $CATALINA_HOME/lilhug/ROOT.war

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

Sidebar

Related Questions

I have many cookie-cutter spring beans and don't want to explicitly define each one
I have had many requests come in to a project that I work on,
I am using Spring MVC on the server side, but in one of the
How could I integrate Spring with Hibernate using sql server 2005 and have Unicode
I'm using Spring.net with NHiberante (HibernateTemplate) to implement my DAO's. I also have some
At work we have an application to play 2K (2048*1556px) OpenEXR film sequences. It
At work we have two competing theories for salts. The products I work on
At work I have a standard desk (4 legs, flat surface, you get the
At work we have 4 people working together on a few different projects. For
For work I have to code with an external company's API to deal 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.