Re: outsiders cannot brows my site in tomcat

2002-06-24 Thread Carl W. Jolly

I think the problem is that you have no route for the outside world to
get to your router and this is because your providers DNS has no idea
that he has to route traffic destined to your  internal network to your
router. There is a solution there are web sites that will update their
DNS entries to point to your server and then once someone can get to
your router you can have your router port forward ( if it is capable) to
and a machine on your lan  If you have a static IP address the first
part is not applicable since your ISP will have your router in his DNS
table; however since many ISPs will not give out static IP addresses you
will have to refresh the services DNS tables every time DHCP gives you a
new external address for your router.The DNS provider will give you a
domain say www.example.com and your requestors will look you up as
such.  You will have to search the net for one of these providers. Ok
once they can get to your router the router can port forward all
requests on lets say port 80 to your internal webserver on port 80 this
will reply back to the router who will reply back to the requestor. 


  external IP  internalIplocal Lan IP ( for example)
   207.84.2.234   192.168.1.1192.168.1.5   
 request:80  [ router ] =[ webserver]
reply --


this should get you started

Carl
On Thu, 2002-06-20 at 13:01, Yu Ye Zhou wrote:
 
 
 
  From:Carl [EMAIL PROTECTED] on 06/20/2002 11:01 AM MST  
 
 
 
 
   
   
  I have three computers connected to each other as LAN.   
  I use DSL and a router to have all of them connected 
  to internet. I have tomcat install in one of the 
  computer as stand alone. I can see the index pages by
  using name of the computer using 
  http://NameOfComputer:8080 within my LAN. However, if
  I try to see the same page from a computer outside of
  my own network, page is not found. It also says server   
  is not found. It seems to me more like a network 
  problem than problem with tomcat. I didn't intergrate
  apache web server with tomcat. Do I need apache to see   
  the page? Can I use tomcat only? Anybody also have   
  idea of why outsiders cannot brows my pages? 
  Thanks a lot.
  Yu Ye Zhou   
   
  __   
  Do You Yahoo!?   
  Yahoo! - Official partner of 2002 FIFA World Cup 
  http://fifaworldcup.yahoo.com
   
  --   
  To unsubscribe, e-mail:  
  mailto:[EMAIL PROTECTED]  
  For additional commands, e-mail: 
  mailto:[EMAIL PROTECTED] 
   
   
 



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




Re: outsiders cannot brows my site in tomcat

2002-06-24 Thread Alex Potter


- Original Message -
From: Carl W. Jolly [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, June 24, 2002 5:12 PM
Subject: Re: outsiders cannot brows my site in tomcat


 I think the problem is that you have no route for the outside world to
 get to your router and this is because your providers DNS has no idea
 that he has to route traffic destined to your  internal network to your
 router. There is a solution there are web sites that will update their
 DNS entries to point to your server and then once someone can get to
 your router you can have your router port forward ( if it is capable) to

Try http://www.dyndns.org if you need a permanent address for your
connection.


HTH

Alex


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




RE: outsiders cannot brows my site in tomcat

2002-06-20 Thread Brandon Cruz

You need to use a router and have it forward the requests on port :8080 to
the computer running tomcat.  Otherwise, you can use your router to put the
computer with Tomcat into the DMZ if you're not worried about security.



-Original Message-
From: Yu Ye Zhou [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 1:02 PM
To: Tomcat Users List
Subject: outsiders cannot brows my site in tomcat


I have three computers connected to each other as LAN.
I use DSL and a router to have all of them connected
to internet. I have tomcat install in one of the
computer as stand alone. I can see the index pages by
using name of the computer using
http://NameOfComputer:8080 within my LAN. However, if
I try to see the same page from a computer outside of
my own network, page is not found. It also says server
is not found. It seems to me more like a network
problem than problem with tomcat. I didn't intergrate
apache web server with tomcat. Do I need apache to see
the page? Can I use tomcat only? Anybody also have
idea of why outsiders cannot brows my pages?
Thanks a lot.
Yu Ye Zhou

__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

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



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




Re: outsiders cannot brows my site in tomcat

2002-06-20 Thread Eddie Bush

Do you have a static IP address? =)

Most DSL services give you 'communal' IP addresses.  You don't have a
'unique' one for each of your machines - and they change every time you
connect.  My guess is that this is most likely your problem.  To rectify it,
check on getting your own IP address/pool through your DSL provider.
Another thing too - if you want to be able to access your computer by name -
you'll need a domain if you don't have one.

Additionally, you will need to ensure that you have the domain set up to
point to the correct IP Address.  Also, I'm not entirely sure how your LAN
is configured - but if all of your machines are sharing one IP Address
you'll need to check into configuring your router to direct all http/https
traffic to the specific machine that has Tomcat installed on it.

*looks around* Did I miss anything guys?

I hope that answers your question.  If I totally misjudged your perdicament,
please feel free to repost =)

