
I had organized my possess linux incase and hosted a Java scheme covering using Tomcat server.When I admittance http://linux_box_ip:8080 on my linux incase it entireness well.Then when I proven to admittance this covering by typewriting the http://linux_box_ip:8080 in a scheme covering from a windows xp box, I can’t admittance my scheme application. Can anyone verify me what needs to be organized in visit to admittance my linux incase from windows box? BTW my linux ip come is impulsive and allocated by my ISP/cable consort comcast. Thanks in advance…
Related Blogs
- Fibre War Hots Up, As Main One Lands Submarine Fibre Cable in …
- Cedar Point Communications Launches Next-Generation Solution that …
- Chernin in, Zucker out? « Inside Cable News
- Your Top Links most Web Site/AJAX Performance Performance …
- mobile sound | Free Handphone HP Mobile Phone Application Download …
- Building Flex and Java supported CRUD application using Flash Builder …
- Battling complexness in super scheme applications « JTeam Blog / JTeam …
- Performance Antipatterns in AJAX Applications Performance …
- SpringSource Launches Developer Edition of tc Server | ICT magazine
- From the Mule's representative – Musings from the MuleSoft Experts » Blog …
Related Blogs
- Cedar Point Communications Launches Next-Generation Solution that …
- Chernin in, Zucker out? « Inside Cable News
- Your Top Links most Web Site/AJAX Performance Performance …
- mobile sound | Free Handphone HP Mobile Phone Application Download …
- Building Flex and Java supported CRUD application using Flash Builder …
- Battling complexness in super scheme applications « JTeam Blog / JTeam …
- Performance Antipatterns in AJAX Applications Performance …
















On a Windows-only network, Windows runs some “magic code” (not DNS and not WINS) internally to match IP addresses to logical names. I don’t think that connection works across other operating systems, except my Windows machine can see my mac.
Two solutions…
1) From the Window machine, access the web site with the IP address (http://192.168.0.2:8080…) of the Linux box.
2) Define the the Linux IP address in a DNS server, make sure your Windows box resolves from it, and use that logical name in the Windows web browser.
Now, on the chance I misunderstood your question, and you ARE putting the public IP address in place of “linux_box_ip”, then…
If the Windows box and Linux box NAT their local addresses through a router…
… and it’s the same router
Try using the linux box’s private IP address from Windows. If it works, but the public IP doesn’t, check the router firewall and default gateway on the Linux box.
… and it;s a different router
Check to see if you have port 8080 passing through the router.
If the Linux box’s only IP address is the public IP address from your ISP, and the Windows box is on a different network, check firewall settings.
Also, make sure your ISP doesn’t filter out port 8080 requests through their firewall (I know SBC filters SMTP requests and blocks them, but I’ve never heard of anyone blocking 8080 - it’s just a thought - since it’s a dynamic IP address, no telling what games they play with it).
Did you unblock port 8080? Try shutting down your firewall (on the linux machine)(if you are running redhat it would be /sbin/service iptables stop) If you can access it now..problem solved. If you want to access your machine via a domain name, not ip register a no-ip domain (you can register for free).