• 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 hangs while I'm connected to internet

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,
I have this problem since some time..
I have a perfectly running installation of tomcat, but if I connect to internet it just hangs up, keeping saying "loading page" while I try to connect to any page. I tried to change the port to 18080 but the problem is still unsolved.
Tomcat version is 5.5.25 while java is EE 5.03.
I tried to look at tomcat logs but no error is found.

Thanks for any help or suggestion!!

Chiara
 
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

I have a perfectly running installation of tomcat


Please describe the conditions under which it runs perfectly - especially what the client is and how you address tomcat from the client.

if I connect to internet it just hangs up,


I am not clear on what you mean by that. What is different from the above?

Please describe your system a bit more - is there a firewall in use?

Bill
 
Chiara Rasi
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
thanks for the reply!!
If I work with the server on my computer (just for testing purposes) and I call pages from the web browser (explorer,firefox) they are correctly loaded. When (on the same pc)I connect to DSL or I use a LAN connection to surf the web, they stop loading and the browser page just freezes, telling me "loading page". The cpu usage of the browser application changes from 1-2% to 48-50%.
I'm working on the port 18080 so the application address is http://localhost:18080/myapp

Any idea?
Thanks again,

Chiara
 
Chiara Rasi
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ah and I'm not under a firewall!
 
William Brogden
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
That is rather mystifying!

Does this happen with really simple HTML pages having no links to external resources?

Bill
reply
    Bookmark Topic Watch Topic
  • New Topic