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
  • 1.  ManagedConnectionPools.xml and Tomcat

    Posted Fri March 01, 2002 10:08 AM

    Folks,

    where do I have to place this file within the Tomcat environment? I get an error message telling me that the file cannot be found in the CLASSPATH, but this is wrong…

    I am using Tomcat 3.2.1 and Tamino 3.1.

    Harald


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: ManagedConnectionPools.xml and Tomcat

    Posted Mon March 04, 2002 10:02 AM

    Hi Harald,

    you are right, it has to be in the classpath. In a Tomcat environment take it e.g. under the WEB-INF/classes of your servlet.

    regards Eckehard


    #Tamino
    #API-Management
    #webMethods


  • 3.  RE: ManagedConnectionPools.xml and Tomcat

    Posted Fri March 15, 2002 03:13 PM

    Eckehard,

    where exactly do I have to place it. My directory structure is as follows:

    /root/htdocs/.jsp
    /root/WEB-INF/classes/com...
    .java
    /root/WEB-INF/servlets/servlets.java

    Do I have to place it into the Tomcat startup file or is it enough to just copy it into a certain directory?

    Please help because I cannot run my app. without this solution.

    Harald


    #webMethods
    #API-Management
    #Tamino


  • 4.  RE: ManagedConnectionPools.xml and Tomcat

    Posted Fri March 15, 2002 03:15 PM

    Eckehard,

    sorry, I made a mistake. My directory structure looks like this:

    /root/htdocs/.jsp
    /root/WEB-INF/classes/com...
    .java
    /root/WEB-INF/classes/servlets/login.java

    Do I have to place it into the Tomcat startup file or is it enough to just copy it into a certain directory?

    Please help because I cannot run my app. without this solution.

    Harald


    #webMethods
    #Tamino
    #API-Management


  • 5.  RE: ManagedConnectionPools.xml and Tomcat

    Posted Wed March 20, 2002 02:59 PM

    Hi Harlad,

    take it under

    /root/WEB-INF/classes/

    Don’t do it into a *.jar library.

    regards Eckehard


    #Tamino
    #API-Management
    #webMethods