How do expect that it will resolve the name dev without DNS? you can try
using an IP address if you don't have DNS server.

On 12/13/06, Jim Reynolds <[EMAIL PROTECTED]> wrote:

Hello,

Every new install of Tomcat always has a <Host name of localhost> and
that is good.

If I do not have a DNS entry, can I create another <Host> and use a
name of something bogus? Something for me to play with on my local PC?

I tried something like this:
<Host name="localhost" appBase="webapps">

      </Host>

      <Host name="dev" debug="0" appBase="devme"
         unpackWARs="true" autoDeploy="true">
             <Context path="" docBase=""
                  debug="5" reloadable="true" crossContext="true" />

       </Host>

And if I hit http://localhost all is happy
But if I hit http://dev nothing pops up?

Anyone?

Thanks,

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




--
"talk trash and carry a small stick."
PAUL KRUGMAN (NYT)

Reply via email to