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 <[EMAIL PROTECTED]> wrote:
> 
> 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.StandardHostDeployerinstall
> 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 
> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch
> (Unknown
> Source)
> at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument
> (Unknown
> Source)
> .
> .
> .
> .
> 
> 
> 
> On 8/1/05, Lintang JP <[EMAIL PROTECTED]> wrote:
> > any log file ?
> >
> > On 8/1/05, Mohd. Jeffry <[EMAIL PROTECTED]> wrote:
> > > I'm not using the war. This is an Unpacked deployment.
> > >
> > > On 8/1/05, Lintang JP <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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 
> work.
> > > > > 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?
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Malaysian Java Online Community ( 
> > > > > www.kampungjawa.cjb.net<http://www.kampungjawa.cjb.net>)
> > > > >
> > > > >
> > > >
> > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail:
> > > > [EMAIL PROTECTED]
> > > > > For additional commands, e-mail:
> > > > [EMAIL PROTECTED]
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > >
> > -------------------------------------------------------------------
> > > > http://www.psychotazkia.or.id
> > >
> > >
> > > --
> > > Malaysian Java Online Community ( 
> > > www.kampungjawa.cjb.net<http://www.kampungjawa.cjb.net>)
> > >
> > >
> > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> > >
> > >
> >
> >
> >
> > --
> > -------------------------------------------------------------------
> > http://www.psychotazkia.or.id
> 
> 
> --
> Malaysian Java Online Community ( 
> www.kampungjawa.cjb.net<http://www.kampungjawa.cjb.net>)
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
-------------------------------------------------------------------
http://www.psychotazkia.or.id

Reply via email to