<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div>
<blockquote type="cite" class="">
<div class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Sorry
 but could you be pedantically detailed?</span></div>
</blockquote>
</div>
<br class="">
<div class="">No apologies needed for that which comes naturally. ;p</div>
<div class=""><br class="">
</div>
<div class="">Servlet containers will generally designate a webapp to be the "root" for the host, e.g.
<a href="http://idp.calstate.edu/content" class="">idp.calstate.edu/content</a>.  They come with some distributions, typically as a webapp named ROOT.</div>
<div class=""><br class="">
</div>
<div class="">You can stick files at the root of ROOT -- e.g. /opt/tomcat/webapps/ROOT/ -- and have them hosted at
<a href="http://idp.calstate.edu/" class="">idp.calstate.edu/</a> while the IdP runs at
<a href="http://idp.calstate.edu/idp/" class="">idp.calstate.edu/idp/</a>.  That allows you to keep ROOT unpacked and fiddle with it any time you like, making it a natural place for static content for pages the IdP hosts.</div>
<div class=""><br class="">
</div>
<div class="">Pros: Replacement of basic files without touching the IdP.</div>
<div class="">Cons: The IdP is less self-contained.</div>
</body>
</html>