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.  how to configure java vertual machine in webmethods tool

    Posted 01/21/09 12:49 PM

    i am new to this technology. I have installed webMethods 6 version.

    Please tell me the process to configure the java vertual machine(jvm) in webMethods tool.


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


  • 2.  RE: how to configure java vertual machine in webmethods tool

    Posted 01/22/09 12:14 PM

    If you talking about wM Developer then JVM comes bundled with Developer you need not to set the JVM.

    but if you are trying to compile Java Service in Developer then you have to set Java path in IS Page. To achieve same you can follow the below steps

    Launch the Integration Server Administration page (http://host:port)
    Select Settings > Extended from the left hand side menu.
    Click the “Show and Hide Keys” link in page.
    Check the watt.server.compile checkbox.
    Click on Save Changes button.
    Now Click “Edit Extended Settings” link
    Modify the watt.server.compile command to point to your JDK. Something like:
    watt.server.compile=/opt/java/jdk1.4.2/bin/javac -classpath {0} -d {1} {2}
    Save Changes

    After this you should be able to Compile Java Services in Developer.
    Please let me know if you have any question.
    Regards,
    Mangat Rai


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


  • 3.  RE: how to configure java vertual machine in webmethods tool

    Posted 01/22/09 03:34 PM

    If you’re speaking about the JVM running the IS itself, all JVM parameters are set in the server.sh (or server.bat) files.

    If you want to change the JVM used (i.e., to use a newer sub version), search on this forum where this subject has been introduced several times (I replied to one thread but I don’t remember its number).


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


  • 4.  RE: how to configure java vertual machine in webmethods tool

    Posted 01/30/09 02:49 PM

    hi Mangat Rai ,

    thank you very much yaar . it is working.


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