Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 43468 invoked from network); 5 Apr 2006 15:41:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Apr 2006 15:41:12 -0000 Received: (qmail 24813 invoked by uid 500); 5 Apr 2006 15:40:54 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 24795 invoked by uid 500); 5 Apr 2006 15:40:53 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 24784 invoked by uid 99); 5 Apr 2006 15:40:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Apr 2006 08:40:53 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [129.196.250.12] (HELO dhrseasvgw01.danahermail.com) (129.196.250.12) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Apr 2006 08:40:52 -0700 Received: from dhrseasvxf02.messaging.danaherad.com (dhrseasvxf02.messaging.danaherad.com [172.29.152.76]) by dhrseasvgw01.danahermail.com (BorderWare MXtreme Mail Firewall) with ESMTP id 4157FD944E for ; Wed, 5 Apr 2006 08:40:31 -0700 (PDT) Received: from dhrseasvxb01.messaging.danaherad.com ([172.29.152.77]) by dhrseasvxf02.messaging.danaherad.com with Microsoft SMTPSVC(6.0.3790.2499); Wed, 5 Apr 2006 08:40:29 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Problem whith constructs of directories? Date: Wed, 5 Apr 2006 08:40:28 -0700 Message-ID: <24D874BD2FF1CB4793BB914F2F29E59B01044805@dhrseasvxb01.messaging.danaherad.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problem whith constructs of directories? thread-index: AcZYxjRXNKy5E8/qSjyE2sCVTLkHxwAAL4NQ From: "Asensio, Rodrigo" To: "Tomcat Users List" X-OriginalArrivalTime: 05 Apr 2006 15:40:29.0824 (UTC) FILETIME=[44899000:01C658C7] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Is your IDE or your tomcat who create the CoffeeNet.xml in the = catalina/localhost ? I recommend you use the CoffeeNet.xml in the catalina and delete the = context from the server.xml The below folders structure MUST be kept, if your tomcat do not found = the web.xml into your webapp, that context will never raise. -----Original Message----- From: Jos=E9 Mar=EDa Trist=E1n [mailto:jtristan@sedasolubles.com]=20 Sent: Wednesday, April 05, 2006 11:35 AM To: 'Tomcat Users List' Subject: RE: Problem whith constructs of directories? I have the context declaring in the server.xml but tomcat make a = CoffeeNet.xml into /Catalina/localhost.=20 When i delete the context into server.xml the error is the next: 05-abr-2006 17:30:12 org.apache.catalina.core.StandardHostDeployer install INFO: Procesando URL de archivo de configuraci=BEn de Contexto = file:C:\Tomcat\con\Catalina\localhost\CoffeeNet.xml 05-abr-2006 17:30:12 org.apache.catalina.startup.ContextConfig applicationConfi INFO: Falta el archivo web.xml de la aplicaci=BEnb. Utilizando los = par=DFmetros por defecto StandardEngine[Catalina].StandardHost[localhost].StandardContext[/CoffeNe= t] If you saw muy directories don't have the same path. Por example, = classes and lib is out of WEB-INF.=20 Thank you. -----Mensaje original----- De: Asensio, Rodrigo [mailto:rodrigo.asensio@gilbarco.com] Enviado el: mi=E9rcoles, 05 de abril de 2006 17:21 Para: Tomcat Users List Asunto: RE: Problem whith constructs of directories? The docBase should refer to where your jsps and/or html are. %docBase%/my.jsp /other.html /WEB-INF/lib /WEB-INF/classes /WEB-INF/web.xml Now, where are you declaring this context ? Into a context file inside = %TOMCAT%/conf/Catalina/localhost/CoffeeNET.xml ?? Or in %TOMCAT%/conf/server.xml ?? =20 -----Original Message----- From: Jos=E9 Mar=EDa Trist=E1n [mailto:jtristan@sedasolubles.com] Sent: Wednesday, April 05, 2006 11:06 AM To: 'Tomcat Users List' Subject: RE: Problem whith constructs of directories? docBase value should be the upper level of WEB-INF directory? There is no more info on sysout and syserror logs. Which is the path of docBase so tomcat can understand the directory structure? Thanks in advance -----Mensaje original----- De: Asensio, Rodrigo [mailto:rodrigo.asensio@gilbarco.com] Enviado el: mi=E9rcoles, 05 de abril de 2006 16:38 Para: Tomcat Users List Asunto: RE: Problem whith constructs of directories? The second error is expected because surely in your trunk folder you = have'nt the web.xml Now, check out the sysout and syserror logs, is there additional info ? -----Original Message----- From: Jos=E9 Mar=EDa Trist=E1n [mailto:jtristan@sedasolubles.com] Sent: Wednesday, April 05, 2006 10:33 AM To: 'Tomcat Users List' Subject: RE: Problem whith constructs of directories? Hola, gracias por la respuesta. Ahora lo tengo as=ED pero me sigue generando el mismo error. Si lo dejo as=ED: El error que me devuelve es el siguiente: =09 05-abr-2006 16:29:58 org.apache.catalina.startup.ContextConfig applicationConfig INFO: Falta el archivo web.xml de la aplicaci=BEnb. Utilizando los par=DFmetros por defecto StandardEngine[Catalina].StandardHost[localhost].StandardContext[/CoffeeN= et] Muchas gracias. -----Mensaje original----- De: Asensio, Rodrigo [mailto:rodrigo.asensio@gilbarco.com] Enviado el: mi=E9rcoles, 05 de abril de 2006 16:19 Para: Tomcat Users List Asunto: RE: Problem whith constructs of directories? =20 Intenta unificando los slashs \ / y sin poner backslash al final en = docBase -----Original Message----- From: Jos=E9 Mar=EDa Trist=E1n [mailto:jtristan@sedasolubles.com] Sent: Wednesday, April 05, 2006 10:17 AM To: users@tomcat.apache.org Subject: Problem whith constructs of directories? Hello: I have this directories in my project of eclipse: RepositorioSVN trunk src java resources webapp WEB-INF web.xml jasper jsp build lib bin In the server.xml of tomcat 5.29 I have this context: When i launch tomcat it return this error: 05-abr-2006 16:14:41 org.apache.catalina.core.StandardContext start GRAVE: Error filterStart 05-abr-2006 16:14:41 org.apache.catalina.core.StandardContext start GRAVE: Fall=BE en arranque del Contexto debido a errores previos and the context don't run. Thank you very much. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org This message (including any attachments) contains confidential and/or proprietary information intended only for the addressee. =20 Any unauthorized disclosure, copying, distribution or reliance on the contents of this information is strictly prohibited and may constitute a violation of law. If you are not the intended recipient, please notify = the sender immediately by responding to this e-mail, and delete the message = from your system. If you have any questions about this e-mail please notify = the sender immediately. =20 =20 Ce message (ainsi que les eventuelles pieces jointes) est exclusivement adresse au destinataire et contient des informations confidentielles. La copie, la communication ou la distribution du contenu de ce message sans l'accord prealable de l'expediteur sont strictement interdits et peuvent constituer un delit. Si vous n'etes pas destinataire de ce message, = merci de le detruire et d'avertir l'expediteur. Si vous avez des questions se rapportant a ce courrier electronique, merci de bien vouloir notifier l'expediteur immediatement. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org This message (including any attachments) contains confidential and/or proprietary information intended only for the addressee. =20 Any unauthorized disclosure, copying, distribution or reliance on the contents of this information is strictly prohibited and may constitute a violation of law. If you are not the intended recipient, please notify = the sender immediately by responding to this e-mail, and delete the message = from your system. If you have any questions about this e-mail please notify = the sender immediately. =20 =20 Ce message (ainsi que les eventuelles pieces jointes) est exclusivement adresse au destinataire et contient des informations confidentielles. La copie, la communication ou la distribution du contenu de ce message sans l'accord prealable de l'expediteur sont strictement interdits et peuvent constituer un delit. Si vous n'etes pas destinataire de ce message, = merci de le detruire et d'avertir l'expediteur. Si vous avez des questions se rapportant a ce courrier electronique, merci de bien vouloir notifier l'expediteur immediatement. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org This message (including any attachments) contains confidential=20 and/or proprietary information intended only for the addressee. =20 Any unauthorized disclosure, copying, distribution or reliance on=20 the contents of this information is strictly prohibited and may=20 constitute a violation of law. If you are not the intended=20 recipient, please notify the sender immediately by responding to=20 this e-mail, and delete the message from your system. If you=20 have any questions about this e-mail please notify the sender=20 immediately. =20 =20 Ce message (ainsi que les eventuelles pieces jointes) est=20 exclusivement adresse au destinataire et contient des=20 informations confidentielles. La copie, la communication ou la=20 distribution du contenu de ce message sans l'accord prealable de=20 l'expediteur sont strictement interdits et peuvent constituer un=20 delit. Si vous n'etes pas destinataire de ce message, merci de le=20 detruire et d'avertir l'expediteur. Si vous avez des questions se=20 rapportant a ce courrier electronique, merci de bien vouloir=20 notifier=20 l'expediteur immediatement. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org This message (including any attachments) contains confidential and/or proprietary information intended only for the addressee. Any unauthorized disclosure, copying, distribution or reliance on the contents of this information is strictly prohibited and may constitute a violation of law. If you are not the intended recipient, please notify the sender immediately by responding to this e-mail, and delete the message from your system. If you have any questions about this e-mail please notify the sender immediately. Ce message (ainsi que les eventuelles pieces jointes) est exclusivement adresse au destinataire et contient des informations confidentielles. La copie, la communication ou la distribution du contenu de ce message sans l'accord prealable de l'expediteur sont strictement interdits et peuvent constituer un delit. Si vous n'etes pas destinataire de ce message, merci de le detruire et d'avertir l'expediteur. Si vous avez des questions se rapportant a ce courrier electronique, merci de bien vouloir notifier l'expediteur immediatement. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org