Hi All,
I have two ear files. In one of the ear file, i use
 
<!DOCTYPE application PUBLIC '-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN' 'http://java.sun.com/dtd/application_1_3.dtd'>
and in another i use
 
<!DOCTYPE application PUBLIC '-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN' 'http://java.sun.com/j2ee/dtds/application_1_2.dtd'>
 
Now my problem is when i try to deploy my first ear, i get a message "External entity http://java.sun.com....," not found.
Java.net.socket exception, connection times out.
 
deplpys fine. What can be the possible cause for this error. I read in jboss doc tha we can add url for checking dtd's statically or dynamically.
 
Thanx in advance.
Regards,
Sanjay
 

Reply via email to