OK, so would it look something like this:

127.0.0.1:8080  localhost       tomcat
127.0.0.1               localhost       windows

or am I completely off?

In IIS I physically named the server; can I phyically name the Tomcat
server?

//SIGNED//
 
Jerry Nelson


-----Original Message-----
From: Filip Hanik - Dev [mailto:[EMAIL PROTECTED]
Sent: Friday, August 27, 2004 1:18 PM
To: Tomcat Users List
Subject: Re: ASP.NET and Tomcat on same computer


yes, if you in your \windows\system32\drivers\etc\hosts file
you can add 

127.0.0.1    localhost    servername

and servername will map to localhost

filip
----- Original Message ----- 
From: "Nelson, Jerry W, Contractor 146CF, SCB"
<[EMAIL PROTECTED]>
To: "Tomcat Users List (E-mail)" <[EMAIL PROTECTED]>
Sent: Friday, August 27, 2004 3:07 PM
Subject: ASP.NET and Tomcat on same computer


I am running ASP.NET(with IIS) and Apache-Tomcat on the same computer.  In
IIS, I can give the IIS a name.  Can I do the same thing with Aapche-Tomcat.
This way I can access either one by entering http://servername
<http://servername>  as opposed to http://localhost <http://localhost>  or
http://localhost:port <http://localhost:port> ?
 
//SIGNED//
 
Jerry Nelson


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to