Eddie

- Original Message -
From: Yu Ye Zhou [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Thursday, June 20, 2002 1:01 PM
Subject: outsiders cannot brows my site in tomcat


 I have three computers connected to each other as LAN.
 I use DSL and a router to have all of them connected
 to internet. I have tomcat install in one of the
 computer as stand alone. I can see the index pages by
 using name of the computer using
 http://NameOfComputer:8080 within my LAN. However, if
 I try to see the same page from a computer outside of
 my own network, page is not found. It also says server
 is not found. It seems to me more like a network
 problem than problem with tomcat. I didn't intergrate
 apache web server with tomcat. Do I need apache to see
 the page? Can I use tomcat only? Anybody also have
 idea of why outsiders cannot brows my pages?
 Thanks a lot.
 Yu Ye Zhou

 __
 Do You Yahoo!?
 Yahoo! - Official partner of 2002 FIFA World Cup
 http://fifaworldcup.yahoo.com

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



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




Re: outsiders cannot brows my site in tomcat

2002-06-20 Thread Sean M Alderman

If he's stuck with a dynamic IP he could look into using a Dynamic DNS
client to register his hostname.  I've had this setup before and it
works rather nicely, even for dial-up connections.

On Thu, 2002-06-20 at 14:05, Eddie Bush wrote:
 Do you have a static IP address? =)
 
 Most DSL services give you 'communal' IP addresses.  You don't have a
 'unique' one for each of your machines - and they change every time you
 connect.  My guess is that this is most likely your problem.  To rectify it,
 check on getting your own IP address/pool through your DSL provider.
 Another thing too - if you want to be able to access your computer by name -
 you'll need a domain if you don't have one.
 
 Additionally, you will need to ensure that you have the domain set up to
 point to the correct IP Address.  Also, I'm not entirely sure how your LAN
 is configured - but if all of your machines are sharing one IP Address
 you'll need to check into configuring your router to direct all http/https
 traffic to the specific machine that has Tomcat installed on it.
 
 *looks around* Did I miss anything guys?
 
 I hope that answers your question.  If I totally misjudged your perdicament,
 please feel free to repost =)
 
 Eddie
 
 - Original Message -
 From: Yu Ye Zhou [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Thursday, June 20, 2002 1:01 PM
 Subject: outsiders cannot brows my site in tomcat
 
 
  I have three computers connected to each other as LAN.
  I use DSL and a router to have all of them connected
  to internet. I have tomcat install in one of the
  computer as stand alone. I can see the index pages by
  using name of the computer using
  http://NameOfComputer:8080 within my LAN. However, if
  I try to see the same page from a computer outside of
  my own network, page is not found. It also says server
  is not found. It seems to me more like a network
  problem than problem with tomcat. I didn't intergrate
  apache web server with tomcat. Do I need apache to see
  the page? Can I use tomcat only? Anybody also have
  idea of why outsiders cannot brows my pages?
  Thanks a lot.
  Yu Ye Zhou
 
  __
  Do You Yahoo!?
  Yahoo! - Official partner of 2002 FIFA World Cup
  http://fifaworldcup.yahoo.com
 
  --
  To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]
 
 
-- 
Sean M. Alderman
ITRACK Systems Analyst
PACE/NCI - NASA Glenn Research Center
(216) 433-2795

Calling a windowed operating system Windows is like naming an
automobile Wheels.

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




Re: outsiders cannot brows my site in tomcat

2002-06-20 Thread Yu Ye Zhou

Thanks both for the info. I'm going to try both way.
But, Alderman, do you know of any site that I can use
to register my hostname?
Thanks


