From tomcat-user-return-128057-apmail-jakarta-tomcat-user-archive=jakarta.apache.org@jakarta.apache.org Fri Jun 03 16:08:32 2005 Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 92816 invoked from network); 3 Jun 2005 16:08:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Jun 2005 16:08:31 -0000 Received: (qmail 58798 invoked by uid 500); 3 Jun 2005 16:08:12 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 58718 invoked by uid 500); 3 Jun 2005 16:08:12 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 58680 invoked by uid 99); 3 Jun 2005 16:08:11 -0000 X-ASF-Spam-Status: No, hits=1.0 required=10.0 tests=FORGED_RCVD_HELO,HTML_40_50,HTML_MESSAGE,PLING_QUERY,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of Rossen.Angelov@sourcemedia.com designates 207.241.10.34 as permitted sender) Received: from tmgate2.thomsonmedia.com (HELO tmgate2.thomsonmedia.com) (207.241.10.34) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 03 Jun 2005 09:08:06 -0700 Received: from tmskoex01.tm.thomsonmedia.com (ip-33.bankinfo.com [207.241.10.33]) by tmgate2.thomsonmedia.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id j53G7tdc013218 for ; Fri, 3 Jun 2005 11:07:55 -0500 (CDT) Received: by tmskoex01.thomsonmedia.com with Internet Mail Service (5.5.2657.72) id ; Fri, 3 Jun 2005 11:07:55 -0500 Message-ID: <4F8DDDFDAC9A864AAED5BB875129DF4B0690CCED@tmskoex01.thomsonmedia.com> From: "Angelov, Rossen" To: "'Tomcat Users List'" Subject: RE: servlet request time out ?! Date: Fri, 3 Jun 2005 11:07:54 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C56856.664D83E6" X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C56856.664D83E6 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I= tried adding it to my .../WEB-INF/web.xml .... 45 ... but I started getting errors when tomcat is deploying the context: Jun 3, 2005 11:51:20 AM org.apache.commons.digester.Digester error SEVERE: Parse Error at line 28 column 11: The content of element type "web-app" must match "(icon?,display-name?,description?,distributable?,context-param*,filte= r*,fil ter-mapping*,listener*,servlet*,servlet-mapping*,session-config?,mime-= mappin g*,welcome-file-list?,error-page*,taglib*,resource-env-ref*,resource-r= ef*,se curity-constraint*,login-config?,security-role*,env-entry*,ejb-ref*,ej= b-loca l-ref*)". org.xml.sax.SAXParseException: The content of element type "web-app" m= ust match "(icon?,display-name?,description?,distributable?,context-param*,filte= r*,fil ter-mapping*,listener*,servlet*,servlet-mapping*,session-config?,mime-= mappin g*,welcome-file-list?,error-page*,taglib*,resource-env-ref*,resource-r= ef*,se curity-constraint*,login-config?,security-role*,env-entry*,ejb-ref*,ej= b-loca l-ref*)". It looks like an XML error, but I don't see where is the problem. Removing the above 3 lines gets rid of the errors Ross -----Original Message----- From: J. Alejandro Zepeda Cort=E9s [mailto:janux@chile.com] Sent: Thursday, June 02, 2005 11:10 AM To: Tomcat Users List Subject: Re: servlet request time out ?! Maybe the setting in your web.xml is not enough for your request? 45 ----- Original Message ----- From: "Angelov, Rossen" To: "'Tomcat Users List'" Sent: Thursday, June 02, 2005 11:34 AM Subject: RE: servlet request time out ?! > I would like to bring that issue up again as I haven't resolved it y= et and > haven't found what's causing it. > > Any help and ideas are welcome! > > Thanks, > Ross > > -----Original Message----- > From: Angelov, Rossen > Sent: Thursday, May 26, 2005 1:33 PM > To: 'Tomcat Users List' > Subject: servlet request time out ?! > > > Hi, > Does anybody know about a time out on a servlet request with Tomcat = 5? > > The problem is that I have a request that takes about 30 minutes but= the > browser keeps waiting for the response forever. I tried different br= owsers > but it's the same behavior. > > I put debug statements in the doPost method and it's finishing corre= ctly. > The last debug statement is printed out but the browser is still wai= ting for > the response. > > Ross > > "This communication is intended solely for the addressee and is > confidential and not for third party unauthorized distribution." > > > > "This communication is intended solely for the addressee and is > confidential and not for third party unauthorized distribution." > > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org "This communication is intended solely for the addressee and is confidential and not for third party unauthorized distribution." ------_=_NextPart_001_01C56856.664D83E6--