While starting the server pass the IP address using the -b option. For eg: if you want to access the page using IP address, start the servers using the following command.
run.bat -b 192.168.66.1
Where 192.168.66.1 is your IP address or if you want it to be for all the IPs instead of one, use
run.bat -b 0.0.0.0
This blogger is recording some code samples,technical skill of java,.Net,javascript, css, html for myself use. All articles are coming from my own experience and my collections which are from internet world. If you find any material have copy right issue please leave a comment to me. I will delete it immediately. These articles are writing in English or Chinese. Hope these information can help other technical guys. Thanks for reading.
Subscribe to:
Post Comments (Atom)
-
1. Change the tile of web.xml from <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "ht...
-
Method 1: import oracle.sql.*; public class JClob { String tableName = null; // String primaryKey = null; // String primaryValue = null; // ...
-
Try to deploy a war package in Tomcat 7 with different web context path, at last it works with below steps: 1. Create context.xml file wi...
No comments:
Post a Comment