weblogic.xml 826 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<wls:weblogic-web-app
        xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-web-app"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://xmlns.oracle.com/weblogic/weblogic-web-app
        http://xmlns.oracle.com/weblogic/weblogic-web-app/1.4/weblogic-web-app.xsd">
    <wls:context-root>/manager-server</wls:context-root>
    <wls:library-ref>
        <library-name>lib4iClearConnect</library-name>
        <specification-version>1.0</specification-version>
    </wls:library-ref>
    <wls:virtual-directory-mapping>
        <wls:local-path>/app/Oracle/Middleware/user_projects/domains/base_domain/iclearConnect</wls:local-path>
        <wls:url-pattern>/*</wls:url-pattern>
    </wls:virtual-directory-mapping>
</wls:weblogic-web-app>