webMethods

webMethods

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.  wmTomcat and JSP in WM 71

    Posted Thu November 20, 2008 08:06 PM

    Hi All,

    I am facing a silly issue, as it may sound, which stopping me to go further.
    I am trying to run a web Application in webMethods 71.
    I install the web Application as instructed by WM guides.

    When i tried to run the home JSP page it doesn’t display anything, not even any error. I am using the URL like
    http://:port/web/packageName/home.jsp.
    If I create a dummy html file and run http://:port/web/packageName/home.html , then its working.

    I am wondering what is going wrong with JSPs.
    Are there any settings to be done in IS or wmTomcat pkg to run the JSP files?
    Appreciate your suggestions and comments.

    Thanks,
    Sunil


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 2.  RE: wmTomcat and JSP in WM 71

    Posted Tue December 16, 2008 04:13 PM

    To run web application in webMethods 71, make the package dependent on WmTomcat and set the JVM to \webMethods71\jvm\win150 instead of webMethods71\jvm\win150\jre.

    To make package dependent on WmTomcat. Right click on the web application Package in Developer. select Open. In the Package Dependency Option give Package name as WmTomcat and version 7.1

    To set JVM, open the server.bat/server.sh file and edit the parameter JAVA_DIR= to value mentioned above.

    Thanks,
    Sunil


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods