https://issues.apache.org/bugzilla/show_bug.cgi?id=53359

          Priority: P2
            Bug ID: 53359
          Assignee: dev@tomcat.apache.org
           Summary: Request for <Aliases> or <Alias> as element inside
                    <Context>
          Severity: enhancement
    Classification: Unclassified
          Reporter: esmond.p...@bigpond.com
          Hardware: PC
            Status: NEW
           Version: 7.0.27
         Component: Catalina
           Product: Tomcat 7

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>

as opposed to current:

<Context
    path="/cLabs"
    crossContext="true"
   
aliases="/EDSILabCatalog=c:/xampp/htdocs/cLabs/EDSILabCatalog,/EDSILabs=c:/xampp/htdocs/cLabs/EDSILabs,/Global=c:/xampp/htdocs/cLabs/Global,/Skyline=c:/xampp/htdocs/cLabs/Skyline,/Sun=c:/xampp/htdocs/cLabs/Sun,/Sunset=c:/xampp/htdocs/cLabs/Sunset,/Tech2000=c:/xampp/htdocs/cLabs/Tech2000"
    />

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to