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
Expand all | Collapse all

How to install Tomcat examples project on WebMethods Integration Server

  • 1.  How to install Tomcat examples project on WebMethods Integration Server

    Posted Wed April 27, 2016 12:32 PM

    When I go to http://:5555/WmTomcat page the “examples” project link is missing.
    I want to deploy some projects on webMethods Integration Server which runs on servlets and jsps.
    In Tomcat we can place our projects in /webapps folder.
    Is something like this can also be done with embedded Tomcat of webMethods Integration Server ?


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 2.  RE: How to install Tomcat examples project on WebMethods Integration Server

    Posted Thu April 28, 2016 12:00 AM

    For WmTomcat, use the following URL to access the WmTomcat ROOT context package:
    http://hostname:portnumber/web/
    For example:
    http://localhost:5555/web/
    Note that the URL ends with “/

    the physical folder path is <IS_Folder>/web/


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 3.  RE: How to install Tomcat examples project on WebMethods Integration Server

    Posted Thu April 28, 2016 12:04 AM

    More information in Web_Applications_Developers_Guide.pdf in Integration Server section in documentation


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: How to install Tomcat examples project on WebMethods Integration Server

    Posted Thu April 28, 2016 01:05 PM

    Just curious but why do you want to do this? Why not deploy it to an actual Tomcat server? I, personally, have never been a big fan of the WmTomcat package. In fact, one of the first things I do when installing a brand new IS is to disable this package (along with some other ones). The way I see it, the Integration Server should host integration services. Web applications belong on a web server. Just my $.02.

    Percio


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 5.  RE: How to install Tomcat examples project on WebMethods Integration Server

    Posted Thu April 28, 2016 02:31 PM

    Hi,

    please make sure that you have the latest IS_Tomcat_Fix applied to your IS if there is one available for your wM Version. These Fixes usually contain an updated Tomcat Engine (see Readme for details).

    Regards,
    Holger


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General


  • 6.  RE: How to install Tomcat examples project on WebMethods Integration Server

    Posted Thu April 28, 2016 02:46 PM

    Thank you Venkata for your response. :smiley:
    but the physical folder path <IS_Folder>/web/ doesnt have webapps folder inside it where I can place my projects. I even tried creating a new new folder called “webapps” inside <IS_Folder>/web/ and placed my examples and jpetstore project inside it but when I hit the http://localhost:5555/web/examples or http://localhost:5555/web/jpetstore nothing comes up.

    How do I convert my typical tomcat servlets projects into webMethods IS projects ?


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General


  • 7.  RE: How to install Tomcat examples project on WebMethods Integration Server

    Posted Thu April 28, 2016 03:25 PM

    I even tried placing the jpetstore.war file inside <IS_Folder>/web/ folder and restarted the server but still it doesnt work. :cry:

    And where can I find the Web_Applications_Developers_Guide.pdf document or any other related documents.
    please help.


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB


  • 8.  RE: How to install Tomcat examples project on WebMethods Integration Server

    Posted Thu April 28, 2016 03:33 PM

    Hi Sagar,

    please take a look at the WebApplicationsDeveloper Guide.

    In the 9.5 SP1 version of this document in Chapter 3, page 28 it is described where to place the files to get them activated for WmTomcat.

    Please keep in mind to add a package dependency to WmTomcat-Package for your custom package.

    The URL to your application will then be “/web//” instead of “/web/”.

    Regards,
    Holger


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 9.  RE: How to install Tomcat examples project on WebMethods Integration Server

    Posted Tue May 15, 2018 06:44 AM

    Despite the “Web Applications Developer’s Guide”, this package is definitely lacking a tutorial IMHO.

    Best regards,
    Marcus


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods