Re: Re[2]: Tomcat works on Linux localhost but not in the network

2006-04-22 Thread josemanuel lopez
yeap . I disable the firewall and I'm getting response, but do you know how to enable the firewall and allow access to the port 8080 only I'm running RedHat EE r3 Thanks --- Corobitsyn Roman <[EMAIL PROTECTED]> wrote: > You must check your network and firewall settings. > > Try to use ip

Re: Re[2]: Tomcat works on Linux localhost but not in the network

2006-04-22 Thread josemanuel lopez
yeap . I disable the firewall and I'm getting response, but do you know how to enable the firewall and allow access to the port 8080 only Thanks --- vineesh kumar <[EMAIL PROTECTED]> wrote: > Check ur firewall by using telnet like > telnet hostname 8080 > if it is connecting to the 8080

Re: Re[2]: Tomcat works on Linux localhost but not in the network

2006-04-17 Thread vineesh kumar
Check ur firewall by using telnet like telnet hostname 8080 if it is connecting to the 8080 port, ur firewall is ok.if u are not able to connect,he problem is of firewall.also In some cases like in IE it may not work properly if u simply type hostname:8080, u should use something like http://19

Re[2]: Tomcat works on Linux localhost but not in the network

2006-04-17 Thread Corobitsyn Roman
You must check your network and firewall settings. Try to use iptables E.g. in SUSE can help SUSEFirewall2 (edit /etc/sysconfig/SuSEFirewall2 file) jl> Thanks jl> but I was able to access the port 80 for apache, jl> and I got tha welcome page ... jl> where can I check if that is the pro