Hello,

Thanks Lachezar!
It was the problem.

:)    This is the famous DTD download problem.
:)    Check your DTD definitions in your deployment descriptors. I'm not =
:) sure, why the test.ear behaves like this... mine doesn't.
:)    Open the test.ear file with a unzipping (unjarring) utility. Get the =
:) .war file. Open the web.xml descriptor, and remove the <!DOCTYPE ...> =
:) tag, or change it to
:)
:) <!DOCTYPE web-app SYSTEM "-//Sun Microsystems, Inc.//DTD Web
:) Application =
:) 2.3//EN" "PATH_TO/WEB-app_2_2.DTD">
:)
:)    That should make it.
:)
:)    Lachezar.
:)

Even though it is a famous DTD download problem, I didn't know about it.
It could be a good idea to correct the downloadable files of the
Tomcat/JBoss
package since it is a known issue. The next beginners of JBoss will then
enjoy
a smooth bug-free first JBoss experience.

Bye,

Jm


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to