Subject Re: Firebird with Tomcat on Linux
Author christian_stengel
Hi,

on my gentoo linux box everything works smooth and fast :-)

> Code:
> mcfly lib # cat /etc/hosts
> 127.0.0.1 mcfly localhost mcfly

remove this line and try it with:

127.0.0.1 localhost
127.0.0.1 mcfly

It might be a name resolution problem - you can also try to specify the connectionstring
to refer to 127.0.0.1 instead to localhost.

Chris