I have an Linux shared hosting space. I am trying to connect through the IP of my hosting space to WORK LIGHT server.set the hosting IP in mysql.Xml file. but am Success fully create a app in localhost its working fine in simulator. when am trying to test the app in android device it didn't access the database. please some body help me how to access the database in device.either I need to purchase VIRTUAL PRIVATE DEDICATED SERVERS to host my app database in those hosting space
how to access database from server and my hosting is linux shared hosting
255 Views Asked by rabbani shaik At
1
There are 1 best solutions below
Related Questions in MYSQL
- MySQL Select Rank
- When dealing with databases, does adding a different table when we can use a simple hash a good thing?
- Push mysql database script to server using git
- Why does mysql stop using indexes when date ranges are added to the query?
- Google Maps API Re-size
- store numpy array in mysql
- Whats wrong with this query? Using ands
- MySQL-Auto increment
- show duplicate values subquery mysql
- Java Web Application Query Is Not Working
- microsoft odbc driver manager data source name not found and no default driver specified
- Setting foreign key in phpMyAdmin
- No responses from google places text search api
- Adding to MAMP database in SQL/PHP
- I want to remove certain parent- and child-divs in all my wordpress posts with php or some other script
Related Questions in SHARED-HOSTING
- How to run Python programs on a Linux shared hosting?
- Laravel 5 on shared hosting getting internal server error
- how to access database from server and my hosting is linux shared hosting
- PHPMailer With Shared Hosting (SMTP Transport)
- CakePHP 3 on Bluehost Console Commands Do Not Function
- Is Laravel5 supported on shared hosting environment?
- Is there a recommended way to seed a database on shared hosting with code first
- Heroku makes you pay to use specific features, why? how does this work with hosting solutions?
- How to create thumbnail from video in PHP in shared hosting?
- Execute application on shared folder using resource of shared machine
- Laravel 5 is not working on shared hosting
- Resource limits has been reached on GoDaddy (wordpress site)
- My python installation on 1and1 stopped working (bashrc issue)
- Add GoDaddy naked domain to Heroku app
- Crystal Report Load Report Failed
Related Questions in WORKLIGHT-ADAPTERS
- Read adapter procedure requestTimeoutInSeconds from worklight.properties file
- IN query not returning any result, worklight SQL Adapter
- Unable to call 'onSuccess' or 'onFailure' of adapter invocation
- how to access database from server and my hosting is linux shared hosting
- worklight adapter using restful webservice
- Worklight adapters deployment failure
- push notifications with tag and sub tags at IBM WL\MF 7.1.0.00
- Multiple securityTest in app with hybrid and web environment
- how to perform xslt transformation for input request in adapter
- Worklight adapter invoke Http DELETE Method not working
- Behavior of WL.server.createEventSource on a Worklight Cluster Environment
- When Worklight Adapter release java Objects?
- Worklight SAP Netweaver GateWay Adapter - Client ID
- Worklight Adapter authentication required
- IBM Worklight 6.0.0.1 - Timeout setting in Adapters
Related Questions in CLOUD-HOSTING
- Creating a scalable database for android app | cloud hosted
- How to handle session management on cloud hosting in asp.net webform based website
- how to access database from server and my hosting is linux shared hosting
- How do I deploy and manage a small scale Java desktop application?
- Elasticsearch Hosting for Beginners
- Web application with solr hosting
- Using DigitalOcean droplet/vserver with ISPConfig3 - access the sites by IP
- what's the best way to play with cloud as independent project?
- extra large file distribution
- Cloud Service Providers for High Performance Application Benchmarks
- Avoiding Vendor-Lock-in: Is code written for Windows Azure completely portable to self-hosted IIS/ASP.NET?
- Is a real-time multiplayer game using Google App Engine feasible?
- Is Windows Azure Storage (Blob, Table, Queue) optimized for access from Windows Azure Roles?
- What is Cloud Computing and Cloud Hosting
- how to distribute a database with a REST service
Related Questions in WORKLIGHT-SERVER
- how to access database from server and my hosting is linux shared hosting
- push notifications with tag and sub tags at IBM WL\MF 7.1.0.00
- IBM Worklight server
- Multiple securityTest in app with hybrid and web environment
- WLP :: Worklight :: Can't install runtime
- Worklight 6.1, SQL Adapter (Oracle 11g) JNDI error on Tomcat 7.0.42
- Can we build and deploy worklight application as .ear instead of .war?
- how to perform xslt transformation for input request in adapter
- Multiple Worklight servers on single host configuration
- IBM Worklight Failing to start
- Worklight 6.2 server failed installation to WebSphere Application Server 8.5.5
- IBM Worklight - Can Worklight be deployed to an existing WAS server?
- Worklight server with LTPAAuthentication request login for all applications
- IBM Worklight 6.0.0.1 - Can't initialize Worklight Project when deploying to production server
- IBM Worklight 6.1 - Ant build failed: Could not load definitions
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Worklight does not work that way.
You need a host machine on top of which you should have either Tomcat, WebSphere or WebSphere Liberty profile installed. On top of this installation you deploy the Worklight Server (read the documentation).
The IP of the server is the IP of the host machine.
When you build your Worklight-based application, you build it with the IP address mentioned above (read the documentation). When launching the app and attempting to connect to the server/invoking an adapter procedure, the attempt will be done against that IP address.
That's called "on-prem", when you setup the server on your own infrastructure.
You do not try to connect your "remote host" to the "local server".
Frankly, I'm not sure what you're trying to do.
Please, stop developing.
Read the documentation, read it.
Knowledge Center: http://www-01.ibm.com/support/knowledgecenter/SSNJXP/welcome.html
Developer Center: https://developer.ibm.com/mobilefirstplatform