Document 12.1.2 (https://docs.oracle.com/middleware/1212/wls/DEPGD/deploy.htm#DEPGD214)
In order to deploy an application or module to a domain, the deployment file(s) must be accessible to the domain's Administration Server. If the files do not reside on the Administration Server machine or are not available to the Administration Server machine via a network mounted directory, use the -upload option to upload the files before deploying them:
java weblogic.Deployer -adminurl http://localhost:7001 -username weblogic -password weblogic -deploy -upload c:\localfiles\myapp.ear
To upload an exploded archive directory, specify the directory name instead of an archive filename (for example c:\localfiles\myappEar).
Hi,
I never tried. Do you have more details about ?