Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Goal

Suppose you want to drop the "uPortal" off the url for your portal, i.e. so it can be accessed at "http://my.schoolname.edu".

...

Use a context xml file named ROOT.xml in <catalina_home>/conf/Catalina/localhost/ with this context:

Code Block
xml
xml

<Context path="" docBase="ROOT" debug="0" reloadable="true" crossContext="true"/>

What this does is makes uPortal the "default" webapp for Tomcat, telling it to try to use the contents of the uPortal "Context" for those cases where a request didn't map into another configured context.

TBD: do you need to remove the ROOT folder from webapps?  How does above actually tie to uPortal webapp?