I want to add a folder to Weblogic server classpath.
Idea is that, i will place all my property files in this folder.When i deploy my Web-application in weblogic, server will read all properties files from this folder only making application having a single place for all property files.
I have changed the startWebLogic.cmd script and added the below line,But no use.
set CLASSPATH=%CLASSPATH%;C:\Oracle\Middleware\user_projects\domains\my_domain\properties
Iam running my application on windows machine.
Please help me to resolve this issue.