I have a connection to DB in my J2EE program and work it properly,I
used hibernate2.0 and Jboss-3.2.3,
Now I install Desktop sql server in my computer,but I can't connect
to database, when run Jboss and read the JNDI file raised an
exception :
"13:13:09,906 INFO [TransactionManagerLookupFactory] instantiated
TransactionManagerLookup
13:13:10,984 WARN [JBossManagedConnectionPool] Throwable while
attempting to get a new connection:
org.jboss.resource.JBossResourceException: Could not create
connection; - nested throwable: (java.sql.SQLExcep
tion: [Microsoft][SQLServer 2000 Driver for JDBC]Error establishing
socket.)
at
org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.c
reateManagedConnection(LocalMa
nagedConnectionFactory.java:160) ....."
please help me ,how connect to database