Tomcat 5.0.28:

I would like to set up a virtual local host to test on my system. The name of the domain for testing doesn't really matter but I chose test.localhost and had the appBase point to webapps/test (see below):

      <Host name="test.localhost" appBase="webapps/test">
        <Context path="" docBase="."/>
      </Host>

Anyway I copied a test app into webapps/test but selecting http://test.localhost/ results in FF appending www. to the front and IE not displaying anything.

All literature on the web seems to be linux based with modifying Apache hosts.conf. I am not running with Apache locally so that is not an option.

Any good linkage I might of missed or a simple 1.2.3 for me?

Thanks Graham Reeds.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to