You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2001/01/16 15:11:05 UTC

BugRat Report #781 has been filed.

Bug report #781 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/781>

REPORT #781 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: high
Severity: serious
Confidence: public
Environment: 
   Release: 1.2.1
   JVM Release: 1.2.2
   Operating System: NT
   OS Release: 4.0
   Platform: PC

Synopsis: 
Problems with virtual hosts on NT

Description:
I have apache with http and https virtual servers.
I'd like to connect each of them to virtual Tomcat host.
Virtual hosts names are somehost:80 and somehost:443
When I put those names as <Host name="somehost:80"> and <Host name="somehost:443"> Tomcat tries creating directory in \work containing :443 and :80 in name. It should work for Unix, but colon is not permitted in NT (because of A:, C: drive notation).