IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  HTTP Status 404 - Servlet jsp is not available

    Posted Sat November 29, 2008 11:18 AM

    Dear All,

    I have Wm6.5 and trying to run WmSamples JSP in order to learn how JSP works with IS but I am getting following error when trying to access http://host:port/web/WmSamples/showCustomerData.jsp

    HTTP Status 404 - Servlet jsp is not available

    Is there any configuration that is required to run this JSP sample. This is my first time using JSP with IS. I am getting same error while using my own JSPs.

    Your help is needed please.

    Thanks,
    Faisal.


    #If-it-doesn-t-fit-anywhere-else
    #webMethods
    #webMethods-Archive


  • 2.  RE: HTTP Status 404 - Servlet jsp is not available

    Posted Sat November 29, 2008 04:19 PM

    How did you install the WmSamples package? Is the JSP in the web folder of that package?


    #webMethods-Archive
    #webMethods
    #If-it-doesn-t-fit-anywhere-else


  • 3.  RE: HTTP Status 404 - Servlet jsp is not available

    Posted Sat November 29, 2008 05:37 PM

    Thanks for your reply,

    Problem resolved. I created endorsed folder under lib and place
    xercesImpl.jar under it. Restarted IS. Now I am able to view default page of Tomcat.

    Regards,
    Faisal


    #webMethods
    #webMethods-Archive
    #If-it-doesn-t-fit-anywhere-else


  • 4.  RE: HTTP Status 404 - Servlet jsp is not available

    Posted Sun November 30, 2008 01:20 AM

    Good. What document or post suggested that this would resolve the issue? Can you share the link?

    Mark


    #webMethods-Archive
    #webMethods
    #If-it-doesn-t-fit-anywhere-else


  • 5.  RE: HTTP Status 404 - Servlet jsp is not available

    Posted Sun November 30, 2008 06:03 AM

    Hi Mark,

    I found it over google and found it in this forum,

    [URL]Categories

    Regards,
    Faisal.


    #webMethods-Archive
    #If-it-doesn-t-fit-anywhere-else
    #webMethods


  • 6.  RE: HTTP Status 404 - Servlet jsp is not available

    Posted Mon December 15, 2008 03:36 AM

    1.confirm that you installed the package WmTomcat in the IS
    2.edit the “manifest.v3” file and make the “requires” element look like this:

    <?xml version="1.0" encoding="UTF-8"?> yes no 1.0 [B][COLOR=Red] *.* [/color][/b]
    #webMethods-Archive
    #webMethods
    #If-it-doesn-t-fit-anywhere-else


  • 7.  RE: HTTP Status 404 - Servlet jsp is not available

    Posted Fri August 13, 2010 03:39 PM

    I had a similar issue on a custom jsp page I was on. I had to ensure that the package containing the jsp pages was dependent on WmTomcat, where the version = *


    #webMethods-Archive
    #webMethods
    #If-it-doesn-t-fit-anywhere-else


  • 8.  RE: HTTP Status 404 - Servlet jsp is not available

    Posted Fri July 01, 2011 07:10 AM

    None of the above suggestions worked for me.


    #webMethods
    #If-it-doesn-t-fit-anywhere-else
    #webMethods-Archive