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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Starting with JSP

    Posted 05/05/04 11:43 PM

    I am attempting to start using JSP with wM, and have followed the instructions in the PDF very carefully. However, when I try to open the JSPs in WmSamples, the page doesn’t display and I get this error in the server log:

    [ISS.0100.0005E] Web Container error encountered: java.lang.NoClassDefFoundError: sun/tools/javac/Main:StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception

    Where do I start finding out what is wrong?

    Thanks.


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 2.  RE: Starting with JSP

    Posted 10/15/04 10:21 PM

    Mike,

    Do you have any solution, am experiencing the same problem…

    Regards,


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 3.  RE: Starting with JSP

    Posted 10/16/04 04:34 AM

    Can you see the servlet.jar file in the classpath? You can determine this by clicking the “ABOUT” link and checking out the classpath. No servlet.jar, no JSP.

    HTH

    Ray


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 4.  RE: Starting with JSP

    Posted 10/19/04 09:22 AM

    Ray

    Hm Interesting I do not have servlet.jar in my classpath in the about link but JSP is working for me

    TKK


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 5.  RE: Starting with JSP

    Posted 10/20/04 07:35 PM

    “tools.jar” (current JDK version) needs to be copied to IS class path <home/lib/jars>, its working now…


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services