• 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

http request from localhost:8080 times out but is ok from domain server

 
Ranch Hand
Posts: 87
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello. I am trying to upgrade Tomcat/JRE version to the latest (Tomcat 9, JDK/JRE 8). I want to test all this from my pc, localhost:8080, and one of the connections the servlet is configured to make is to a domino server via port 63148.

When i deploy the war to any domain server and run on the previous version of Tomcat (7), the http request/connection to the Domino server port 63148 is fine. However, from localhost:8080, I get a timeout.

I am able to telnet to the Domino server port 63148 and receive an automatic connect response.

Does anybody know if this is some sort of firewall thing? That seems to contradict me being able to telnet. Thank you so much.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic