网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
多选题
What are the two proper locations of deployment descriptors files inside of archives deployed to WebLogic?()
A

the WEB-INF subdirectory for a WAR file

B

the META-INF subdirectory for an EAR file, or EJB-JAR

C

the DD-INF subdirectory

D

the root of archive

E

any searchable location


参考答案

参考解析
解析: 暂无解析
更多 “多选题What are the two proper locations of deployment descriptors files inside of archives deployed to WebLogic?()Athe WEB-INF subdirectory for a WAR fileBthe META-INF subdirectory for an EAR file, or EJB-JARCthe DD-INF subdirectoryDthe root of archiveEany searchable location” 相关考题
考题 Which two actions protect a resource file from direct HTTP access within a web application?()A、Placing it in the /secure directoryB、Placing it in the /WEB-INF directoryC、Placing it in the /META-INF/secure directoryD、Creating a  element within the deployment descriptor

考题 In which three directories, relative to a web application’s root, may a tag library descriptor file reside whendeployed directly into a web application?()A、/WEB-INFB、/META-INFC、/WEB-INF/tldsD、/META-INF/tldsE、/WEB-INF/resourcesF、/META-INF/resources

考题 You are developing several tag libraries that will be sold for development of third-party web applications.You are about to publish the first three libraries as JAR files: container-tags.jar,advanced-html-form-tags.jar, and basic-html-form-tags.jar. Which two techniques are appropriate for packaging the TLD files forthese tag libraries?()A、The TLD must be located within the WEB-INF directory of the JAR file.B、The TLD must be located within the META-INF directory of the JAR file.C、The TLD must be located within the META-INF/tld/ directory of the JAR file.D、The TLD must be located within a subdirectory of WEB-INF directory of the JAR file.E、The TLD must be located within a subdirectory of META-INF directory of the JAR file.

考题 Which path, relative to a web application’s root, identifies the web application’s deployment descriptor?()A、 /conf/web.xmlB、 /WEB-INF/web.xmlC、 /conf/server.xmlD、 /META-INF/web.xmlE、 /WEB-INF/rules.xmlF、 /META-INF/server. Xml

考题 After a merger with another small business, your company has inherited a legacy WAR file but the originalsource files were lost. After reading the documentation of that web application,you discover that the WARfile contains a useful tag library that you want to reuse in your own webapp packaged as a WAR file. What do you need to do to reuse this tag library?()A、Simply rename the legacy WAR file as a JAR file and place it in your webapp’s library directory.B、Unpack the legacy WAR file, move the TLD file to the META-INF directory, repackage the whole thingas a JAR file, and place that JAR file in your webapp’s library directory.C、Unpack the legacy WAR file, move the TLD file to the META-INF directory, move the class files to thetop-level directory, repackage the whole thing as a JAR file, and place that JAR file in your webapp’slibrary directory.D、Unpack the legacy WAR file, move the TLD file to the META-INF directory, move the class files to thetop-level directory, repackage the WAR, and place that WAR file in your webapp’s WEB-INF directory.

考题 In which three directories, relative to a web application’s root, may a tag library descriptor file reside when deployed directly into a web application?()A、 /WEB-INFB、 /META-INFC、 /WEB-INF/tldsD、 /META-INF/tldsE、 WEB-INF/resourcesF、 /META-INF/resources

考题 In which two web application directories can dependent classes and libraries be located? ()A、 /WEB-INF/lib as a JAR fileB、 /META-INF/lib as a JAR fileC、 /classes as compiled class filesD、 /WEB-INF/lib as compiled class filesE、 /WEB-INF/classes as compiled class filesF、 /META-INF/classes as compiled class files

考题 Which the two about WAR files are true?()A、 WAR files must be located in the web application library directory.B、 WAR files must contain the web application deployment descriptor.C、 WAR files must be created by using archive tools to designed specifically for that purpose. D、 The web container must serve the content of any META-INF directory located in a WAR file.E、 The web container must allow access to resources in JARs in the web application library directory

考题 In which two locations can library dependencies be defined for a web application? ()A、 the web application deployment descriptorB、 the /META-INF/dependencies.xml fileC、 the /META-INF/MANIFEST.MF manifest fileD、 the /META-INF/MANIFEST.MF manifest of a JAR in the web application classpath

考题 Which path is required to be present within a WAR file?()  A、 /classesB、 /index.htmlC、 /MANIFEST-INFD、 /WEB-INF/web.xmlE、 /WEB-INF/classesF、 /WEB-INF/index.htmlG、 /META-INF/index.xml

考题 What are the two proper locations of deployment descriptors files inside of archives deployed to WebLogic?()A、the WEB-INF subdirectory for a WAR fileB、the META-INF subdirectory for an EAR file, or EJB-JARC、the DD-INF subdirectoryD、the root of archiveE、any searchable location

考题 A web application is bound to the context named "/webapp" and the client uses the browser and  makes a request to the resource http://server:port/webapp/ctxl/resource.    Where do you place this resource inside the web application structure?()A、in the subdirectory /WEB-INF/ctxlB、in the subdirectory /META-INF/ctxlC、in the subdirectory /ctxl in the root of the archiveD、in the subdirectory /ctxl/resource in the root of the archiveE、in the root of the archive

考题 单选题Which path, relative to a web application’s root, identifies the web application’s deployment descriptor?()A  /conf/web.xmlB  /WEB-INF/web.xmlC  /conf/server.xmlD  /META-INF/web.xmlE  /WEB-INF/rules.xmlF  /META-INF/server. Xml

