Recently, we showed you how to install the Cyclos SMS simulator on Jelastic Java Platform. Here's a quick how-to on installing the Cyclos SMS module using gateway on your mobile phone. It's really easy to use and very functional for sending your banking messages. All you need is to follow the steps below.
Install Cyclos and the SMS module
1. Create an environment in Jelastic and deploy Cyclos there. You can find a detailed tutorial on how to do this here, but when you create the environment, switch on Public IPv4 for Tomcat.

2. Go to the Cyclos web-site and download the Cyclos SMS module.


3. Extract the files from the package, you have just downloaded.
4. Create a WAR file from the gateway folder contents (just put the contents of the gateway folder into a zip archive file sms.zip, and rename it to sms.war).
5. Configure the database and sms gateway as with sms simulator: all the steps are the same. You can find the detailed instruction here.
Install the gateway app
1. Install the SMS gateway app on your phone. In this case, we used the SMS gateway for Android.
Note: You need to have Public IP on your mobile phone or use a DDNS service for it.
2. On your mobile phone app go to Settings and select the following settings: "Listen for HTTP send SMS commands", "Forward incoming SMS to HTTP" and "Prevent CPU sleep mode".
3. Then go to Settings -> HTTP Settings and configure the following:
- Listen for HTTP commands on port: port number;
- Required password in URL: your password;
- Forward incoming SMS to HTTP URL: here you can specify the URL of the Cyclos SMS driver that receives the incomming SMS messages, this is http://<Tomcat_Public_IP>/sms/restricted/http/gateway?
Configuring the gateway
Set the following parameters in the httpDriverConfig.properties file (webapps/sms/WEB-INF/classes/httpDriverConfig.properties):
white.list.hosts = public ip of your phone and Tomcat's public ip (separated by comma and a space)
tx.url = url of the mobile phone gateway used to send sms messages via HTTP
tx.messageParam=text
tx.toParam=phone
tx.countryCodeLen=0
tx.areaCodeLen=0
tx.method=GET
rx.messageParam=text
rx.fromParam=phone
rx.method=GET

Run the sms module
Navigate to http://<Tomcat_Public_Ip>/sms and startup the SMS gateway for Android and send an SMS message to the phone with the Android gateway. This should forward it to the SMS driver.
That's all! Enjoy your mobile banking in the cloud!
Related articles
- Cyclos in the cloud: step-by-step tutorial (jelastic.com)
- Mobile Banking in the Cloud with Cyclos (jelastic.com)