Hi -
I am trying to upload and deploy a file to a weblogic 10.3 cluster.
When I install the application originally, I upload the file via the
weblogic 10.3 console. This results in the file (let's say
application1.war) being stored at /domains/base_domain/servers/
AdminServer/upload/application1.war.
When I do the SAME deployment using the WLST scripts, the file gets
uploaded to
/domains/base_domain/servers/AdminServer/upload/app/application1.war
Any thoughts why that "app" gets put there? it is screwing me up.
Thanks,
Jeremy Redmond