The steps to bounce the Oracle Mobile server is given below.
Start Oracle Mobile server
$INST_TOP/admin/scripts/mwactl.sh start 10260
We are assuming that the mobile server runs only on 1 port. If the server ran on say 2 ports, 10260 & 10261 then we would have had to run
mwactl.sh start 10260
mwactl.sh start 10261
Stop Oracle Mobile server
$INST_TOP/admin/scripts/mwactl.sh -login apps_user/apps_password stop 10260
$INST_TOP/admin/scripts/mwactlwrpr.sh stop apps/<apps pwd>
Check running mwa processes
$ps –ef | grep mwa
Find the port number for mobile services
$grep mwa $CONTEXT_FILE
Connect to Mobile Services
telnet hostname.domainname portnumber
$ telnet uxitcl1b 10260
We have discussed how to bounce the Oracle web server in another article.
Cheers!