Results 1 to 1 of 1

Thread: Servlet [MessageDispatcherServlet]: not a servlet class

  1. #1
    Join Date
    May 2011
    Location
    Chennai,India
    Posts
    38

    Default Servlet [MessageDispatcherServlet]: not a servlet class

    I get this error when i deploy my EAR file onto Websphere server. This error comes for all the servlets (2) defined in my deployment descriptor.
    I have googled for this error and made sure that there is no jar file inside my WAR's lib. And class loader settings is application first.
    My dependencies are loaded from pom.xml. Is there anything i'm required to do here?

    PS- i do use servlet-api-2.5 version in my application.

    Any pointers would help!

    TIA,
    Paary
    Last edited by paary; Jun 1st, 2012 at 05:16 AM. Reason: corrected typo

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •