You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by go...@gva.es on 2006/03/06 11:46:57 UTC

Can not look at the Tomcat server from another stations.


Hi all users.

I have the next problem. I have installed and configured the Tomcat server, and
have start it, so when I type the direction http://server:8080/ on the
explorer, it shows me the initial page (index.jsp). When I try the same thing,
where server is my IP address, from another station, I can not visualize this
page, so I take the message that the page has not been found. I have been
trying from other PCs, but always with the same result. How can I access to the
this server from anywhere? I have to access the server in other way? Does
anyone knows what I have to change to access the server?

Any kind of help will be very appreciated.

Thank you very much.

Igor.


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


Re: Can not look at the Tomcat server from another stations.

Posted by David Delbecq <de...@oma.be>.
Hi,

Check in server.xml if you have configured a RemoteAddrValve. This is
this valve which could refuse remote connection based on ip.
If there is no such valve configured, then tomcat should respond to your
request, i suggest check firewalling configuration on server os.
If there is such a valve then either remove it either configure it
appropriately.

regards,

gomez_igo@gva.es a écrit :

>Hi all users.
>
>I have the next problem. I have installed and configured the Tomcat server, and
>have start it, so when I type the direction http://server:8080/ on the
>explorer, it shows me the initial page (index.jsp). When I try the same thing,
>where server is my IP address, from another station, I can not visualize this
>page, so I take the message that the page has not been found. I have been
>trying from other PCs, but always with the same result. How can I access to the
>this server from anywhere? I have to access the server in other way? Does
>anyone knows what I have to change to access the server?
>
>Any kind of help will be very appreciated.
>
>Thank you very much.
>
>Igor.
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>For additional commands, e-mail: users-help@tomcat.apache.org
>
>  
>


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