I am using ATG 11.1 with Weblogic 12c.
I have some configuration for inside /META-INF/weblogic-application.xml. For some reason runAssembler does not copy this xml over to the final ATG.ear in both in both standalone and non-standalone/development mode?
Also the runAssembler creats a jboss-app.xml inside the META-INF but not weblogic-application.xml
Thanks
Vivek
The
weblogic-application.xmlis not copied by therunAssemblerscript but rather generated. This means that if you want to modify theweblogic-application.xmlyou will need to do so after therunAssemblerhas completed. If you were usingantto do your builds you could implement something like this:I've been using this approach to dynamically update elements in the
web.xmlduring the assembly process.Alternatively, if you want to use your from source code
weblogic-application.xml you can also use theantscript for<copy file='....' tofile='...' />.As far as the
weblogic-application.xmlnot being created by therunAssemblerscript, this is likely due to you not selecting the correct Application Server during the installation process of ATG.