enabling tomcat web apps to be served from Ubuntu lucid
- by user558925
Hi,
I have tomcat running on 8080 on a ubuntu lucid server. I am able to access it fro local machine. However I am unable to access the tomcat from any machine outside.
Is it due to firewall restrictions.
WHat do I need to do to enable accessing tomcat from remote machines.
Tried adding this rule to iptables but it did not solve
iptables --table nat --append PREROUTING --protocol tcp --destination-port 80 \
--in-interface eth0 --jump REDIRECT --to-port 8080
Any help would be appreciated
Thanks
Bala Thiruppanambakkam