Release light-Open Platform mobile App servers and platform app servers
Copy the webeasy directory to D: \, enter the % TOMCAT_HOME % \ conf directory, and use a text editor (such as EditPlus) to open the server. xml file, add a "Context" tag under the "Host" tag:
<Contextpath = "/webeasy" docBase = "D:/webeasy" reloadable = "true" crossContext = "true"/>
Save and exit and start tomcat
Enter http: // localhost: 8080/webeasy/_ samples/app/one. json in the address bar of the browser and press Enter to access the service. If the interface shown in appears, the release is successful.
You can start to easily develop mobile App server programs.
You can also Enter http: // localhost: 8080/webeasy in the address bar of your browser and press Enter to access the service. As shown in
Don't forget that the mobile App server is also your official website. Here, you can develop a website with the following words:Easy
Download Source:
Mobile App server development from entry-level to proficient in quickly building mobile App servers