HTTPProxyApp and wlst
I’m using Weblogic 10.3.5 and when I create a domain using the Domain creation wizard (<FMW_HOME>/wlserver_10.3/common/bin/config.sh), if I create a manage server outside of a cluster, I’m offered to create a HTTP Proxy Application. Is it possible to do the same with wlst? Using the Domain creation wizard, if I select to create a HTTP Proxy Application, it’ll create a directory “apps” in my domain and will add the following to my config.xml:
<app-deployment>
<name>OracleProxy4_cluster1_my_proxy</name>
<target>my_proxy</target>
<module-type>war</module-type>
<source-path>./apps/OracleProxy4_cluster1_my_proxy</source-path>