I create a example(banking.ear),it conclude banking.jar(a simple ejb),banking.war.I deploy the ear in weblogic.but only ejb and war can deploy successful.The application deploy fail. In weblogic console,there is no application. Anybody can tell me what the matter is.Thanks.
Thanks for reply. application.xml: <application> <display-name>banking</display-name> <module> <ejb>banking.jar</ejb> </module> <module> <web> <web-uri>banking.war</web-uri> <context-root>banking</context-root> </web> </module> </application> Now,ejb and web component can deploy successful,but the total application can't, is the application.xml only file correspond to the application?
pie. tiny ad:
Building a Better World in your Backyard by Paul Wheaton and Shawn Klassen-Koop