--- Sean M Alderman [EMAIL PROTECTED]
wrote:
 If he's stuck with a dynamic IP he could look into
 using a Dynamic DNS
 client to register his hostname.  I've had this
 setup before and it
 works rather nicely, even for dial-up connections.
 
 On Thu, 2002-06-20 at 14:05, Eddie Bush wrote:
  Do you have a static IP address? =)
  
  Most DSL services give you 'communal' IP
 addresses.  You don't have a
  'unique' one for each of your machines - and they
 change every time you
  connect.  My guess is that this is most likely
 your problem.  To rectify it,
  check on getting your own IP address/pool through
 your DSL provider.
  Another thing too - if you want to be able to
 access your computer by name -
  you'll need a domain if you don't have one.
  
  Additionally, you will need to ensure that you
 have the domain set up to
  point to the correct IP Address.  Also, I'm not
 entirely sure how your LAN
  is configured - but if all of your machines are
 sharing one IP Address
  you'll need to check into configuring your router
 to direct all http/https
  traffic to the specific machine that has Tomcat
 installed on it.
  
  *looks around* Did I miss anything guys?
  
  I hope that answers your question.  If I totally
 misjudged your perdicament,
  please feel free to repost =)
  
  Eddie
  
  - Original Message -
  From: Yu Ye Zhou [EMAIL PROTECTED]
  To: Tomcat Users List
 [EMAIL PROTECTED]
  Sent: Thursday, June 20, 2002 1:01 PM
  Subject: outsiders cannot brows my site in tomcat
  
  
   I have three computers connected to each other
 as LAN.
   I use DSL and a router to have all of them
 connected
   to internet. I have tomcat install in one of the
   computer as stand alone. I can see the index
 pages by
   using name of the computer using
   http://NameOfComputer:8080 within my LAN.
 However, if
   I try to see the same page from a computer
 outside of
   my own network, page is not found. It also says
 server
   is not found. It seems to me more like a network
   problem than problem with tomcat. I didn't
 intergrate
   apache web server with tomcat. Do I need apache
 to see
   the page? Can I use tomcat only? Anybody also
 have
   idea of why outsiders cannot brows my pages?
   Thanks a lot.
   Yu Ye Zhou
  
  
 __
   Do You Yahoo!?
   Yahoo! - Official partner of 2002 FIFA World Cup
   http://fifaworldcup.yahoo.com
  
   --
   To unsubscribe, e-mail:
 
 mailto:[EMAIL PROTECTED]
   For additional commands, e-mail:
  mailto:[EMAIL PROTECTED]
  
  
  
  --
  To unsubscribe, e-mail:  
 mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
  
  
 -- 
 Sean M. Alderman
 ITRACK Systems Analyst
 PACE/NCI - NASA Glenn Research Center
 (216) 433-2795
 
 Calling a windowed operating system Windows is
 like naming an
 automobile Wheels.
 
 --
 To unsubscribe, e-mail:  
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 


__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

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




Re: outsiders cannot brows my site in tomcat

2002-06-20 Thread Sean M Alderman

Do you mean for Dynamic DNS?  Try http://www.dyndns.org for starters. 
There are others -
http://www.google.com/search?hl=enq=dynamic+dns

On Thu, 2002-06-20 at 14:36, Yu Ye Zhou wrote:
 Thanks both for the info. I'm going to try both way.
 But, Alderman, do you know of any site that I can use
 to register my hostname?
 Thanks
 
 
 --- Sean M Alderman [EMAIL PROTECTED]
 wrote:
  If he's stuck with a dynamic IP he could look into
  using a Dynamic DNS
  client to register his hostname.  I've had this
  setup before and it
  works rather nicely, even for dial-up connections.
  
  On Thu, 2002-06-20 at 14:05, Eddie Bush wrote:
   Do you have a static IP address? =)
   
   Most DSL services give you 'communal' IP
  addresses.  You don't have a
   'unique' one for each of your machines - and they
  change every time you
   connect.  My guess is that this is most likely
  your problem.  To rectify it,
   check on getting your own IP address/pool through
  your DSL provider.
   Another thing too - if you want to be able to
  access your computer by name -
   you'll need a domain if you don't have one.
   
   Additionally, you will need to ensure that you
  have the domain set up to
   point to the correct IP Address.  Also, I'm not
  entirely sure how your LAN
   is configured - but if all of your machines are
  sharing one IP Address
   you'll need to check into configuring your router
  to direct all http/https
   traffic to the specific machine that has Tomcat
  installed on it.
   
   *looks around* Did I miss anything guys?
   
   I hope that answers your question.  If I totally
  misjudged your perdicament,
   please feel free to repost =)
   
   Eddie
   
   - Original Message -
   From: Yu Ye Zhou [EMAIL PROTECTED]
   To: Tomcat Users List
  [EMAIL PROTECTED]
   Sent: Thursday, June 20, 2002 1:01 PM
   Subject: outsiders cannot brows my site in tomcat
   
   
