Hello,
I tried to deploy my J2EE project in the "default/deploy/" directory in three
différent ways :
- exploded directory without ".war" suffix : JBoss ignore it...
- exploded directory with ".war" suffix : JBoss find it, show it in the web
console, but only if the "web.xml" file contains only JSP files definitions...
- a classic WAR file : JBoss ignore it if there's other things than JSP defined, nad
if there's only JSP defined in th "web.xml" file, JBoss doesn't give
access to the JSPs...
It's seems that JBoss is also really intolerant with well-formed XML tags that he
doesn't recognize in his DTDs when reading the "web.xml" file.
Well, I'm puzzled with that strange thing... :/
Can someone tell me what rules have to be respected to assum that a J2EE project wil be
deployable on JBoss ?
Regards.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979091#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...