MSDE2000 Error Establish Socket

Hi

I have an application that run ok with the following config:

OS: Windows 2000 Server

DB: SQL 2000

Web: tomcat 3.3

program : servlet

However when I polt the application to the following config:

OS: Windows XP Professional

DB: MSDE 2000

Web: tomcat 3.3

program : servlet

I got the error "Error Establishing Socket"

Anyone what's wrong with setting?

Thanks

[442 byte] By [tfyick] at [2007-9-30 20:31:56]
# 1
MSDE doesn't enable TCP by default which the MS SQL Server JDBC drivers require. See http://support.microsoft.com/default.aspx?scid=kb;en-us;313178
philip_ross at 2007-7-7 1:21:32 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...