weblogic11g - set class path in weblogic 11g console -
Set the class path in the weblogic 11g console for classes present in
And the structure below my classrooms, which require exceptions to be set in class path to avoid preloading these classes.
/ com / CDY / ws / a.class files /com/cdy/ws/b.class files /com/cdy/ws/c.class files Please help,
thanks
You are viewing Weblogic To say ... let's define your web application as dependent jar:
WS_CLASSPATH = / com / cdy / ws in your environment variable Set this means that your WebLogic server weblogic.jar can be added to your relevant JAR again, your WS_CLASSPATH setDomainEnv.sh/cmc script EXT _PRE_CLASSPATH can be loaded with and alloted to do it.
EXT_PRE_CLASSPATH = $ WS_CLASSPATH Weblogic will not be in the opposite direction of the CLASSPATH after the available libraries with specific setDomainEnv script EXT_POST_CLASSPATH.
Comments
Post a Comment