Re: how to access the server from another computer

2003-02-25 Thread Peng Tuck Kwok
You need a public ip for that machine you are running tomcat on.
So after you have got the public ip (assuming everything is setup 
properly) the url can be accessed at
	http://[ip that you just got]:8081/index.jsp
You can change the port of tomcat to 80 (assuming nothing else is on 
80)so you can do just this :
	http://[ip ]/index.jsp

Sony Ho wrote:
Hello,

 As simple as the subject goes,  I've recently installed Tomcat4 on my 
windows2000 professional.   I've able to access the Apache Tomcat 
Welcome page from http://localhost:8081/index.jsp

My question is, how to access that same page from another computer 
connecting to internet??

Best Regards,
Sony
_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*   
http://join.msn.com/?page=features/junkmail

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: how to access the server from another computer

2003-02-25 Thread Turner, John

And if you want to access that URL using a FQDN instead of an IP address,
you'll need to register a domain name and have somebody do DNS for you, or
use one of the dynamic DNS services.

In addition, you will need to modify server.xml to setup the correct virtual
host instead of localhost.

John

 -Original Message-
 From: Peng Tuck Kwok [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, February 25, 2003 4:00 AM
 To: Tomcat Users List
 Subject: Re: how to access the server from another computer
 
 
 You need a public ip for that machine you are running tomcat on.
 So after you have got the public ip (assuming everything is setup 
 properly) the url can be accessed at
   http://[ip that you just got]:8081/index.jsp
 You can change the port of tomcat to 80 (assuming nothing else is on 
 80)so you can do just this :
   http://[ip ]/index.jsp
 
 
 Sony Ho wrote:
  
  Hello,
  
   As simple as the subject goes,  I've recently installed 
 Tomcat4 on my 
  windows2000 professional.   I've able to access the Apache Tomcat 
  Welcome page from http://localhost:8081/index.jsp
  
  My question is, how to access that same page from another computer 
  connecting to internet??
  
  Best Regards,
  Sony
  
  _
  STOP MORE SPAM with the new MSN 8 and get 2 months FREE*   
  http://join.msn.com/?page=features/junkmail
  
  
  
 -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]