Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 77464 invoked from network); 1 Aug 2005 07:29:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Aug 2005 07:29:24 -0000 Received: (qmail 86826 invoked by uid 500); 1 Aug 2005 07:28:59 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 86806 invoked by uid 500); 1 Aug 2005 07:28:59 -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 86789 invoked by uid 99); 1 Aug 2005 07:28:59 -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:28:59 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=HTML_30_40,HTML_MESSAGE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of lintang.jp@gmail.com designates 64.233.184.199 as permitted sender) Received: from [64.233.184.199] (HELO wproxy.gmail.com) (64.233.184.199) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2005 00:28:49 -0700 Received: by wproxy.gmail.com with SMTP id 58so279337wri for ; Mon, 01 Aug 2005 00:28:56 -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:references; b=hF/g8QolN/yDJ3f/2X2UV7zA+JNnrN40FauXhMCZN2QlwxQf0deMEkrzmhuXOdnlWXZgPWjH2W1KMYEUnnsaciZTx/x/7FN9edRKJmbk5r+A2iZheBiZXaEMwF4pYz4Go9bEzkyD54aGlYmXwPPDs7K60Ls66a2sQ9tTQ6ZLBJ8= Received: by 10.54.27.50 with SMTP id a50mr2653021wra; Mon, 01 Aug 2005 00:28:56 -0700 (PDT) Received: by 10.54.81.9 with HTTP; Mon, 1 Aug 2005 00:28:56 -0700 (PDT) Message-ID: Date: Mon, 1 Aug 2005 14:28:56 +0700 From: Lintang JP Reply-To: Lintang JP To: Tomcat Users List , "Mohd. Jeffry" Subject: Re: need help for deployment of unpack apps at Linux Tomcat 5.0 In-Reply-To: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_12122_22240041.1122881336312" References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_12122_22240041.1122881336312 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Servlet mapping specifies an unknown servlet name invoker Maybe you try to map a servlet name that's not declared yet on web.xml ? How about your web.xml file ? On 8/1/05, Mohd. Jeffry wrote: >=20 > my application name is sd. This is my catalina.out >=20 > . > . > . > INFO: Processing Context configuration file URL > file:/etc/tomcat5/Catalina/localhost/balancer.xml > Aug 1, 2005 11:21:31 PM org.apache.catalina.core.StandardHostDeployerinst= all > 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( > DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.java > :252) > at org.apache.commons.digester.CallMethodRule.end(CallMethodRule.java: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:1061) > at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown > Source) > at org.apache.xerces.impl.dtd.XMLDTDValidator.endNamespaceScope(Unknown > Source) > at org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(Unknown > Source) > at org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(Unknown Source) > at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement > (Unknown > Source) > at=20 > org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDisp= atcher.dispatch > (Unknown > Source) > at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument > (Unknown > Source) > . > . > . > . >=20 >=20 >=20 > On 8/1/05, Lintang JP wrote: > > any log file ? > > > > On 8/1/05, Mohd. Jeffry wrote: > > > I'm not using the war. This is an Unpacked deployment. > > > > > > On 8/1/05, Lintang JP wrote: > > > > Hi Jeffry, are you trying to deploy a .war file ? maybe U should us= e=20 > 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= =20 > work. > > > > > Now It doesn't work with the newly installed tomcat 5. Tomcat=20 > gives me > > > > > 404 error. The example that came with the package works fine. Any > > > > > thing that I miss? > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > 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 > > > > > > > > > -- > > > 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 ------------------------------------------------------------------- http://www.psychotazkia.or.id ------=_Part_12122_22240041.1122881336312--