This is a discussion on Viewing the Jakarta-Tomcat pages on Client machines within the Networking, Firewalls and Security forums, part of the Mastering Servers category; Hi, I have installed Apache and Jakarta Tomcat server on my Linux Server for port no 8080 and 8040. I ...
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
|||
|
Hi,
I have installed Apache and Jakarta Tomcat server on my Linux Server for port no 8080 and 8040. I am able to view the pages for Apache and Jakarta Tomcat on my Linux Server with the address as <IP-address>:8080 for Apache and <IP -Address>:8040 for Tomcat pages. This link for Apache server works on all client machines but after giving the link for Tomcat server it gives the error as "Attemt to connection for <IP-address> Shilpi Goel |
| Sponsored Links | ||
|
|
|
|||
|
Hi,
I hope i didn't enable them.Moreover i don't have information about it also. Can you help me ? How to enable iptables to view Tomcat pages? Thanks & Regards Shilpi Goel |
|
|||
|
Essentially, copy the rules in /etc/sysconfig/iptables, or wherever your startup iptable rules are kept, and copy the rules for port 80, and change it to port 8080.
#iptables -A INPUT -p tcp --dport 8080 -m state --state NEW -j ACCEPT #iptables -A OUTPUT -p tcp --dport 8080 -m state --state NEW -j ACCEPT You might need to add --sport 1024:65535 to those rules, I don't remember. |
|
|||
|
if u already didn't configure iptables so that means you have full access to any open ports. so what I suggest is to install nmap and check the apache port i up or tomcat is up by typing:
nmap -p 1-50000 localhost it will show you the open ports on the host Regards, |
|
|||
|
Should've thought of that!
Adding -sV flag would zero in on the exact port when a firewall isn't up. |
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Nagios on tomcat? | Vince-0 | Linux software | 0 | 04-22-2008 01:30 PM |
| Reverse Proxy to Backend Tomcat Servers | Johnny Utah | Web servers | 8 | 12-13-2007 04:20 AM |
| installation of Linux on machines having 8+ GB Mem | needee1 | Linux hardware | 1 | 10-17-2007 11:04 PM |
| Y2038 bug may hit Unix, Linux machines | Ashish Pathak | The Hangout | 5 | 05-30-2007 04:35 AM |
| Finding machines S/N and Model Type | mlperry | Linux software | 3 | 10-05-2006 10:15 PM |