tomcat on a home machine???

2001-06-27 Thread irvine

Hello

I have linux installed at home and have only a
modem connecting me to the internet through a
local service provider.

My questions are:

Is it possible for me to install and use tomcat
without a permenant connection.

If it is possible what files would need to be
configured to allow me to do so.

What url would I need to call to access tomcat's
homepage.

Apologies if this question has been asked b4.

T:Irvine




Re: tomcat on a home machine???

2001-06-27 Thread Charan Kishore Singla

yah you can, read faq file related to tomcat, all things would be clear.

Thanks
- Original Message - 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 27, 2001 1:38 PM
Subject: tomcat on a home machine???


 Hello
 
 I have linux installed at home and have only a
 modem connecting me to the internet through a
 local service provider.
 
 My questions are:
 
 Is it possible for me to install and use tomcat
 without a permenant connection.
 
 If it is possible what files would need to be
 configured to allow me to do so.
 
 What url would I need to call to access tomcat's
 homepage.
 
 Apologies if this question has been asked b4.
 
 T:Irvine




RE: tomcat on a home machine???

2001-06-27 Thread James Radvan

This is a network issue more than a software issue.  The Tomcat installation
is no different with permanent or dialup connections, however your IP
address will likely change every time you dial (as most ISP's use DHCP).
Thus it will be impossible to resolve a domain name to the IP address of
your server from the public internet, as it will change every time you dial.

You will still be able to access your home page on your local machine
(http://localhost:8080/ by default) but it will only be accessible on the
Net by using http://xxx.xxx.xxx.xxx:8080/ where the x's are whatever dynamic
IP address you have been assigned that time.  

Of course, if your ISP offers you a fixed IP address, you can get a domain
to resolve to that fixed address and your problems are solved. Obviously,
the server will only be available to the public when you are dialled up.

Cheers,
-
James Radvan
Websphere Analyst/Architect
London, UK
[EMAIL PROTECTED]
+44 7990 624899

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 27 June 2001 09:08
To: [EMAIL PROTECTED]
Subject: tomcat on a home machine???





Click here to visit the Argos home page http://www.argos.co.uk

The information contained in this message or any of its attachments may be privileged 
and confidential, and is intended exclusively for the addressee.
The views expressed may not be official policy, but the personal views of the 
originator.  
If you are not the addressee, any disclosure, reproduction, distribution, 
dissemination or use of this communication is not authorised.
If you have received this message in error, please advise the sender by using the 
reply facility in your e-mail software.
All messages sent and received by Argos Ltd are monitored for virus, high risk file 
extensions, and inappropriate content.  As a result users should be aware that mail 
may be accessed.





AW: tomcat on a home machine???

2001-06-27 Thread Nico Wieland

 Thus it will be impossible to resolve a domain name to the IP address of
 your server from the public internet, as it will change every 
 time you dial.

yes, it is possible with services like http://www.dyndns.com.

-nico




RE: tomcat on a home machine???

2001-06-27 Thread James Radvan

I stand corrected - I had no idea such a service existed.  clever.

-
James Radvan
Websphere Analyst/Architect
London, UK
[EMAIL PROTECTED]
+44 7990 624899

-Original Message-
From: Nico Wieland [mailto:[EMAIL PROTECTED]]
Sent: 27 June 2001 11:05
To: [EMAIL PROTECTED]
Subject: AW: tomcat on a home machine???

yes, it is possible with services like http://www.dyndns.com.





Click here to visit the Argos home page http://www.argos.co.uk

The information contained in this message or any of its attachments may be privileged 
and confidential, and is intended exclusively for the addressee.
The views expressed may not be official policy, but the personal views of the 
originator.  
If you are not the addressee, any disclosure, reproduction, distribution, 
dissemination or use of this communication is not authorised.
If you have received this message in error, please advise the sender by using the 
reply facility in your e-mail software.
All messages sent and received by Argos Ltd are monitored for virus, high risk file 
extensions, and inappropriate content.  As a result users should be aware that mail 
may be accessed.





Re: AW: tomcat on a home machine???

2001-06-27 Thread D. Jay Newman

He's running linux. He can run his own nameserver for his internal network
(even if it's only one machine). He can also setup an ip-alias to one
of the safe addresses (I use 192.168.xxx.xxx) and names like yyy.home.jay.

Just to run Tomcat you don't need the full internet, though it helps to
pretend...  :)

Since he's stated he doesn't want to run it as an outside server, this
should do everything he wants.

  Thus it will be impossible to resolve a domain name to the IP address of
  your server from the public internet, as it will change every 
  time you dial.
 
 yes, it is possible with services like http://www.dyndns.com.
-- 
D. Jay Newman   ! For the pleasure and the profit it derives
[EMAIL PROTECTED]  ! I arrange things, like furniture, and
http://www.sprucegrove.com/~jay/   ! daffodils, and ...lives.  -- Hello Dolly



Re: tomcat on a home machine???

2001-06-27 Thread D. Jay Newman

 I should add that I wanted to know if it is
 possible to install and use tomcat for test
 purposes. That is to develop and test programs
 at home and not make them available on the internet
 - not at least from my home machine.

You can install Tomcat on a home machine. There doesn't need to be
any connection to the internet other than to download all the stuff
you need (Tomcat, Java, that sort of thing).

I have Tomcat installed on a linux machine at home without any problems.
Setup could be easier, but its not a difficult task either. I created
a startup script for rc.d/init.d so that it would startup automatically.

Good luck.

I believe the license allows you to do pretty much whatever you want with
Tomcat.
-- 
D. Jay Newman   ! For the pleasure and the profit it derives
[EMAIL PROTECTED]  ! I arrange things, like furniture, and
http://www.sprucegrove.com/~jay/   ! daffodils, and ...lives.  -- Hello Dolly



Re: tomcat on a home machine???

2001-06-27 Thread Milt Epstein

On Wed, 27 Jun 2001 [EMAIL PROTECTED] wrote:

 I should add that I wanted to know if it is
 possible to install and use tomcat for test
 purposes. That is to develop and test programs
 at home and not make them available on the internet
 - not at least from my home machine.
[ ... ]

Well then you should be able to use localhost as the machine name in
the URL regardless of whether your machine is connected to the network.



 On Wed, 27 Jun 2001, Charan Kishore Singla wrote:

  yah you can, read faq file related to tomcat, all things would be clear.
 
  Thanks
  - Original Message -
  From: [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Wednesday, June 27, 2001 1:38 PM
  Subject: tomcat on a home machine???
 
 
   Hello
  
   I have linux installed at home and have only a
   modem connecting me to the internet through a
   local service provider.
  
   My questions are:
  
   Is it possible for me to install and use tomcat
   without a permenant connection.
  
   If it is possible what files would need to be
   configured to allow me to do so.
  
   What url would I need to call to access tomcat's
   homepage.
  
   Apologies if this question has been asked b4.
  
   T:Irvine
 


Milt Epstein
Research Programmer
Software/Systems Development Group
Computing and Communications Services Office (CCSO)
University of Illinois at Urbana-Champaign (UIUC)
[EMAIL PROTECTED]




Re: tomcat on a home machine???

2001-06-27 Thread Simon Mitchell bpc


You need a java jdk and tomcat.

Have a look at this page for setup info on windows2000 and linux.

http://www.onjava.com/pub/a/onjava/2001/03/29/tomcat.html

Then goto http://localhost:8080/   once tomcat is running.

Simon


[EMAIL PROTECTED] wrote:

I should add that I wanted to know if it is
possible to install and use tomcat for test
purposes. That is to develop and test programs
at home and not make them available on the internet
- not at least from my home machine.

T:Irvine

ps which faq did you mean - there seem to be so
many. I'll A keep searching though.

On Wed, 27 Jun 2001, Charan Kishore Singla wrote:

yah you can, read faq file related to tomcat, all things would be clear.

Thanks
- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 27, 2001 1:38 PM
Subject: tomcat on a home machine???


Hello

I have linux installed at home and have only a
modem connecting me to the internet through a
local service provider.

My questions are:

Is it possible for me to install and use tomcat
without a permenant connection.

If it is possible what files would need to be
configured to allow me to do so.

What url would I need to call to access tomcat's
homepage.

Apologies if this question has been asked b4.

T:Irvine









Re: tomcat on a home machine???

2001-06-27 Thread Tim O'Neil

At 06:18 AM 6/27/2001, you wrote:
  Good luck.
Thanks I may need it :)

All you really need is to make sure your local
hosts table has an entry for localhost. If you
can enter a url of 127.0.0.1 and get what
you expect to see then you can map it to
localhost in the table. If not, then your
network layer would seem to be hosed.




Re: tomcat on a home machine???

2001-06-27 Thread Dmitri Colebatch

On Wed, 27 Jun 2001 23:18, [EMAIL PROTECTED] wrote:
 I fired up x window and was naive to believe
 that I could just enter http://localhost:8080
 in the location bar of netscape and be able to
 see the tomcat homepage.
does http://127.0.0.1:8080 work?  what you're doing sounds right.

cheers
dim



Re[2]: tomcat on a home machine???

2001-06-27 Thread T

Wednesday, June 27, 2001, 10:39:46 AM, you wrote:

ME On Wed, 27 Jun 2001 [EMAIL PROTECTED] wrote:

 I should add that I wanted to know if it is
 possible to install and use tomcat for test
 purposes. That is to develop and test programs
 at home and not make them available on the internet
 - not at least from my home machine.
ME [ ... ]

ME Well then you should be able to use localhost as the machine name in
ME the URL regardless of whether your machine is connected to the network.

if it's in the hosts file (and some versions of windows required you
to be online - yes zi know he's no using windows). But 127.0.0.1 should always
work for local loopback.



 On Wed, 27 Jun 2001, Charan Kishore Singla wrote:

  yah you can, read faq file related to tomcat, all things would be clear.
 
  Thanks
  - Original Message -
  From: [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Wednesday, June 27, 2001 1:38 PM
  Subject: tomcat on a home machine???
 
 
   Hello
  
   I have linux installed at home and have only a
   modem connecting me to the internet through a
   local service provider.
  
   My questions are:
  
   Is it possible for me to install and use tomcat
   without a permenant connection.
  
   If it is possible what files would need to be
   configured to allow me to do so.
  
   What url would I need to call to access tomcat's
   homepage.
  
   Apologies if this question has been asked b4.
  
   T:Irvine
 


ME Milt Epstein
ME Research Programmer
ME Software/Systems Development Group
ME Computing and Communications Services Office (CCSO)
ME University of Illinois at Urbana-Champaign (UIUC)
ME [EMAIL PROTECTED]



-- 
Best regards,
 Tmailto:[EMAIL PROTECTED]