(newbie) Why tomcat needs network on startup?

2007-04-25 Thread ypomonh
Why does Tomcat need network connectivity on startup. Can't I use it on a machine that is not connected on the network (localhost)? - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: Re: (newbie) Why tomcat needs network on startup?

2007-04-25 Thread ypomonh
.. but it seems like it is searching for DNS server on startup :-/ --=_Part_140061_20812969.1177528468191 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline It doesn't need network connectivity (at least not as far

Re: (newbie) Why tomcat needs network on startup?

2007-04-25 Thread David Smith
I'm not entirely sure, but it seems like I saw something once implying some OS's (I'm thinking MS) disable the localhost when there's no active network interface. Don't think there's any reason why tomcat should be prevented from binding to localhost if it's available. --David EDMOND

Re: (newbie) Why tomcat needs network on startup?

2007-04-25 Thread EDMOND KEMOKAI
It doesn't need network connectivity (at least not as far as i know). Most developers use it within a localhost setting. If you're on windows and you're getting a prompt about a process wanting to open a port, that is just a network security issue, it doesn't mean tomcat requires internet access.

RE: (newbie) Why tomcat needs network on startup?

2007-04-25 Thread Caldarale, Charles R
From: David Smith [mailto:[EMAIL PROTECTED] Subject: Re: (newbie) Why tomcat needs network on startup? Don't think there's any reason why tomcat should be prevented from binding to localhost if it's available. By default Tomcat doesn't bind to localhost, it uses 0.0.0.0 - all IP addresses