Hi
 
I'm trying to create a small webapp which uses an EJB and MySQL, but i'm not really sure on how the directory structure should look (where to put the servlet). Is there a way to create an .ear file at once or do you have to do this in stages. This is the dir-structure i've got now:
root
    -com.company.package.ejb
    -META-INF
        - ejb-jar.xml
        - jboss.xml (opt)
        - jaws.xml (opt)
    - WEB-INF
        - web.xml
        - jboss-web.xml
        - jsp's
 
I assume that the WEB-INF is better not done in this way because it integrates the two parts too much, and you want them to be as flexible as possible.
 
Thanks,
Maarten

Reply via email to