Hi everyone,

I'm trying to change my DOCTYPE from
<!DOCTYPE sqlMapConfig PUBLIC "-//iBATIS.com//DTD SQL Map Config 2.0//EN" "http://www.ibatis.com/dtd/sql-map-config-2.dtd";>

to the new one :
<!DOCTYPE sqlMapConfig PUBLIC "-//ibatis.apache.org//DTD SQL Map Config 2.0//EN" "http://ibatis.apache.org/dtd/sql-map-config-2.dtd";>

However, doing so leads to an error when I launch Tomcat (4.1.31, from Eclipse 3.1) : a connect error (timeout). This behavior seems logical to me because my computer is behind a proxy, and I haven't set any proxy config in Tomcat. The question is : why it is working in the first case ?

Any idea is welcome...

--
Vincent NICOLAS
Teamlog, Lyon

Reply via email to