[jboss-dev-forums] [Design of POJO Server] - Re: Exploded WAR archive with no web.xml is no longer suppor
adrian@jboss.org
do-not-reply at jboss.com
Fri Oct 10 10:51:03 EDT 2008
It should be done in the WarStructureDeployer.
Otherwise a war that looks like this:
my.war/
my.war/WEB-INF/class/MyServlet.class
wouldn't have the correct classpath, etc.
i.e. we treat anything that ends with a .war as a war regardless
even if it doesn't contain a WEB-INF/web.xml
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181531#4181531
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181531
More information about the jboss-dev-forums
mailing list