You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by malcolm hollinger <m_...@charter.net> on 2003/05/03 11:28:53 UTC

tomcat connection to internet

Hey there;
     I've got apache connected tp tomcat and the local host works great when
I'm on the net on my computer but when I go to another computer and access
the net and use try to access tomcat through locathost I get no page found
any ideas...............

        thanx Mac





---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: tomcat connection to internet

Posted by Tim Funk <fu...@joedog.org>.
localhost is the equivalent of 127.0.0.1 which is the loopback address to 
your machine.

OR

localhost is a magic alias which refers to the machine you are currently 
working on.

To access you machnie remotely you either need to:
- know your machines ip address
- know your machines public dns address

Even then - a firewall (or a nat device) may prevent you from doing what you 
want. IN that case - search the archives looking for firewall or NAT.

-Tim

malcolm hollinger wrote:
> Hey there;
>      I've got apache connected tp tomcat and the local host works great when
> I'm on the net on my computer but when I go to another computer and access
> the net and use try to access tomcat through locathost I get no page found
> any ideas...............
> 
>         thanx Mac
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org