Database Reference
In-Depth Information
In the absence of DNS, the hostnames and IP addresses
of both the inbound (IMAP) e-mail server and outbound
(SMTP) e-mail server that are configured for UMS should
be added to the /etc/hosts file of the server on which
Oracle SOA Suite 11g is running. A restart of all managed
servers on which UMS is targeted is necessary for the set-
ting to take effect.
If you are responsible for administration of just one such infrastructure, navigat-
ing to the MBean and configuring the MBeans is good enough. However, in all
practical scenarios, you will have multiple farms of SOA Infrastructure. It is wise
to have these configurations scripted in a WLST script that can be executed by
just connecting to the required instance. The following WLST script does what
we did just before:
connect('<username>','<password>','<soahost>:<soaport>')
custom() cd ('oracle.as.soainfra.config/oracle.as.soainfra.config:name=human-workflow,type=HWFMailerConfig,Application=soa-infra')
set('ASNSDriverEmailFromAddress', 'bpelsender@localhost')
set('ASNSDriverEmailReplyAddress','bpelreceiver@localhost')
set('ASNSDriverEmailRespondAddress','weblogic@localhost')
set('HWFMailerNotificationMode','ALL')
disconnect()
Search WWH ::




Custom Search