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 |
What elements make up the administration console?
Can the bean class implement the ejbobject class directly? If not why?
What is meant by domain?
How to integrate sunone/netscape/iplanet with weblogic?
Can two jms servers share the same persistent store? : BEA Weblogic
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?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available? : BEA Weblogic
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
What is managed server
What happen when your database and proxy server are down and your weblogic server is up
suppose we have the thread dump for particular weblogic server.ho can you analyse it manually without using any tool
what is command for find out the ip add and port no. of the machine in UNIX?