what is directory structure of any ear/war file in weblogic



what is directory structure of any ear/war file in weblogic..

Answer / sasi

directory structure for ear file:

App-INF/application.xml
META-INF/MANIFEST.MF
+jar files
+war files

directory structure for war file:

Web-INF/web.xml
META-INF/MANIFEST.MF
classes
libs

Is This Answer Correct ?    8 Yes 1 No

Post New Answer

More Weblogic Interview Questions

What elements make up the administration console?

1 Answers  


Can the bean class implement the ejbobject class directly? If not why?

1 Answers  


What is meant by domain?

1 Answers  


How to integrate sunone/netscape/iplanet with weblogic?

1 Answers  


Can two jms servers share the same persistent store? : BEA Weblogic

1 Answers  


If a java process keeps going down due to an out of memory error, what all java options would you start with that would tell you what was in memory at the time of the out of memory error?

1 Answers  


Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available? : BEA Weblogic

1 Answers  


A stateful session bean implementing the sessionsynchronization interface is deployed on the weblogic server. Which of the callback methods may be invoked on the bean? : BEA Weblogic

1 Answers  


What is managed server

2 Answers  


What happen when your database and proxy server are down and your weblogic server is up

7 Answers  


suppose we have the thread dump for particular weblogic server.ho can you analyse it manually without using any tool

3 Answers  


what is command for find out the ip add and port no. of the machine in UNIX?

11 Answers   Wipro,


Categories