"localhost" is a virtual host.
So, you will need to set up a new virtual host on IIS for "myserver" if one isn't already setup.
Then you will need to modify server.xml and add a new virtual host (see the Host container for localhost for an example). Or you can Alias "myserver" to localhost in server.xml. Then you will need to change your properties files so that the new host header is picked up.
Repeat the above for as many virtual hosts as you need, such as host1.com, host2.com, host3.com, whatever.
John
On Tue, 8 Jul 2003 10:06:22 -0500, List <[EMAIL PROTECTED]> wrote:
Hi,
I got Tomcat 4.1 and IIS 5 working together with ISAPI_REDIRECT. Only thing that I cannot find out is how to use the machine name and not
the localhost.
http://localhost/examples/whateva.jsp works, but http://myserver/examples/whateva.jsp
does not(500 error). Any help is appreciated. Thanks in advance!
TN
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
