I just tried to deploy my own war file with a couple of servlets. It didn't
work, because I did get the exception:
J2eeDeploymentException: No valid deployment descriptor was found within
this URL.
The tomcat-test.ear or tomcat-test.war deployed all right though.
The problem was that the directory structure in the war file differs:
web-inf/web.xml
web-inf/classes/classfile.class
this does not work.
The directory structure must be:
web-inf/web.xml
WEB-INF/classes/classfile.class
this works.
I am working with WIN98, so there is really no difference of the two, but it
does matter when deploying war files.
I don't know if this is a bug in jboss...
Christian
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]