if I use -> jdbc:sqlserver://localhost//SQLEXPRESS;databaseName=Rabbit;
Warning : The TCP/IP connection to the host has failed. java.net.UnknownHostException
if I use -> jdbc:sqlserver://localhost;databaseName=Rabbit;
Warning : Timeout
thank and regard.