You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/06/30 09:12:59 UTC

DO NOT REPLY [Bug 21175] New: - httproot and alias configuration into Coyote Connector

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: tomcat-dev@jakarta.apache.org
        ReportedBy: dario.bonino@rgi.it


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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org