How to define a URL to access a web application deployed on computer on LAN
jacob deiter
Ranch Hand
Joined: Apr 02, 2008
Posts: 576
posted
0
I have two computers (machine -1,machine-2) connected on LAN,Tomcat is running on machine-2 ,how the URL should be defined to access the web application deployed on machine-2 from machine -1
Please explain the URL also?
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35223
7
posted
0
The format is the same that it always is: http://11.22.33.44:88/, where "11.22.33.44" is the IP address, and "88" is the port number (optional if it's 80). If the machine has a network name then you can use that instead of the IP address.
It doesn't matter from which machine you're trying to access the server - the URL is the same for all clients.
You should really consider the subject when you post a topic -- this topic, and your other recent topic, have nothing to do with Java in General (beginners)... Moving...