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.  Building a servlet with eclipse

    Posted Tue August 23, 2005 03:50 PM

    Hello together,
    Im a tamino-starter, trying to build a tomcat-servlet which give me the ability to acccess the tamino-server.
    First of all I installed the Sysdeo-Tomcat-Plugin for Eclipse. It works very fine, I just made some easy servlets and this was really a peace of cake with this plugin 8=)

    But now I try to include the Tamino Java-API to the classpath of Eclipse.
    First I choose the whole directory in which I found these jar-files:
    jdom.jar
    TaminoAPI4J.jar
    xercesImpl.jar
    log4j.jar
    TaminoJCA.jar
    xmlParserAPIs.jar

    Than I included each jar-file directly.
    But I got each time the same error:

    What can I do, what is the problem?

    Gruss Christian


    #API-Management
    #webMethods
    #webMethods-Tamino-XML-Server-APIs


  • 2.  RE: Building a servlet with eclipse

    Posted Wed August 24, 2005 11:27 AM

    Hi Christian,
    You need to add the Tamino API jar files to the project you are developing. If you right-click on the project name in the Eclipse Explorer window, select “Properties”, select the “Libraries” tab and then press “Add External Jars” you can navigate to the …\SDK\TaminoAPI4J\lib location and add all of the jar files.
    I hope this helps.


    #webMethods-Tamino-XML-Server-APIs
    #API-Management
    #webMethods


  • 3.  RE: Building a servlet with eclipse

    Posted Wed September 28, 2005 01:16 PM

    Yes, that it was. But I also have to copy these Jars into the context-directory of the servlet. I mean into …/WEB-INF/lib.

    Gruss Christian


    #webMethods
    #webMethods-Tamino-XML-Server-APIs
    #API-Management