Access from the web instead of localhost

2001-11-28 Thread Scott and Michele Young
if my ip is 12.34.567.890 and my localhost path to my servlet is: http://localhost:8080/index.html Can I simply type :http://12.34.567.890:8080/index.html to access my servlet from the internet (a remote location)? Thanks/ -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands:

Re: Access from the web instead of localhost

2001-11-28 Thread Barry L. White
Yes you can. - Original Message - From: Scott and Michele Young [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, November 28, 2001 7:46 AM Subject: Access from the web instead of localhost if my ip is 12.34.567.890 and my localhost path to my servlet

Re: Access from the web instead of localhost

2001-11-28 Thread David Cassidy
PROTECTED] Sent: Wednesday, November 28, 2001 7:46 AM Subject: Access from the web instead of localhost if my ip is 12.34.567.890 and my localhost path to my servlet is: http://localhost:8080/index.html Can I simply type :http://12.34.567.890:8080/index.html to access my servlet from