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=4042>. 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=4042 webapp component requires Port directive versus Listen directive ------- Additional Comments From [EMAIL PROTECTED] 2002-04-28 03:47 ------- Here is an apparent workaround. Just add the port at the end of ServerName inside the vhost definition, like so: Listen ##.##.##.##:80 NameVirtualHost ##.##.##.## <VirtualHost ##.##.##.##> ServerName tomcat.bonevich.com:80 DocumentRoot /usr/local/tomcat/webapps WebAppConnection warpConnection warp www.bonevich.com:8008 WebAppDeploy examples warpConnection /examples/ </VirtualHost> I have not played around too much with this yet, but it does appear to work. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
