The Integration Server requires access to the Java classes for each JDBC driver that it will use. Typically, where must such Java classes be placed?

  1. webMethods6\IntegrationServer\lib

  2. webMethods6\IntegrationServer\lib\jars

  3. webMethods6\IntegrationServer\bin\jars

  4. webMethods6\IntegrationServer\bin


Correct Option: B

AI Explanation

To answer this question, you need to understand where the Integration Server requires access to the Java classes for each JDBC driver that it will use.

Option A) webMethods6\IntegrationServer\lib - This option is incorrect because the "lib" folder is generally used for storing libraries and not specifically for JDBC driver classes.

Option B) webMethods6\IntegrationServer\lib\jars - This option is correct because the "lib\jars" folder is typically where the Integration Server requires the Java classes for each JDBC driver. Placing the JDBC driver classes in this folder allows the Integration Server to access and use them.

Option C) webMethods6\IntegrationServer\bin\jars - This option is incorrect because the "bin\jars" folder is generally used for storing executable files and not specifically for JDBC driver classes.

Option D) webMethods6\IntegrationServer\bin - This option is incorrect because the "bin" folder is generally used for storing binary files and not specifically for JDBC driver classes.

The correct answer is B) webMethods6\IntegrationServer\lib\jars. This option is correct because placing the Java classes for each JDBC driver in this folder allows the Integration Server to access and use them.

Find more quizzes: