Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

No response from tomcat

 
Greenhorn
Posts: 23
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a static method which i am calling from a Servlet and passing the request and response objects as arguments. Purpose of this method is to write the response back to the client...
This is a refactored code, please let me know if you want any more details...



Everything works fine in most cases.
Now whenever the respContent String's size goes beyond a certain limit(more than 240 lines or something) in a client application, I am not receiving any response. However, the log statement here produces the correct log everytime regardless of the size. Client is in another JVM. No Exceptions or errors occurs.


This seems to be related with some tomcat configuration or something, As I tried to replicate the issue in several machines but somewhere i was able to, somewhere i was not...please provide your inputs I'm stuck with this since long
 
reply
    Bookmark Topic Watch Topic
  • New Topic