I have a large and growing number of requirements for aliases, and the
existing (new for Tomcat 7) aliases= attribute is unwieldy for me. The line
is already 289 characters long ;-(
 
It would be a lot more convenient if aliases could be specified individually
via a repeatable nested <Alias> entry, something like:
 
<Context>
<Alias aliasPath="/xyz" docBase="/real_path"/>
...
</Context>
 
Comments welcome.
 
EJP

Reply via email to