Re: Is it ever possible?

2000-12-11 Thread Tomas Marek

Craig,
thanks a lot, easy solution indeed!





RE: Is it ever possible?

2000-12-09 Thread Nacho

You have a netcard? if not i think that the only way to get TCP/IP
working on windows is to have a open connection to internet,  or to
install a net card to have tcp/ip loaded every time

Saludos ,
Ignacio J. Ortega


 -Mensaje original-
 De: Tomas Marek [mailto:[EMAIL PROTECTED]]
 Enviado el: viernes 8 de diciembre de 2000 12:12
 Para: Tomcat
 Asunto: Is it ever possible?
 
 
 Hi,
 I'm running standalone Tomcat 3.1 under W98 and I have to get 
 connected
 otherwise Tomcat won't start. Do I do something wrong or it's pretty
 normal? Why?
 Sorry for such a silly question.
 Tom.
 



Re: Is it ever possible?

2000-12-09 Thread Craig R. McClanahan

Nacho wrote:

 You have a netcard? if not i think that the only way to get TCP/IP
 working on windows is to have a open connection to internet,  or to
 install a net card to have tcp/ip loaded every time


You might also try creating a text file "c:\windows\hosts" with the following
line in it:

127.0.0.1 localhost

A standard installation of Tomcat only tries to look up host name "localhost",
and if the DNS lookup finds it in this file, no attempt should be made to go out
to the network.

For what it's worth, I run Tomcat on a disconnected laptop all the time, and it
works fine.


 Saludos ,
 Ignacio J. Ortega


Craig McClanahan