I have three computers connected to each other
  as LAN.
I use DSL and a router to have all of them
  connected
to internet. I have tomcat install in one of the
computer as stand alone. I can see the index
  pages by
using name of the computer using
http://NameOfComputer:8080 within my LAN.
  However, if
I try to see the same page from a computer
  outside of
my own network, page is not found. It also says
  server
is not found. It seems to me more like a network
problem than problem with tomcat. I didn't
  intergrate
apache web server with tomcat. Do I need apache
  to see
the page? Can I use tomcat only? Anybody also
  have
idea of why outsiders cannot brows my pages?
Thanks a lot.
Yu Ye Zhou
   
   
  __
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
   
--
To unsubscribe, e-mail:
  
  mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
   mailto:[EMAIL PROTECTED]
   
   
   
   --
   To unsubscribe, e-mail:  
  mailto:[EMAIL PROTECTED]
   For additional commands, e-mail:
  mailto:[EMAIL PROTECTED]
   
   
  -- 
  Sean M. Alderman
  ITRACK Systems Analyst
  PACE/NCI - NASA Glenn Research Center
  (216) 433-2795
  
  Calling a windowed operating system Windows is
  like naming an
  automobile Wheels.
  
  --
  To unsubscribe, e-mail:  
  mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
  mailto:[EMAIL PROTECTED]
  
 
 
 __
 Do You Yahoo!?
 Yahoo! - Official partner of 2002 FIFA World Cup
 http://fifaworldcup.yahoo.com
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]
 
-- 
Sean M. Alderman
ITRACK Systems Analyst
PACE/NCI - NASA Glenn Research Center
(216) 433-2795

Calling a windowed operating system Windows is like naming an
automobile Wheels.

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




Re: outsiders cannot brows my site in tomcat

2002-06-20 Thread Eddie Bush

I think he means to register the domain:

http://www.eyeondomain.com/ -- This is probably where I'll go soon
http://www.register.com/ -- I use this one - I am changing because of price
http://www.networksolutions.com/ -- STAY AWAY FROM THIS ONE!

... and there are many many many others.

http://www.google.com/search?hl=enq=domain+registrars

Anyone have one they prefer?  Reasons for your preference?  URLs? =)

HTH,

Eddie

- Original Message - 
From: Sean M Alderman [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Thursday, June 20, 2002 1:42 PM
Subject: Re: outsiders cannot brows my site in tomcat


 Do you mean for Dynamic DNS?  Try http://www.dyndns.org for starters. 
 There are others -
 http://www.google.com/search?hl=enq=dynamic+dns
 



[Off-topic] RE: outsiders cannot brows my site in tomcat

2002-06-20 Thread Turner, John


http://www.namecheap.com (can't beat $8.88/yr)
http://www.godaddy.com (almost beats namecheap at $8.95)

I also like Dotster (excellent management utilities): http://www.dotster.com

John Turner
[EMAIL PROTECTED]
http://www.aas.com

-Original Message-
From: Eddie Bush [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 2:50 PM
To: Tomcat Users List
Subject: Re: outsiders cannot brows my site in tomcat


I think he means to register the domain:

http://www.eyeondomain.com/ -- This is probably where I'll go soon
http://www.register.com/ -- I use this one - I am changing because of price
http://www.networksolutions.com/ -- STAY AWAY FROM THIS ONE!

... and there are many many many others.

http://www.google.com/search?hl=enq=domain+registrars

Anyone have one they prefer?  Reasons for your preference?  URLs? =)

HTH,

Eddie




Re: outsiders cannot brows my site in tomcat

2002-06-20 Thread Yu Ye Zhou

I've found http://dns2go.deerfield.com. I registered a
domain with them for free and also downloaded their
software that can point to my current IP address to
that domain name. I can brow my computer with that
domain name now. I think I should be able to browse it
from any other computers, after I readjust my router
setting. 
Thanks for all your helps. Very appreciate. 

Yuye 

__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

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