Hi !
It seems you are really new to Java web application development. Explaining the structure
of one of those would be too much for a short post. I would advice you to use an IDE like
Eclipse with WebTools-Plugin, or NetBeans, or the Eclipse based JBoss IDE. They provide
options to create web projects, and so you won't have to care for the deploy
structure.
Just a hint: the EAR file has to contain a WAR file with all the web project data. There,
class files are placed in a subdirectory "WEB-INF\classes".
For JBoss 4.2, you have to add the web module to "application.xml" of the EAR
project, otherwise JBoss will not find the modules.
Best regards
Wolfgang Knauf
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108099#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...