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

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

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

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

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

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

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

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