Questões de Programação - Tomcat para Concurso
Foram encontradas 119 questões
O Tomcat 8 encara uma aplicação web como contexto. Para configurar esse contexto, utiliza um descritor de contexto com certas configurações, por exemplo, os recursos de nomeação ou configuração do gerenciador de sessão. Em uma aplicação web, os caminhos em que devem estar os descritores de contexto são:
1. $CATALINA_BASE/conf/[enginename]/[hostname] /[webappname].xml
2. $CATALINA_BASE/webapps/[webappname] /..I..
A alternativa que completa a lacuna I é
Para que seja possível usar o manager em um Tomcat configurado para suportar mais de um host virtual, é necessário que seja feita a configuração de um manager para cada host.
A default Apache Tomcat installation includes an instance of the Manager web application, which supports several functions. Analyze the following sentences regarding the Manager web application.
I - The Manager is installed by default on context path/apache.
II - The Manager allows deploying a new web application, on a specified context path, from the server file system.
III - The Manager allows stopping an existing application (so that it becomes unavailable), but does not undeploy it.
Which are correct?
Apache Tomcat is an open source implementation of Java technologies for supporting web applications. Mark T (true) or F (false) for the sentences below, depending on their correctness.
( ) Apache Tomcat implements JavaServlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies.
( ) A key concept associated to Tomcat is the “Context” element, which corresponds to a particular virtual host.
( ) An AJP connector implements the AJP protocol used when connecting Tomcat to a web server such as Apache HTTPD server.
( ) $CATALINA_HOME is an environment variable that contains the pathname to the documentation directory.
The correct order for filling the parentheses from top to bottom is: