How the phone accesses the local server tomcat

Source: Internet
Author: User

First of all to ensure that the mobile phone with its own notebook in the same LAN, and then to ensure that the server port number is open.

This paper takes Win8 as an example

1, confirm that the mobile phone and notebook in the same LAN;

Win + R Opens "Run", enter "cmd" carriage return, then enter "ipconfig" command, locate the IP address;

2, the port number of the open server (my tomcat is open 8080 port, this according to their own configuration to set);

Refer to: https://jingyan.baidu.com/article/e9fb46e19ff8137521f7660c.html

During setup, you may see "Telnet is not an internal or external command" after entering "telnet 127.0.0.1 8080" because the Telnet server is not turned on, as described in the following: https://jingyan.baidu.com/ Article/6525d4b1377913ac7d2e94eb.html, this Baidu experience is to open the Telnet client, but because we want to let the phone to access the local server, so we need to turn on the Telnet service, not the client.

3, testing;

Start monitor Tomcat to manually start the Tomcat server and enter it in your phone browser: http://192.168.1.102:8080/, you will see Tomcat's welcome page;

  

How the phone accesses the local server tomcat

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.