Let's move the next step now. The logs show that you are deploying app.ear which
contains EJB3.jar and web.war. Run the following commands from the command prompt and post
the output here:
- From the command prompt, go to the folder where the app.ear is present.
- Run
jar -tf app.ear
Similarly move to the folders containing EJB3.jar and web.war
Run
jar -tf EJB3.jar
and
jar -tf web.war
Post the output here. This will show us what's the contents of these archives. Note
that i have assumed that these files are archives and not exploded folders.
While posting the output, remember to wrap the contents in a code block, by using the Code
button in the message editor window.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100079#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...