Template oracle.em_11_1_1_0_0_template.jar and SourcePath
I’m using Weblogic 10.3.5 and when I create a domain and apply the template oracle.em_11_1_1_0_0_template.jar, I would like to select the SourcePath for the em.ear, but it keeps copying it to FMW_HOME/user_projects/applications/<DOMAIN>/em.ear. I can change the SourcePath, but the em.ear will not get copied to the new location. Here is a snippet of my wlst:
readTemplate('/share/mycluster/fmw_11gR1PS4/wlserver_10.3/common/templates/domains/wls.jar')
#Configure the Administration Server and SSL port.
cd('Servers/AdminServer')
set('ListenAddress','my_machine1')
set('ListenPort', 4001)
create('AdminServer','SSL')