OH...OK.  Guess there is no getting around typing in the port number.

Thanks

//SIGNED//
 
Jerry Nelson


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


IIS doesn't physically name anything, it appearently sets up an internal DNS
for you.
and I showed you the same way by using the hosts file on your computer

127.0.0.1    localhost    windows    tomcat

if you type 
http://tomcat:8080/ (it will translate into http://127.0.0.1:8080/
same way as 
http://tomcat/ (it will translate into http://127.0.0.1:80/
or
http://windows/ (it will translate into http://127.0.0.1:80/

Filip


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


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]

---------------------------------------------------------------------
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