Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

placing an xml file in weblogic server

user4945886Jun 4 2014 — edited Jun 4 2014

Hi,

In my ADF Web application, I'm using a third party jar file.

For this jar file, there is a configuration file in xml format.

As per their manual, If the server is Tomcat ,this configuration file "config.xml" has to be placed in path "{APPLICATION_ROOT}/WEB-INF/classes"

But I'm using jdeveloper 11.1.1.6 & Weblogic Server. so where should I place this config.xml file ?

Comments

Timo Hahn

How should we know?

We don't even know what third party library you are talking about.

Have t you tried to put out in the same directory as you would do for tomcat?

Timo

dvohra21

What is the WLS version? WLS doesn't make use of config.xml for third party jars. For JDBC drivers jars refer

Using Third-Party JDBC Drivers with WebLogic Server

For other jars refer

Understanding WebLogic Server Application Classloading - 12c Release 1 (12.1.1)

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 2 2014
Added on Jun 4 2014
2 comments
73 views