| Author |
Tomcat: http://IPaddress:8080/ not working
|
Lakshmanakumar Loganathan
Greenhorn
Joined: Jan 29, 2006
Posts: 23
|
|
Hi I am running tomcat 5.0. When i give http://localhost:8080/college/index.jsp is working fine. but, http://192.168.48.172:8080/college/inde.jsp is not working. I have to access the jsp pages in remote machine. Plz reply me soon. Thanks in advance.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56185
|
|
"minil minil", There aren't many rules that you need to worry about here on the Ranch, but one that we take very seriously regards the use of proper names. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it. In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious. Thanks! bear JavaRanch Sheriff
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56185
|
|
You forget the 'x' in index.
|
 |
Lakshmanakumar Loganathan
Greenhorn
Joined: Jan 29, 2006
Posts: 23
|
|
No url is , [URL= http://192.168.48.172:8080/college/index.jsp] http://192.168.48.172:8080/college/index.jsp[/url] not working. but http://localhost:8080/college/index.jsp working fine. Any changes has to be done in tomcat configuration. Its urgent. Plz reply me soon Thanks in advance.
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
Lakshmanakumar, Thank you for chaning your name. However, our naming policy requires both a first and last name. Please go back and add the one that is missing. Thank you.
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
Lionel PJ
Greenhorn
Joined: Oct 31, 2000
Posts: 8
|
|
|
Check if you are able to ping the machine.
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12268
|
|
localhost does not require network connection, using an IP address requires that the network can locate your machine by that address. Perhaps there is a firewall that blocks port 8080 or other impediment. As Lionel says, try pinging that address. Bill
|
Java Resources at www.wbrogden.com
|
 |
Lakshmanakumar Loganathan
Greenhorn
Joined: Jan 29, 2006
Posts: 23
|
|
I am able ping my machine from my machine but not from other machine.. How to check any firewall for port 8080 ( Windows XP)?
|
 |
 |
|
|
subject: Tomcat: http://IPaddress:8080/ not working
|
|
|