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

Java service and Jar

  • 1.  Java service and Jar

    Posted Wed September 24, 2008 05:37 PM

    Hi

    Where do I copy my jar file to web-Methods developer or any other place so that I can include it in my java service.

    Thanks


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


  • 2.  RE: Java service and Jar

    Posted Wed September 24, 2008 07:54 PM

    hi Sayli,

    1. Best place is to keep jar file in <webm_dir>/IntegrationServer/packages/<your_package>/code/static/jars and reload package/restart IS

    2. You can also copy in <webm_dir>/IntegrationServer/lib/jars and restart IS

    3. You can also put the path of jar file in server.bat PREPEND_CLASSPATH and restart IS

    After restarting IS, check About Page and you should see the jar in classpath

    Regards,
    Sumit


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


  • 3.  RE: Java service and Jar

    Posted Wed September 24, 2008 08:03 PM