QuestionQ122
Configuring WebLogic Server ResourcesYour developers have created Plain Old Java Objects (POJOs) that provide useful functionality. The code is packaged in a JAR file. You want to make this code available to all applications deployed on the managed servers in your domain. What are the four ways to achieve this?
Choose four
- A Include the JAR file as an optional package
- B Deploy the JAR file as an EJB
- C Deploy the JAR file as a shared library
- D Place the JAR file in the lib folder of the domain
- E Deploy the JAR file to the administration server. All managed servers have access to their admin server
- F Add the JAR file to the CLASSPATH of the domain servers by editing the domain's seyDomainEnv.sh script
Community Discussion