• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tomcat server, cannot access?

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
I am using tomcat server to view my jsp/servlet pages ....
the thing is, when My friend from another computer tries to access it over the internet .... it doesn't work.
It just shows an error page.
Is there something i must set? Or Tomcat cannot be access by anywhere in the net? only local?
(ps: I've set the URL to http://202.the.rest.of.the.ip/files/ )
Ryan
 
Ranch Hand
Posts: 282
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
have you set the 202...that rest of ip in your conf file instead of your localhost(or intranet) ip ?
also check if you have any firewall or proxy which doesn't allow your system to be exposed directly on the internet.
 
Ryan Yeap
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Amit Agrawal*:
have you set the 202...that rest of ip in your conf file instead of your localhost(or intranet) ip ?



in my conf file? where is the file? which one do i change? Thanks alot.

[This message has been edited by Ryan Yeap (edited September 04, 2001).]
 
Ryan Yeap
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Anyone?
 
Ranch Hand
Posts: 254
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
here is what I did for my friend to view the jsp's which I created(iplanet and jrun- did the same thing for apache and tomcat too)
1)Add the ip to the hosts file
1)go to IE or netscape and add the IP in the box which says " do not use proxy for...
It worked for us. Try it
Beksy
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic