Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 68321 invoked from network); 1 Aug 2005 07:17:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Aug 2005 07:17:21 -0000 Received: (qmail 63070 invoked by uid 500); 1 Aug 2005 07:16:57 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 62878 invoked by uid 500); 1 Aug 2005 07:16:56 -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 62864 invoked by uid 99); 1 Aug 2005 07:16:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2005 00:16:55 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of linuxlah@gmail.com designates 64.233.184.201 as permitted sender) Received: from [64.233.184.201] (HELO wproxy.gmail.com) (64.233.184.201) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2005 00:16:46 -0700 Received: by wproxy.gmail.com with SMTP id 58so278055wri for ; Mon, 01 Aug 2005 00:16:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rP8iM6toFgasVgYNDsefs1UEc9+PiU3jzPdU3NA8Z3H6zqVPr7RjSMZPJTUSmoFlXOVcjNhVVBT/U83fjDA8NIDnDVmhNkNSftdnmMk5u0wDpH4ZcZzM+EFM7zKg0nnjdkeTJWTyc+mm3zqGgfLLzeSfz/d8Pu3x8zhQtLvWOHQ= Received: by 10.54.57.21 with SMTP id f21mr2446740wra; Mon, 01 Aug 2005 00:16:53 -0700 (PDT) Received: by 10.54.133.3 with HTTP; Mon, 1 Aug 2005 00:16:53 -0700 (PDT) Message-ID: Date: Mon, 1 Aug 2005 15:16:53 +0800 From: "Mohd. Jeffry" Reply-To: "Mohd. Jeffry" To: Tomcat Users List Subject: Re: need help for deployment of unpack apps at Linux Tomcat 5.0 In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N my application name is sd. This is my catalina.out . . . INFO: Processing Context configuration file URL file:/etc/tomcat5/Catalina/localhost/balancer.xml Aug 1, 2005 11:21:31 PM org.apache.catalina.core.StandardHostDeployer insta= ll INFO: Installing web application at context path /sd from URL file:/opt/tomcat5/webapps/sd Aug 1, 2005 11:21:33 PM org.apache.commons.digester.Digester endElement SEVERE: End event threw exception java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedMethodAccessor46.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod= AccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtil= s.java:252) at org.apache.commons.digester.CallMethodRule.end(CallMethodRule.ja= va:505) . . . .Aug 1, 2005 11:21:33 PM org.apache.catalina.startup.ContextConfig applicationConfig SEVERE: Parse error in application web.xml java.lang.IllegalArgumentException: Servlet mapping specifies an unknown servlet name invoker at org.apache.commons.digester.Digester.createSAXException(Digester= .java:2540) at org.apache.commons.digester.Digester.createSAXException(Digester= .java:2566) at org.apache.commons.digester.Digester.endElement(Digester.java:10= 61) at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source) at org.apache.xerces.impl.dtd.XMLDTDValidator.endNamespaceScope(Unk= nown Source) at org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(Unkn= own Source) at org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(Unknown So= urce) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndEle= ment(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentCo= ntentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocume= nt(Unknown Source) . . . . On 8/1/05, Lintang JP wrote: > any log file ? >=20 > On 8/1/05, Mohd. Jeffry wrote: > > I'm not using the war. This is an Unpacked deployment. > >=20 > > On 8/1/05, Lintang JP wrote: > > > Hi Jeffry, are you trying to deploy a .war file ? maybe U should use = the > > > tomcat manager, usually it's located at > > > http://localhost:8080/manager/html, U can deploy your > .war > > > files from that tools. > > > > > > > > > > > > > > > On 8/1/05, Mohd. Jeffry wrote: > > > > > > > > I'm migrating form Tomcat 4.1.2 to Tomcat 5.0. In Tomcat 4.1.2 I > > > > usually put my unpacked apps at /opt/tomcat/webapps/myapp and it wo= rk. > > > > Now It doesn't work with the newly installed tomcat 5. Tomcat gives= me > > > > 404 error. The example that came with the package works fine. Any > > > > thing that I miss? > > > > > > > >=20 > > > > > > > > > > > > -- > > > > Malaysian Java Online Community ( www.kampungjawa.cjb.net ) > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: > > > tomcat-user-unsubscribe@jakarta.apache.org > > > > For additional commands, e-mail: > > > tomcat-user-help@jakarta.apache.org > > > > > > > > > > > > > > > > > > > > -- > > > > ------------------------------------------------------------------- > > > http://www.psychotazkia.or.id > >=20 > >=20 > > -- > > Malaysian Java Online Community ( www.kampungjawa.cjb.net ) > >=20 > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > tomcat-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: > tomcat-user-help@jakarta.apache.org > >=20 > >=20 >=20 >=20 >=20 > --=20 > ------------------------------------------------------------------- > http://www.psychotazkia.or.id=20 --=20 Malaysian Java Online Community ( www.kampungjawa.cjb.net ) --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org