考题 多选题Which the two about WAR files are true?()AWAR files must be located in the web application library directory.BWAR files must contain the web application deployment descriptor.CWAR files must be created by using archive tools to designed specifically for that purpose.DThe web container must serve the content of any META-INF directory located in a WAR file.EThe web container must allow access to resources in JARs in the web application library directory

考题 多选题You are developing several tag libraries that will be sold for development of third-party web applications.You are about to publish the first three libraries as JAR files: container-tags.jar,advanced-html-form-tags.jar, and basic-html-form-tags.jar. Which two techniques are appropriate for packaging the TLD files forthese tag libraries?()AThe TLD must be located within the WEB-INF directory of the JAR file.BThe TLD must be located within the META-INF directory of the JAR file.CThe TLD must be located within the META-INF/tld/ directory of the JAR file.DThe TLD must be located within a subdirectory of WEB-INF directory of the JAR file.EThe TLD must be located within a subdirectory of META-INF directory of the JAR file.

考题 多选题In the parameter file of the production database, the BACKGROUND_DUMP_DEST parameter is set to $ORACLE_HOME/users. Which two types of files would you find in this location?()Athe alert log fileBthe core dump filesCthe change tracking fileDthe user session trace filesEthe database audit trail filesFthe background process trace files

考题 多选题A customer needs to analyze an application that was developed for Oracle Application Server 10gR2 or 10gR3 (OC4J) in order to prepare to upgrade the infrastructure to WebLogic 12c. The customer wants understand the changes required to be made to the application and how to configure WebLogic in to support the newly upgraded application.    Which three actions would you recommend for upgrading the customer's application and server configuration?()AUse Oracle Upgrade Manager to create a new WebLogic domain template from an OAS/OC4J  installation and redeploy the application.BUse SmartUpgrade to analyze the OAS/OC4J server configuration and create WebLogic  configuration files.CUse SmartUpgrade to analyze the application archive (EAR/WAR/JAR) Source Directory or IDeveloper project and generate a report that describes the areas of the application that need to be updated.DUse the Configuration Wizard to extend an existing WebLogic domain with OAS/OC4J support  libraries and redeploy the application.EUse SmartUpgrade to generate application artifacts and deployment descriptors that can be deployed to WebLogic.

考题 多选题In which two locations can library dependencies be defined for a web application? ()Athe web application deployment descriptorBthe /META-INF/dependencies.xml fileCthe /META-INF/MANIFEST.MF manifest fileDthe /META-INF/MANIFEST.MF manifest of a JAR in the web application classpath

考题 多选题You want to create a valid directory structure for your Java EE web application, and your application usestag files and a JAR file. Which three must be located directly in your WEB-INF directory(NOT in asubdirectory of WEB-INF)?()AThe JAR fileBA directory called libCA directory called tagsDA directory called TLDsEA directory called classesFA directory called META-INF

考题 多选题In which three directories, relative to a web application’s root, may a tag library descriptor file reside when deployed directly into a web application?()A/WEB-INFB/META-INFC/WEB-INF/tldsD/META-INF/tldsEWEB-INF/resourcesF/META-INF/resources

考题 单选题What are the directory details of Relational Database backup files created by IBM Tivoli Access Manager for Enterprise Single Sign-On V8.0.1 housekeeping?()A The directory must exist with one subdirectory (general).B The directory must exist with two subdirectories (daily, weekly).C The directory must exist with three subdirectories (daily, weekly, monthly).D The directory must exist with four subdirectories (general, daily, weekly, monthly).

考题 多选题In which two web application directories can dependent classes and libraries be located? ()A/WEB-INF/lib as a JAR fileB/META-INF/lib as a JAR fileC/classes as compiled class filesD/WEB-INF/lib as compiled class filesE/WEB-INF/classes as compiled class filesF/META-INF/classes as compiled class files

考题 多选题Given that www.example.com/SCWCDtestApp is a validly deployed Java EE web application and that all ofthe JSP files specified in the requests below exist in the locations specified. Which two requests,issuedfrom a browser,will return an HTTP 404 error?()Ahttp://www.example.com/SCWCDtestApp/test.jspBhttp://www.example.com/SCWCDtestApp/WEB-INF/test.jspChttp://www.example.com/SCWCDtestApp/WEB-WAR/test.jspDhttp://www.example.com/SCWCDtestApp/Customer/test.jspEhttp://www.example.com/SCWCDtestApp/META-INF/test.jspFhttp://www.example.com/SCWCDtestApp/Customer/Update/test.jsp

考题 单选题A web application is bound to the context named "/webapp" and the client uses the browser and  makes a request to the resource http://server:port/webapp/ctxl/resource.    Where do you place this resource inside the web application structure?()A in the subdirectory /WEB-INF/ctxlB in the subdirectory /META-INF/ctxlC in the subdirectory /ctxl in the root of the archiveD in the subdirectory /ctxl/resource in the root of the archiveE in the root of the archive

考题 单选题Which path is required to be present within a WAR file?()A  /classesB  /index.htmlC  /MANIFEST-INFD  /WEB-INF/web.xmlE  /WEB-INF/classesF  /WEB-INF/index.htmlG  /META-INF/index.xml

考题 多选题In which three directories, relative to a web application’s root, may a tag library descriptor file reside whendeployed directly into a web application?()A/WEB-INFB/META-INFC/WEB-INF/tldsD/META-INF/tldsE/WEB-INF/resourcesF/META-INF/resources

考题 多选题Which two actions protect a resource file from direct HTTP access within a web application?()APlacing it in the /secure directoryBPlacing it in the /WEB-INF directoryCPlacing it in the /META-INF/secure directoryDCreating a  element within the deployment descriptor