Deploying WAR file on WebLogic Server using Ant and specified upload path
I am using the
Ant wldeploy
task to deploy a Java Web Service, packaged as a WAR file, to a WebLogic Server. Everything is working as expected except the WAR file is being uploaded to WLDomain/AdminUploadLocation/warFileName/app/warFile.war
where
I am wondering if anyone knows a way to make the WAR file be directly uploaded like so: WLDomain/AdminUploadLocation/warFile.war
ie skip creating the directory structure: warFileName/app/
链接地址: http://www.djcxy.com/p/55890.html