While browsing the jquery Mobile page, other browsers are OK except for the Chrome browser error;
This is because the Tomcat service needs to be configured separately;
1. Configure the Java JDK first;
2. Download, install, configure, Tomcat server (go directly to the official website to download the zip version on OK, then \ Bin folder, you can find the Startup.bat file)
Configuration:
In the environment variable, add
Variable name: catalina_home
Variable value: The path just installed (or the path after decompression ... apache-tomcat-8.0.28\) is OK;
Once configured, then double-click to run the Startup.bat file is OK,
Check if Tomcat is configured in the browser, http:\\localhost:8080. Show page, configure OK,
Here only the static page of the single item is said:
Place the file you want to browse into the WebApps in the Tomcat folder, and then enter the relative path of the HTML file in the browser (equal to the WebApps file as the root directory)
Example: http:\\localhost:8080\demo1\1.html
Using Google Chrome to browse the jquery mobile page requires configuring the Tomcat server