Sunday, April 3, 2011

JSP page not loading in webMethods

Got - HTTP Status 404 - Servlet jsp 

Check for the following points and take action to rectify the issue.
1) The correspoding package where you have ur JSP's should have a package dependency mentionedWmTomcat and WmPublic

2) Navigate to IS_DIR\packages\WmTomcat\lib\ folder create a folder called endorsed and place xercesImpl.jar. 


Restart IS and try invoking the JSP