aliases under tomcat

2003-08-08 Thread Julien Martin
Hello, I would like "fr.localhost" and "en.localhost" to resolve to "localhost". I have created the aliases under tomcat but I was told by someone on the mailing list that further configuration was needed on the dns side. I am running w2k. Can anyone tell me h

aliases under tomcat

2003-08-11 Thread Julien Martin
Hello, In order to internationalize a web application I would like several hosts to map to a unique directory i.e. "fr.localhost" and "en.localhost" to map to "localhost". I have created an alias under the "localhost" host of tomcat which I have called "fr.localhost". When I type in http://fr

Re: aliases under tomcat

2003-08-10 Thread Bill Barker
Eventually, you'll need to have your DNS server recognize the names. But to get started, you can just edit your system's host file and make "fr.localhost" etc. aliases for localhost. "Julien Martin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hello, In order to internationalize a

Re: aliases under tomcat

2003-08-14 Thread John Turner
Edit %WINDOWS_ROOT%\System32\Drivers\Etc\Hosts. If Hosts doesn't exist, copy Hosts.sam to Hosts and edit it. John Julien Martin wrote: Hello, I would like "fr.localhost" and "en.localhost" to resolve to "localhost". I have created the aliases under tomc