Sorry for the previous post.

No, Eclipse/JBoss tools deploy application with same structure with only one 
difference: app is exploded. This how it looks like:

[app.ear]
  |  
  +--[app.war]
  |
  +--[app.jar]
  |
  +--lib1.jar
  |
  +--lib2.jar
  |
  +-- ...

There is no lib dir, all libraries are within the ear root. And it works!? But 
when the same structure is deployed manually as EAR file, error will occur.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159265#4159265

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159265
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to