DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25066>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25066

Add flag to disable context at startup

           Summary: Add flag to disable context at startup
           Product: Tomcat 5
           Version: 5.0.15
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


How about adding an on/off flag for the context. Provided there's one it would
be possible to prevent starting a context during startup, but would allow
starting this context later. This is especially a case for bundled applications
admin, manager and balancer. 

The corresponding <Context> element might look like this:

<Context path="/admin" docBase="../server/webapps/admin"
        debug="0" privileged="true"
        startup="false" >
</Context>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to