Deployment: initiate same subdirectory’s name for application in one cluster
In one (third-party) application is used one constant for Web-path that is referenced such as WEB-INF or META-INF directories. But after deployment of application to 2 nodes in cluster, WebLogic create subdirectories under $Domains/dmainname/$ManagedSRV/tmp/… with different names.
How is it possible, for both ManagedSRV (node 1 and node2 in cluster), initiate same subdirectory’s name (constant name)? or How can I reference consistent the web directory from application?
Regards,
Moh