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=21175>.
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=21175

httproot and alias configuration into Coyote Connector

           Summary: httproot and alias configuration into Coyote Connector
           Product: Tomcat 5
           Version: 5.0.3
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Connector:Coyote HTTP/1.1
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


For developer host we like tomcat with http connector
on port 80, without IIS or Apache.

Now we make one Servlet Context for each alias we need.
Can Coyote connector support "httproot" and "alias" configuration?

Example:
<Connector className="org.apache.coyote.tomcat5.CoyoteConnector" ... >
 <root dir="C:\myroot">
 <alias path="/path" dir="C:/dir">
 <Factory className="org.apache.catalina.net.DefaultServerSocketFactory"/>
</Connector>

Thank you for your patience and for your effort
to build open source software.

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

Reply via email to