• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

problem on tomcat 4.1

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I am wondering how can you let other computers to access your server's jsp/servlets in Tomcat. I can acess them through my own computer, but still do not know why other computer cannot access it using web browser.
Thank you.
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Other computers have to be able to address your machine with a URL. If you are all on the same network you can use the network name of your computer. If you mean Internet access, then you have to have an assigned public IP address. Do you have a permanent Internet connection?
 
Alex Leung
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, I have used the server ip address on the client URL.
This is what I have done:
- I installed tomcat 4.1 and have broadband internet connection (permanent) on the server computer.
- my server ip is fixed to 82.34.xxx.x and I can access my tomcat servlets with server's internet explorer:
http://82.34.xxx.x:8080/index.jsp
- everything is completely fine, but only to the server.
- recently I used another computer (client) to access the tomcat of the server, by using the exact url as above. (of course with xxx.x change back to the real digits) But it always show: the page cannot be displayed.
- I have tried switching the firewall off from the server, but do not work, I ping client from server and received 100%, but pinging server from client will result 100% loss, and I do not know why.
It is like the server do not really exist to another computer. So the main point is, http://82.34.xxx.x:8080/index.jsp only work on the server itself but not to any other computer.
Do you know why? Thank you.
 
His brain is the size of a cherry pit! About the size of this ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic