You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by anthony G <sc...@gmail.com> on 2005/06/02 23:20:43 UTC

I cannot get virtual hosts to work Tomcat 5.5.9

Platform:  Windows 2003
Tomcat: Tomcat 5.5.9 Standalone

I cannot get virtual hosts to work.

Server.xml:

<Host name="test.com" appBase="E:\Webspace\" autoDeploy="true"
debug="0" deployXML="true" unpackWARs="true">
       <Alias>www.test.com</Alias>
</Host>

I have the context located here

$CATALINA_HOME/conf/[enginename]/test.com/test.xml

test.xml:

<Context docBase="test/ROOT" path=""><ResourceLink name="jdbc/test"
global="jdbcTest"/></Context>


Actual Path to my Virtual host is E:\Webspace\test\ROOT

I get page cannot be found when I try and go to test.com.

I  had this same exact configuration on Tomcat 5.0.28 and it worked
perfectly.  Please HELP any assistance is greatly appreciated.

Thanks,

-Anthony

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org