Hi all, Recently, I created a Web Service with JAX-WS on Tomcat. My application is able to send big (up to 10MB) files to the server. Unfortunately, when I send these big files, I get a java read timed out error. Is it a Tomcat problem? Could someone help me to fix it?
Thank you.