Re: [slightly OT]Re: How to access web site from other computers

2005-03-11 Thread Joel
> > > I went to www.dyndns.org and selected 'Dynamic
(B> > DNS'
(B> > > and did whatever it asked me to. I'm able to
(B> > access it
(B> > > locally. ie. 
(B> > 
(B> > Locally means on the same machine as the server?
(B> 
(B> On the same machine where tomcat & apache are running.
(B>  
(B> > And could you mention which "whatever it asked me"
(B> > you did?
(B> 
(B> When i clicked on 'Dynamic DNS', a form appeared and i
(B> keyed-in the host name. That's it. It gave following
(B> URL: raghu.dnsalias.net
(B
(BYou must have done more than that. You registered, gave them an e-mail
(Baddress to contact you at, then when you got your registration confirmed,
(Byou went to the dynamic dns services and got your form. 
(B
(BI'm kind of wondering which form it was. The reason is that I'm
(Bwondering if it properly associated your requested 3LD (raghu under
(Bdnsalias.net) with your NAT/firewall/router/modem's external interface
(Baddress.
(B
(BMy web browser can't reach you.
(B
(BPing is picking it up at maxonline.com.sg. 
(B
(BThat's likely to indicate some tomcat setup issues.
(B
(B> > > http://dummy.dnsalias.net/web/JSP/login.html
(B
(Bhttp://raghu.dnsalias.net/
(Bhttp://raghu.dnsalias.net/web/JSP/login.html
(B
(Bjust leave the web browser trying to connect.
(B
(Bhttp://raghu.dnsalias.net:8080/
(Bhttp://raghu.dnsalias.net:8080/web/JSP/login.html
(B
(Bboth get refused.
(B
(BYou probably also have firewall setup problems.
(B
(B> > > But not from other computers (one at office).
(B
(BCan you ping raghu.dnsalias.net from the one at the office?
(B
(BHave you edited the hosts file of the machine at the office? Did you set
(Bit to the internal address of the server instead of the external address?
(B
(B(If your NAT/firewall/router/modem doesn't show the external interface
(Bto the internal net, you'll have to use the hosts file on all computers
(Bon your LAN, or set up an internal-only name server. And the IP address
(Bof the server for your office computers will not be the same as the one
(Bfor the external net, of course.)
(B
(BSpeaking of the firewall, is it forwarding port 80 and port 8080 to the
(Bserver?
(B
(B> > Have you edited the hosts files on any of the
(B> > computers, including the
(B> > server?
(B> 
(B> Yes. I edited the host file of the server.
(B
(BThis may be the reason you can see it locally.
(B
(B> > > I'm able
(B> > > to ping to this machine.
(B> > 
(B> > Ping by IP address or by the dummy.dnsalias.net
(B> > domain name?
(B> 
(B> Both.
(B>  
(B> > And if IP, is it by the internal IP or the external
(B> > IP?
(B
(BSo, does the other office computer ping it by raghu.dnsalias.net, by
(B202.156.229.137, or by an internal address (192.168.x.x or 10.x.x.x or
(B172.16.x.x through 172.31.x.x)?
(B
(B> > Wait. dummy is probably not a 3LD that you'd be able
(B> > to get. Are you
(B> > sure about that?
(B> 
(B> It's not dummy. Actual URL is: raghu.dnsalias.net
(B>  
(B> > > But not able to see the web
(B> > > application. Is this is a firewall issue? How can
(B> > i
(B> > > identify what are the firewalls/spywares running
(B> > in my
(B> > > system and how to allow the IP Address to be
(B> > visible.
(B> > 
(B> > I was going to mention cheap broadband "modems" that
(B> > don't expose the
(B> > external interface address back to the internal LAN
(B> > and about
(B> > demilitarized zones, and recapitulate the hosts file
(B> > business, but I
(B> > think we haven't got that far yet.
(B> > 
(B> > (None of this is the main topic on this list.)
(B> 
(B> Sorry for posting this issue in this mailing list. I
(B> was monitoring this list. Also, i thought, there may
(B> be some tomcat & apache server configuration problem.
(B
(BIt does look like you may have both types of configuration problems.
(B
(B--
(BJoel Rees   <[EMAIL PROTECTED]>
(Bdigitcom, inc.   $B3t<02qhttp://www.ddcom.co.jp> **
(B
(B
(B-
(BTo unsubscribe, e-mail: [EMAIL PROTECTED]
(BFor additional commands, e-mail: [EMAIL PROTECTED]

Re: [slightly OT]Re: How to access web site from other computers

2005-03-11 Thread U K Laxmi

--- Joel <[EMAIL PROTECTED]> wrote:
> > I went to www.dyndns.org and selected 'Dynamic
> DNS'
> > and did whatever it asked me to. I'm able to
> access it
> > locally. ie. 
> 
> Locally means on the same machine as the server?

On the same machine where tomcat & apache are running.

 
> And could you mention which "whatever it asked me"
> you did?

When i clicked on 'Dynamic DNS', a form appeared and i
keyed-in the host name. That's it. It gave following
URL: raghu.dnsalias.net
 
> > http://dummy.dnsalias.net/web/JSP/login.html
> > 
> > But not from other computers (one at office).
> 
> Have you edited the hosts files on any of the
> computers, including the
> server?

Yes. I edited the host file of the server.
 
> > I'm able
> > to ping to this machine.
> 
> Ping by IP address or by the dummy.dnsalias.net
> domain name?

Both.
 
> And if IP, is it by the internal IP or the external
> IP?
> 
> Wait. dummy is probably not a 3LD that you'd be able
> to get. Are you
> sure about that?

It's not dummy. Actual URL is: raghu.dnsalias.net
 
> > But not able to see the web
> > application. Is this is a firewall issue? How can
> i
> > identify what are the firewalls/spywares running
> in my
> > system and how to allow the IP Address to be
> visible.
> 
> I was going to mention cheap broadband "modems" that
> don't expose the
> external interface address back to the internal LAN
> and about
> demilitarized zones, and recapitulate the hosts file
> business, but I
> think we haven't got that far yet.
> 
> (None of this is the main topic on this list.)

Sorry for posting this issue in this mailing list. I
was monitoring this list. Also, i thought, there may
be some tomcat & apache server configuration problem.

Thanks.

> 
> --
> Joel Rees   <[EMAIL PROTECTED]>
> digitcom, inc.   ³ô¼°²ñ¼Ò¥Ç¥¸¥³¥à
> Kobe, Japan   +81-78-672-8800
> **  **
> 
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 



__ 
Do you Yahoo!? 
Take Yahoo! Mail with you! Get it on your mobile phone. 
http://mobile.yahoo.com/maildemo 

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



[slightly OT]Re: How to access web site from other computers

2005-03-11 Thread Joel
> I went to www.dyndns.org and selected 'Dynamic DNS'
(B> and did whatever it asked me to. I'm able to access it
(B> locally. ie. 
(B
(BLocally means on the same machine as the server?
(B
(BAnd could you mention which "whatever it asked me" you did?
(B
(B> http://dummy.dnsalias.net/web/JSP/login.html
(B> 
(B> But not from other computers (one at office).
(B
(BHave you edited the hosts files on any of the computers, including the
(Bserver?
(B
(B> I'm able
(B> to ping to this machine.
(B
(BPing by IP address or by the dummy.dnsalias.net domain name?
(B
(BAnd if IP, is it by the internal IP or the external IP?
(B
(BWait. dummy is probably not a 3LD that you'd be able to get. Are you
(Bsure about that?
(B
(B> But not able to see the web
(B> application. Is this is a firewall issue? How can i
(B> identify what are the firewalls/spywares running in my
(B> system and how to allow the IP Address to be visible.
(B
(BI was going to mention cheap broadband "modems" that don't expose the
(Bexternal interface address back to the internal LAN and about
(Bdemilitarized zones, and recapitulate the hosts file business, but I
(Bthink we haven't got that far yet.
(B
(B(None of this is the main topic on this list.)
(B
(B--
(BJoel Rees   <[EMAIL PROTECTED]>
(Bdigitcom, inc.   $B3t<02qhttp://www.ddcom.co.jp> **
(B
(B
(B-
(BTo unsubscribe, e-mail: [EMAIL PROTECTED]
(BFor additional commands, e-mail: [EMAIL PROTECTED]

Re: How to access web site from other computers

2005-03-09 Thread U K Laxmi
The actual dynamic dns name is: raghu.dnsalias.net.

When accessed from other machines, it says page not
accessible it seems. Since i'm not the one who is
accessing from other machines, i couldn't get the
proper information about actual error message. Sorry
about that.

By the error message, looks like web server is not
responding. Is it so? Do i need do configure anything
else? My apache server and tomcat are running even
now.  Default port for tomcat is 8080.


--- [EMAIL PROTECTED] wrote:

> I do not get a ping for dummy.dynalias.net.  Is this
> the actual dynamic
> dns name you defined?
> 
> - Original Message -
> From: "James T. Studebaker"
> <[EMAIL PROTECTED]>
> To: "Tomcat Users List"
> 
> Sent: Wednesday, March 09, 2005 5:53 AM
> Subject: Re: How to access web site from other
> computers
> 
> 
> When you type in
> http://dummy.dnsalias.net/web/JSP/login.html in the
> IE do
> you get a tomcat error or do you get a "The page
> cannot be displayed" or do
> you get some other error?
> 
> Thank you
> James T. Studebaker
> 
> - Original Message -
> From: "U K Laxmi" <[EMAIL PROTECTED]>
> To: "Tomcat Users List"
> 
> Sent: Wednesday, March 09, 2005 1:50 AM
> Subject: RE: How to access web site from other
> computers
> 
> 
> Thank you for the detailed info. I appreciate it.
> May
> be, in future i may go for a static IP address. But
> for testing purposes, i would like to do some wrok
> around specified by you.
> 
> I went to www.dyndns.org and selected 'Dynamic DNS'
> and did whatever it asked me to. I'm able to access
> it
> locally. ie.
> 
> http://dummy.dnsalias.net/web/JSP/login.html
> 
> But not from other computers (one at office). I'm
> able
> to ping to this machine. But not able to see the web
> application. Is this is a firewall issue? How can i
> identify what are the firewalls/spywares running in
> my
> system and how to allow the IP Address to be
> visible.
> 
> Pls help. Thanks to everyone for the answers.
> 
> --- [EMAIL PROTECTED] wrote:
> 
> > OK.  There have been suggestions that you get a
> > static ip address.  If
> > your internet service provider will assign you a
> > static ip address, that
> > will solve your problem if you are trying to
> access
> > the tomcat service
> > using a domain name.
> >
> > However if your internet service provider is
> > unwilling to provide a static
> > IP address, which is the case for most providers,
> > you still can access the
> > tomcat service from the internet.  What you can do
> > is define a dynamic dns
> > service at a provider such as dyndns.org.  You can
> > set up a dynamic dns
> > service where the ip address is updated from a
> > program you install on your
> > local windows machine using one of their domains.
> > You have several
> > choices of such programs available on the
> dyndns.org
> > site.  The program
> > you install on your local windows machine detects
> > when the IP address of
> > your local machine changes.  The program then
> sends
> > the new IP address to
> > the dyndns.org service and the ip address of the
> > dynamic dns service you
> > set up with them is automatically updated.  This
> > service is free for a
> > limited number of machines.
> >
> > You could also buy a domain name from a domain
> name
> > service provider.
> > Dyndns.org does sell domain names also.  You can
> > then define a dynamic dns
> > service with dyndns.org just the same as described
> > above using your
> > domain.  I believe dyndns.org will charge you an
> > annual fee for using your
> > own domain name.
> >
> > Let me know if this helps.
> >
> > As a side issue you can access the tomcat service
> on
> > your local windows
> > machine from another computer on the internet in a
> > test situation with out
> > establishing a dynamic dns account. You can do
> this
> > by entering a record
> > in the hosts file of the computer from which you
> > wish to access the tomcat
> > service.  I expect you to find the host file at:
> > c:/windows/system32/drivers/etc/host or
> > c:/winnt/system32/drivers/etc/host.
> >
> > Enter a line in the form:
> >  
> >
> > Supply your domain name for the host account
> defined
> > in tomcat
> > configuration for .  Do not include
> the
> > < or the > characters.
> >  Localhost will not work.  If you have not defined
> a
>

[Fwd: Re: How to access web site from other computers]

2005-03-09 Thread jtsbaker
What is the IP address of the machine you have the tomcat server running
on.  What is the port you are running tomcat on?

You should be able to reach the default welcome page on the tomcat server
by typing the url http://ipaddress:portnumber/.

If you can reach the tomcat server from an external machine on the
internet using the url above, then you do not have a firewall problem.  If
you can not reach the tomcat server from an external machine on the
internet using the url above, then you may have a firewall problem.

Let me know the results.

If you give me your ip address and port number by direct email I can try
the test myself.  Send an email to [EMAIL PROTECTED]

 Original Message 
Subject: Re: How to access web site from other computers
From:[EMAIL PROTECTED]
Date:Wed, March 9, 2005 9:40 am
To:  "Tomcat Users List" 
--

I do not get a ping for dummy.dynalias.net.  Is this the actual dynamic
dns name you defined?

- Original Message -
From: "James T. Studebaker" <[EMAIL PROTECTED]>
To: "Tomcat Users List" 
Sent: Wednesday, March 09, 2005 5:53 AM
Subject: Re: How to access web site from other computers


When you type in http://dummy.dnsalias.net/web/JSP/login.html in the IE do
you get a tomcat error or do you get a "The page cannot be displayed" or
do you get some other error?

Thank you
James T. Studebaker

- Original Message -
From: "U K Laxmi" <[EMAIL PROTECTED]>
To: "Tomcat Users List" 
Sent: Wednesday, March 09, 2005 1:50 AM
Subject: RE: How to access web site from other computers


Thank you for the detailed info. I appreciate it. May
be, in future i may go for a static IP address. But
for testing purposes, i would like to do some wrok
around specified by you.

I went to www.dyndns.org and selected 'Dynamic DNS'
and did whatever it asked me to. I'm able to access it
locally. ie.

http://dummy.dnsalias.net/web/JSP/login.html

But not from other computers (one at office). I'm able
to ping to this machine. But not able to see the web
application. Is this is a firewall issue? How can i
identify what are the firewalls/spywares running in my
system and how to allow the IP Address to be visible.

Pls help. Thanks to everyone for the answers.

--- [EMAIL PROTECTED] wrote:

> OK.  There have been suggestions that you get a
> static ip address.  If
> your internet service provider will assign you a
> static ip address, that
> will solve your problem if you are trying to access
> the tomcat service
> using a domain name.
>
> However if your internet service provider is
> unwilling to provide a static
> IP address, which is the case for most providers,
> you still can access the
> tomcat service from the internet.  What you can do
> is define a dynamic dns
> service at a provider such as dyndns.org.  You can
> set up a dynamic dns
> service where the ip address is updated from a
> program you install on your
> local windows machine using one of their domains.
> You have several
> choices of such programs available on the dyndns.org
> site.  The program
> you install on your local windows machine detects
> when the IP address of
> your local machine changes.  The program then sends
> the new IP address to
> the dyndns.org service and the ip address of the
> dynamic dns service you
> set up with them is automatically updated.  This
> service is free for a
> limited number of machines.
>
> You could also buy a domain name from a domain name
> service provider.
> Dyndns.org does sell domain names also.  You can
> then define a dynamic dns
> service with dyndns.org just the same as described
> above using your
> domain.  I believe dyndns.org will charge you an
> annual fee for using your
> own domain name.
>
> Let me know if this helps.
>
> As a side issue you can access the tomcat service on
> your local windows
> machine from another computer on the internet in a
> test situation with out
> establishing a dynamic dns account. You can do this
> by entering a record
> in the hosts file of the computer from which you
> wish to access the tomcat
> service.  I expect you to find the host file at:
> c:/windows/system32/drivers/etc/host or
> c:/winnt/system32/drivers/etc/host.
>
> Enter a line in the form:
>  
>
> Supply your domain name for the host account defined
> in tomcat
> configuration for .  Do not include the
> < or the > characters.
>  Localhost will not work.  If you have not defined a
> host other than
> localhost in tomcat configuration, you will have to
> define another host
> account.  Supply the ip address assigned to your
> machine where to

Re: How to access web site from other computers

2005-03-09 Thread jtsbaker
I do not get a ping for dummy.dynalias.net.  Is this the actual dynamic
dns name you defined?

- Original Message -
From: "James T. Studebaker" <[EMAIL PROTECTED]>
To: "Tomcat Users List" 
Sent: Wednesday, March 09, 2005 5:53 AM
Subject: Re: How to access web site from other computers


When you type in http://dummy.dnsalias.net/web/JSP/login.html in the IE do
you get a tomcat error or do you get a "The page cannot be displayed" or do
you get some other error?

Thank you
James T. Studebaker

- Original Message -
From: "U K Laxmi" <[EMAIL PROTECTED]>
To: "Tomcat Users List" 
Sent: Wednesday, March 09, 2005 1:50 AM
Subject: RE: How to access web site from other computers


Thank you for the detailed info. I appreciate it. May
be, in future i may go for a static IP address. But
for testing purposes, i would like to do some wrok
around specified by you.

I went to www.dyndns.org and selected 'Dynamic DNS'
and did whatever it asked me to. I'm able to access it
locally. ie.

http://dummy.dnsalias.net/web/JSP/login.html

But not from other computers (one at office). I'm able
to ping to this machine. But not able to see the web
application. Is this is a firewall issue? How can i
identify what are the firewalls/spywares running in my
system and how to allow the IP Address to be visible.

Pls help. Thanks to everyone for the answers.

--- [EMAIL PROTECTED] wrote:

> OK.  There have been suggestions that you get a
> static ip address.  If
> your internet service provider will assign you a
> static ip address, that
> will solve your problem if you are trying to access
> the tomcat service
> using a domain name.
>
> However if your internet service provider is
> unwilling to provide a static
> IP address, which is the case for most providers,
> you still can access the
> tomcat service from the internet.  What you can do
> is define a dynamic dns
> service at a provider such as dyndns.org.  You can
> set up a dynamic dns
> service where the ip address is updated from a
> program you install on your
> local windows machine using one of their domains.
> You have several
> choices of such programs available on the dyndns.org
> site.  The program
> you install on your local windows machine detects
> when the IP address of
> your local machine changes.  The program then sends
> the new IP address to
> the dyndns.org service and the ip address of the
> dynamic dns service you
> set up with them is automatically updated.  This
> service is free for a
> limited number of machines.
>
> You could also buy a domain name from a domain name
> service provider.
> Dyndns.org does sell domain names also.  You can
> then define a dynamic dns
> service with dyndns.org just the same as described
> above using your
> domain.  I believe dyndns.org will charge you an
> annual fee for using your
> own domain name.
>
> Let me know if this helps.
>
> As a side issue you can access the tomcat service on
> your local windows
> machine from another computer on the internet in a
> test situation with out
> establishing a dynamic dns account. You can do this
> by entering a record
> in the hosts file of the computer from which you
> wish to access the tomcat
> service.  I expect you to find the host file at:
> c:/windows/system32/drivers/etc/host or
> c:/winnt/system32/drivers/etc/host.
>
> Enter a line in the form:
>  
>
> Supply your domain name for the host account defined
> in tomcat
> configuration for .  Do not include the
> < or the > characters.
>  Localhost will not work.  If you have not defined a
> host other than
> localhost in tomcat configuration, you will have to
> define another host
> account.  Supply the ip address assigned to your
> machine where tomcat is
> running for .  Do not include the < or
> the > characters.  Here
> is an example how the line should look:
>
> jimstudebaker.org 65.254.62.178
>
> Then save the host file.  Open the IE and type in
> the url
> http://domainname:8080/.  This assumes your tomcat
> port is the default
> 8080.  This obviously not a general permanent
> solution, since the internet
> dns servers do not have a record for the entry you
> put in the host file.
> It is a quick and easy way to test access to the
> service from another
> machine on the internet however.
>
> Good luck.
>
> Let me know if this was of help.
>
> > The machine is connected to internet thro'
> broadband
> > connection.
> >
> > --- [EMAIL PROTECTED] wrote:
> >> An answer to this question would require a little
> >> more information.
> >>
> >> When you say "My computer is in netw

Re: How to access web site from other computers

2005-03-09 Thread James T. Studebaker
When you type in http://dummy.dnsalias.net/web/JSP/login.html in the IE do
you get a tomcat error or do you get a "The page cannot be displayed" or do
you get some other error?

Thank you
James T. Studebaker

- Original Message - 
From: "U K Laxmi" <[EMAIL PROTECTED]>
To: "Tomcat Users List" 
Sent: Wednesday, March 09, 2005 1:50 AM
Subject: RE: How to access web site from other computers


Thank you for the detailed info. I appreciate it. May
be, in future i may go for a static IP address. But
for testing purposes, i would like to do some wrok
around specified by you.

I went to www.dyndns.org and selected 'Dynamic DNS'
and did whatever it asked me to. I'm able to access it
locally. ie.

http://dummy.dnsalias.net/web/JSP/login.html

But not from other computers (one at office). I'm able
to ping to this machine. But not able to see the web
application. Is this is a firewall issue? How can i
identify what are the firewalls/spywares running in my
system and how to allow the IP Address to be visible.

Pls help. Thanks to everyone for the answers.

--- [EMAIL PROTECTED] wrote:

> OK.  There have been suggestions that you get a
> static ip address.  If
> your internet service provider will assign you a
> static ip address, that
> will solve your problem if you are trying to access
> the tomcat service
> using a domain name.
>
> However if your internet service provider is
> unwilling to provide a static
> IP address, which is the case for most providers,
> you still can access the
> tomcat service from the internet.  What you can do
> is define a dynamic dns
> service at a provider such as dyndns.org.  You can
> set up a dynamic dns
> service where the ip address is updated from a
> program you install on your
> local windows machine using one of their domains.
> You have several
> choices of such programs available on the dyndns.org
> site.  The program
> you install on your local windows machine detects
> when the IP address of
> your local machine changes.  The program then sends
> the new IP address to
> the dyndns.org service and the ip address of the
> dynamic dns service you
> set up with them is automatically updated.  This
> service is free for a
> limited number of machines.
>
> You could also buy a domain name from a domain name
> service provider.
> Dyndns.org does sell domain names also.  You can
> then define a dynamic dns
> service with dyndns.org just the same as described
> above using your
> domain.  I believe dyndns.org will charge you an
> annual fee for using your
> own domain name.
>
> Let me know if this helps.
>
> As a side issue you can access the tomcat service on
> your local windows
> machine from another computer on the internet in a
> test situation with out
> establishing a dynamic dns account. You can do this
> by entering a record
> in the hosts file of the computer from which you
> wish to access the tomcat
> service.  I expect you to find the host file at:
> c:/windows/system32/drivers/etc/host or
> c:/winnt/system32/drivers/etc/host.
>
> Enter a line in the form:
>  
>
> Supply your domain name for the host account defined
> in tomcat
> configuration for .  Do not include the
> < or the > characters.
>  Localhost will not work.  If you have not defined a
> host other than
> localhost in tomcat configuration, you will have to
> define another host
> account.  Supply the ip address assigned to your
> machine where tomcat is
> running for .  Do not include the < or
> the > characters.  Here
> is an example how the line should look:
>
> jimstudebaker.org 65.254.62.178
>
> Then save the host file.  Open the IE and type in
> the url
> http://domainname:8080/.  This assumes your tomcat
> port is the default
> 8080.  This obviously not a general permanent
> solution, since the internet
> dns servers do not have a record for the entry you
> put in the host file.
> It is a quick and easy way to test access to the
> service from another
> machine on the internet however.
>
> Good luck.
>
> Let me know if this was of help.
>
> > The machine is connected to internet thro'
> broadband
> > connection.
> >
> > --- [EMAIL PROTECTED] wrote:
> >> An answer to this question would require a little
> >> more information.
> >>
> >> When you say "My computer is in network" is the
> >> network you are refering
> >> to a local area network or is the window machine
> >> connected directly to the
> >> internet through a broadband connection or a dial
> up
> >> connection?
> >>
> >> Send a response to this question an

RE: How to access web site from other computers

2005-03-08 Thread U K Laxmi
Thank you for the detailed info. I appreciate it. May
be, in future i may go for a static IP address. But
for testing purposes, i would like to do some wrok
around specified by you.

I went to www.dyndns.org and selected 'Dynamic DNS'
and did whatever it asked me to. I'm able to access it
locally. ie. 

http://dummy.dnsalias.net/web/JSP/login.html

But not from other computers (one at office). I'm able
to ping to this machine. But not able to see the web
application. Is this is a firewall issue? How can i
identify what are the firewalls/spywares running in my
system and how to allow the IP Address to be visible.

Pls help. Thanks to everyone for the answers.

--- [EMAIL PROTECTED] wrote:

> OK.  There have been suggestions that you get a
> static ip address.  If
> your internet service provider will assign you a
> static ip address, that
> will solve your problem if you are trying to access
> the tomcat service
> using a domain name.
> 
> However if your internet service provider is
> unwilling to provide a static
> IP address, which is the case for most providers,
> you still can access the
> tomcat service from the internet.  What you can do
> is define a dynamic dns
> service at a provider such as dyndns.org.  You can
> set up a dynamic dns
> service where the ip address is updated from a
> program you install on your
> local windows machine using one of their domains. 
> You have several
> choices of such programs available on the dyndns.org
> site.  The program
> you install on your local windows machine detects
> when the IP address of
> your local machine changes.  The program then sends
> the new IP address to
> the dyndns.org service and the ip address of the
> dynamic dns service you
> set up with them is automatically updated.  This
> service is free for a
> limited number of machines.
> 
> You could also buy a domain name from a domain name
> service provider. 
> Dyndns.org does sell domain names also.  You can
> then define a dynamic dns
> service with dyndns.org just the same as described
> above using your
> domain.  I believe dyndns.org will charge you an
> annual fee for using your
> own domain name.
> 
> Let me know if this helps.
> 
> As a side issue you can access the tomcat service on
> your local windows
> machine from another computer on the internet in a
> test situation with out
> establishing a dynamic dns account. You can do this
> by entering a record
> in the hosts file of the computer from which you
> wish to access the tomcat
> service.  I expect you to find the host file at:
> c:/windows/system32/drivers/etc/host or
> c:/winnt/system32/drivers/etc/host.
> 
> Enter a line in the form:
>  
> 
> Supply your domain name for the host account defined
> in tomcat
> configuration for .  Do not include the
> < or the > characters.
>  Localhost will not work.  If you have not defined a
> host other than
> localhost in tomcat configuration, you will have to
> define another host
> account.  Supply the ip address assigned to your
> machine where tomcat is
> running for .  Do not include the < or
> the > characters.  Here
> is an example how the line should look:
> 
> jimstudebaker.org 65.254.62.178
> 
> Then save the host file.  Open the IE and type in
> the url
> http://domainname:8080/.  This assumes your tomcat
> port is the default
> 8080.  This obviously not a general permanent
> solution, since the internet
> dns servers do not have a record for the entry you
> put in the host file. 
> It is a quick and easy way to test access to the
> service from another
> machine on the internet however.
> 
> Good luck.
> 
> Let me know if this was of help.
> 
> > The machine is connected to internet thro'
> broadband
> > connection.
> >
> > --- [EMAIL PROTECTED] wrote:
> >> An answer to this question would require a little
> >> more information.
> >>
> >> When you say "My computer is in network" is the
> >> network you are refering
> >> to a local area network or is the window machine
> >> connected directly to the
> >> internet through a broadband connection or a dial
> up
> >> connection?
> >>
> >> Send a response to this question and then I can
> go
> >> on to the next question.
> >>
> >> > -Original Message-
> >> > From: U K Laxmi [mailto:[EMAIL PROTECTED]
> >> > Sent: Tuesday, March 08, 2005 11:13 AM
> >> > To: Tomcat Users List
> >> > Subject: How to access web site from other
> >> computers
> >> >
> >> >
> >> > I've a web application developed using apache
> and
> >> > tomcat on windows 2000 machine. I can access
> the
> >> > application locally. ie. using
> >> http://localhost/web/JSP/login.html and
> >> > also using machine name ie.
> >> http://dummy/web/JSP/login.html. My computer
> >> > is in network. But i'm unable access my web
> >> application from other
> >> > computers. What should i do to make my web
> >> application available on
> >> > other machines as well? Any other s/w i need?
> Pls
> >> suggest.
> >> >
> >> >
> >> >
> >> >
> >> > _

Re: How to access web site from other computers

2005-03-08 Thread Mark Leone
It sounds like you may have a firewall issue. Make sure that all 
software or hardware firewalls in the path are configured to allow the 
IP address and port you're sending from. Also make sure your router is 
configured to rout IP packets from the WAN interface to the IP address 
on your LAN that the Tomcat host is using.

As far as static IPs, I use cox cable as my ISP and I'm paying for 
service that only provides dynamic IP, but they actually implement it as 
static (mostly). Their DHCP server reserves IP addresses for each MAC 
address, so as long as I expose the same network hardware to the ISP I 
get the same IP address. Don't know if other ISPs do this, but thought 
I'd mention it.

U K Laxmi wrote:
I've a web application developed using apache and
tomcat on windows 2000 machine. I can access the
application locally. ie. using
http://localhost/web/JSP/login.html and also using
machine name ie. http://dummy/web/JSP/login.html. My
computer is in network. But i'm unable access my web
application from other computers. What should i do to
make my web application available on other machines as
well? Any other s/w i need? Pls suggest.
	
		
__ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/

-
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 web site from other computers

2005-03-08 Thread jtsbaker
OK.  There have been suggestions that you get a static ip address.  If
your internet service provider will assign you a static ip address, that
will solve your problem if you are trying to access the tomcat service
using a domain name.

However if your internet service provider is unwilling to provide a static
IP address, which is the case for most providers, you still can access the
tomcat service from the internet.  What you can do is define a dynamic dns
service at a provider such as dyndns.org.  You can set up a dynamic dns
service where the ip address is updated from a program you install on your
local windows machine using one of their domains.  You have several
choices of such programs available on the dyndns.org site.  The program
you install on your local windows machine detects when the IP address of
your local machine changes.  The program then sends the new IP address to
the dyndns.org service and the ip address of the dynamic dns service you
set up with them is automatically updated.  This service is free for a
limited number of machines.

You could also buy a domain name from a domain name service provider. 
Dyndns.org does sell domain names also.  You can then define a dynamic dns
service with dyndns.org just the same as described above using your
domain.  I believe dyndns.org will charge you an annual fee for using your
own domain name.

Let me know if this helps.

As a side issue you can access the tomcat service on your local windows
machine from another computer on the internet in a test situation with out
establishing a dynamic dns account. You can do this by entering a record
in the hosts file of the computer from which you wish to access the tomcat
service.  I expect you to find the host file at:
c:/windows/system32/drivers/etc/host or
c:/winnt/system32/drivers/etc/host.

Enter a line in the form:
 

Supply your domain name for the host account defined in tomcat
configuration for .  Do not include the < or the > characters.
 Localhost will not work.  If you have not defined a host other than
localhost in tomcat configuration, you will have to define another host
account.  Supply the ip address assigned to your machine where tomcat is
running for .  Do not include the < or the > characters.  Here
is an example how the line should look:

jimstudebaker.org 65.254.62.178

Then save the host file.  Open the IE and type in the url
http://domainname:8080/.  This assumes your tomcat port is the default
8080.  This obviously not a general permanent solution, since the internet
dns servers do not have a record for the entry you put in the host file. 
It is a quick and easy way to test access to the service from another
machine on the internet however.

Good luck.

Let me know if this was of help.

> The machine is connected to internet thro' broadband
> connection.
>
> --- [EMAIL PROTECTED] wrote:
>> An answer to this question would require a little
>> more information.
>>
>> When you say "My computer is in network" is the
>> network you are refering
>> to a local area network or is the window machine
>> connected directly to the
>> internet through a broadband connection or a dial up
>> connection?
>>
>> Send a response to this question and then I can go
>> on to the next question.
>>
>> > -Original Message-
>> > From: U K Laxmi [mailto:[EMAIL PROTECTED]
>> > Sent: Tuesday, March 08, 2005 11:13 AM
>> > To: Tomcat Users List
>> > Subject: How to access web site from other
>> computers
>> >
>> >
>> > I've a web application developed using apache and
>> > tomcat on windows 2000 machine. I can access the
>> > application locally. ie. using
>> http://localhost/web/JSP/login.html and
>> > also using machine name ie.
>> http://dummy/web/JSP/login.html. My computer
>> > is in network. But i'm unable access my web
>> application from other
>> > computers. What should i do to make my web
>> application available on
>> > other machines as well? Any other s/w i need? Pls
>> suggest.
>> >
>> >
>> >
>> >
>> > __
>> > Celebrate Yahoo!'s 10th Birthday!
>> > Yahoo! Netrospective: 100 Moments of the Web
>> > http://birthday.yahoo.com/netrospective/
>> >
>> >
>>
> -
>> > 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]
>>
>>
>
>
>
>
> __
> Celebrate Yahoo!'s 10th Birthday!
> Yahoo! Netrospective: 100 Moments of the Web
> http://birthday.yahoo.com/netrospective/
>
> -

RE: How to access web site from other computers

2005-03-08 Thread Mark Benussi
Not wishing to be fussy but you don't have to have a static IP. You can have
a dynamic IP and there are various companies that will manage this for free
https://www.dyndns.org/

Some routers like my UK BT ADSL modem come with functionality that notifies
dyndns as soon as the dynamic IP changes.

-Original Message-
From: Ramu, Vinod [mailto:[EMAIL PROTECTED] 
Sent: 08 March 2005 16:32
To: Tomcat Users List
Subject: RE: How to access web site from other computers

The IP allocated to your machine must be STATIC. 

If you built a internet site then ask your internet service provider to
allocate a static IP to your machine. 
Otherwise, if you have built a intranet site talk to your system
administrator, probably he will find a domain controller.

-Original Message-
From: U K Laxmi [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 08, 2005 11:13 AM
To: Tomcat Users List
Subject: How to access web site from other computers


I've a web application developed using apache and
tomcat on windows 2000 machine. I can access the
application locally. ie. using http://localhost/web/JSP/login.html and
also using machine name ie. http://dummy/web/JSP/login.html. My computer
is in network. But i'm unable access my web application from other
computers. What should i do to make my web application available on
other machines as well? Any other s/w i need? Pls suggest.




__ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/

-
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]



RE: How to access web site from other computers

2005-03-08 Thread U K Laxmi
The machine is connected to internet thro' broadband
connection.

--- [EMAIL PROTECTED] wrote:
> An answer to this question would require a little
> more information.
> 
> When you say "My computer is in network" is the
> network you are refering
> to a local area network or is the window machine
> connected directly to the
> internet through a broadband connection or a dial up
> connection?
> 
> Send a response to this question and then I can go
> on to the next question.
> 
> > -Original Message-
> > From: U K Laxmi [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, March 08, 2005 11:13 AM
> > To: Tomcat Users List
> > Subject: How to access web site from other
> computers
> >
> >
> > I've a web application developed using apache and
> > tomcat on windows 2000 machine. I can access the
> > application locally. ie. using
> http://localhost/web/JSP/login.html and
> > also using machine name ie.
> http://dummy/web/JSP/login.html. My computer
> > is in network. But i'm unable access my web
> application from other
> > computers. What should i do to make my web
> application available on
> > other machines as well? Any other s/w i need? Pls
> suggest.
> >
> >
> >
> >
> > __
> > Celebrate Yahoo!'s 10th Birthday!
> > Yahoo! Netrospective: 100 Moments of the Web
> > http://birthday.yahoo.com/netrospective/
> >
> >
>
-
> > 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]
> 
> 




__ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/

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



RE: How to access web site from other computers

2005-03-08 Thread jtsbaker
An answer to this question would require a little more information.

When you say "My computer is in network" is the network you are refering
to a local area network or is the window machine connected directly to the
internet through a broadband connection or a dial up connection?

Send a response to this question and then I can go on to the next question.

> -Original Message-
> From: U K Laxmi [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 08, 2005 11:13 AM
> To: Tomcat Users List
> Subject: How to access web site from other computers
>
>
> I've a web application developed using apache and
> tomcat on windows 2000 machine. I can access the
> application locally. ie. using http://localhost/web/JSP/login.html and
> also using machine name ie. http://dummy/web/JSP/login.html. My computer
> is in network. But i'm unable access my web application from other
> computers. What should i do to make my web application available on
> other machines as well? Any other s/w i need? Pls suggest.
>
>
>
>
> __
> Celebrate Yahoo!'s 10th Birthday!
> Yahoo! Netrospective: 100 Moments of the Web
> http://birthday.yahoo.com/netrospective/
>
> -
> 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]



RE: How to access web site from other computers

2005-03-08 Thread Ramu, Vinod
The IP allocated to your machine must be STATIC. 

If you built a internet site then ask your internet service provider to
allocate a static IP to your machine. 
Otherwise, if you have built a intranet site talk to your system
administrator, probably he will find a domain controller.

-Original Message-
From: U K Laxmi [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 08, 2005 11:13 AM
To: Tomcat Users List
Subject: How to access web site from other computers


I've a web application developed using apache and
tomcat on windows 2000 machine. I can access the
application locally. ie. using http://localhost/web/JSP/login.html and
also using machine name ie. http://dummy/web/JSP/login.html. My computer
is in network. But i'm unable access my web application from other
computers. What should i do to make my web application available on
other machines as well? Any other s/w i need? Pls suggest.




__ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/

-
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]