The helpdesk is receiving calls about the corporate web server being down. Which of the followingshould be taken NEXT after verifying that the server is unreachable?() A. Escalate the call to a technicianB. Document any changes in the web server configuration.C. Implement and test a solution.D. Continuously ping the server until a ping response is obtained

The helpdesk is receiving calls about the corporate web server being down. Which of the followingshould be taken NEXT after verifying that the server is unreachable?()

A. Escalate the call to a technician

B. Document any changes in the web server configuration.

C. Implement and test a solution.

D. Continuously ping the server until a ping response is obtained


相关考题:

如果Tomcat安装后,想要修改它的端口号,可以通过修改/conf下的______文件来实现。 A、web.xmlB、server.xmlC、server-minimal.xmlD、tomcat-user.xml

You are the network administrator for Litware, Inc. All network servers run Windows Server 2003.Your IIS server is named Server6. Its configuration is shown in the exhibit. (Click the Exhibit button.)Users access the internal network by connecting to http://server6.litwareinc.intra.A folder named Marketing_Data stores the Web interface for the company‘s client management tool. Currently,users in the marketing department access this tool by connecting to http://server6.litwareinc.intra/Marketing_Web.You share Marketing_Data on a server named Server2.You need to modify Server6 to ensure that marketing users can access Marketing_Data through the internal network.What should you do? ()A. Create a new virtual directory named Marketing_Web under the default Web site. Specify \\server2\Marketing_Data as the Web site content directory.B. Create a new Web site named Marketing_Data. Specify \\server2\Marketing_Data as the Web site home directory.C. Create a new Web site named Marketing_Data. Specify Marketing_Data as the host header name of the Web site.D. Redirect the default Web site home directory to http://server2/Marketing_Data. Specify Marketing_Data as the host header name of the default Web site.

你在创建一个 Web 窗体。这个 Web 窗体允许用户计算值并在名为 lblResults 的 Label 控件中显示结果。你需要在 Web 窗体通过 Error 事件截获所有未处理的异常并显示异常在 Web 窗体上。你可以使用下面那个代码段实现?() A. protected void Page_Error(object sender, EventArgs e) { lblResults.Text = e.ToString();e=null;}B. protected void Page_Error(object sender, EventArgs e) { lblResults.Text =Server.GetLastError().ToStri();Server.ClearError();}C. protected void Page_Error(object sender, EventArgs e) Response.Write(e.ToString());e=null;}D. protected void Page_Error(object sender, EventArgs e) Response.Write(Server.GetLastError().ToString()); Server.ClearError();}

Whichpath,relativetoawebapplication’sroot,identifiesthewebapplication’sdeploymentdescriptor?() A./conf/web.xmlB./WEB-INF/web.xmlC./conf/server.xmlD./META-INF/web.xmlE./WEB-INF/rules.xmlF./META-INF/server.Xml

YouinstallanewExchangeServer2010server.YouneedtoensurethatuserscanconnectfromtheInternettotheserverbyusingExchangeActiveSync.WhatshouldyoudoontheExchangeserver?() A.ModifytheinternalURLfortheMicrosoft-Server-ActiveSyncvirtualdirectory.B.ModifytheexternalURLfortheMicrosoft-Server-ActiveSyncvirtualdirectory.C.EnableAnonymousAuthenticationfortheMicrosoft-Server-ActiveSyncvirtualdirectory.D.EnableWindowsIntegratedAuthenticationfortheMicrosoft-Server-ActiveSyncvirtualdirectory.

你在名为server1和server2的服务器上安装web服务(IIS)服务角色,服务器运行windowsserver2008.你公司在server1上有一个web站点www.contoso.com。这个web站点要进行维护。维护期间站点内容必须可用。你在server2上创建了一个镜像web站点。你需要把对www.contoso.com站点的请求重定向到server2.你首先应该做什么?() A.运行命令appcmdsetconfig/section.httpRedirect/enabled.trueB.运行命令appcmdsetconfig/section.httpRedirect/enabled.falseC.运行命令appcmdsetsite/site.name.contoso/-bindings.[protocol=’http’,www.contoso.com]D.运行命令appcmdsetsite/site.name.contoso/+bindings.[protocol=’http’,www1.contoso.com]

Contoso,Ltd.公司运行WindowsServer2008。您管理着名为Server1的Web服务器。Internet用户使用http://www.contoso.com和https://www.contoso.com访问Server1。Server1服务器使用来自公共证书颁发机构(CA)的SSL证书。您又安装了另一台Web服务器,名为Server2。您配置了网络负载平衡群集,以在两台Web服务器之间分摊传入的HTTP和HTTPS流量。您需要在Server2上配置SSL证书来支持HTTPS连接。您必须确保所有用户都可以连接到https://www.contoso.com,而不会收到安全警告。该怎么做?()A.在Server2上打开“IIS管理器”控制台。创建一个自签名证书。B.在Server1上打开“IIS管理器”控制台。将SSL证书导出为.pfx文件。将.pfx文件导入Server2。C.在Server1上打开“证书”控制台。将SSL证书导出为.cer文件。将.cer文件导入Server2。D.向公共CA申请新的SSL证书。在申请中使用Server2作为通用名称。在Server2上安装新申请的证书。

Tomcat的端口号可以在()文件中修改A.server.xmlB.web.xmlC.tomcat.xmlD.startup.dat

2、可以设置Tomcat默认端口的文件是()A.server.xmlB.web.xmlC.context.xmlD.startup.bat

6、Struts2的核心配置文件是()。A.web.xmlB.struts.xmlC.server.xmlD.context.xml