About: Apache JServ Protocol     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:Rule106652242, within Data Space : dbpedia.org associated with source document(s)
QRcode icon
http://dbpedia.org/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FApache_JServ_Protocol&graph=http%3A%2F%2Fdbpedia.org&graph=http%3A%2F%2Fdbpedia.org

The Apache JServ Protocol (AJP) is a binary protocol that can proxy inbound requests from a web server through to an application server that sits behind the web server. AJP is a highly trusted protocol and should never be exposed to untrusted clients, which could use it to gain access to sensitive information or execute code on the application server. Web container application servers supporting AJP include: Apache Tomcat, WildFly (formerly JBoss AS), and GlassFish.

AttributesValues
rdf:type
rdfs:label
  • Apache JServ Protocol (de)
  • Apache JServ Protocol (en)
  • Apache JServ Protocol (es)
  • Protocole Apache JServ (fr)
  • Apache JServ Protocol (ru)
rdfs:comment
  • The Apache JServ Protocol (AJP) is a binary protocol that can proxy inbound requests from a web server through to an application server that sits behind the web server. AJP is a highly trusted protocol and should never be exposed to untrusted clients, which could use it to gain access to sensitive information or execute code on the application server. Web container application servers supporting AJP include: Apache Tomcat, WildFly (formerly JBoss AS), and GlassFish. (en)
  • Das Apache JServ Protocol (AJP) ist ein , das ankommende Anfragen eines Webservers zu einem dahinterliegenden Applikationsserver weiterleitet. Es unterstützt auch gewisse Monitoringfähigkeiten, z. B. kann es den Applikationsserver anpingen. AJP wird typischerweise in Loadbalancing-Umgebungen benutzt, in denen ein oder mehrere Frontend-Server Anfragen an einen oder mehrere Applikationsserver weitergeben. Durch Routing-Mechanismen wird sichergestellt, dass die Anfragen, die zu einer Session gehören, beim richtigen Server landen. Apache Tomcat und Jetty sowie Undertow unterstützen AJP. (de)
  • El Apache JServ Protocol (AJP) es, en el contexto de la World Wide Web un protocolo binario que permite enviar solicitudes desde un servidor web a un servidor de aplicaciones que se encuentra detrás del servidor web. También permite monitoreo dado que el servidor web puede enviar un ping al servidor de aplicación.​ AJP funciona en Servidor HTTP Apache 1.x utilizando el plugin mod jk y en el Apache 2.2 utilizando los módulos proxy ajp, proxy y proxy balancer. El servidor Apache está programado en C y el servidor de aplicaciones normalmente en Java. (es)
  • Le protocole Apache JServ (Apache JServ Protocol en anglais, abrégé en AJP) est un protocole binaire qui permet de rediriger les connexions entrantes d'un serveur web vers un serveur d'applications qui se trouve derrière celui-ci. AJP permet aussi de vérifier que le serveur web peut contacter le serveur d'applications au moyen d'un ping. AJP peut être utilisé sur le serveur web Apache 1.x en utilisant le module mod_jk. Dans Apache 2.2, on combine le mandataire AJP mod_proxy_ajp, mod_proxy et des modules de répartition de charge. (fr)
  • The Apache JServ Protocol (AJP) — это , который может проводить входящие запросы с веб-сервера до сервера приложений, который находится позади веб-сервера. Также он поддерживает некоторое наблюдение за состоянием сервера, в том числе позволяет проводить ping сервера приложений. AJP обычно используется в системах со сбалансированной нагрузкой, где один или более front-end’ов рассылают запросы в один или более серверов приложений. Сессии направляются к нужному серверу приложений, используя механизм роутинга, где каждый сервер приложений получает своё имя. (ru)
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Link from a Wikipage to an external page
sameAs
dbp:wikiPageUsesTemplate
has abstract
  • The Apache JServ Protocol (AJP) is a binary protocol that can proxy inbound requests from a web server through to an application server that sits behind the web server. AJP is a highly trusted protocol and should never be exposed to untrusted clients, which could use it to gain access to sensitive information or execute code on the application server. It also supports some monitoring in that the web server can ping the application server. Web implementors typically use AJP in a load-balanced deployment where one or more front-end web servers feed requests into one or more application servers. Sessions are redirected to the correct application server using a routing mechanism wherein each application server instance gets a name (called a route). In this scenario the web server functions as a reverse proxy for the application server. Lastly, AJP supports request attributes which, when populated with environment-specific settings in the reverse proxy, provides for secure communication between the reverse proxy and application server. AJP runs in Apache HTTP Server 1.x using the mod_jk plugin and in Apache 2.x using mod_proxy_ajp, mod_proxy and proxy balancer modules together. Other web server implementations exist for: lighttpd 1.4.59, nginx, Grizzly 2.1, and the Internet Information Services. Web container application servers supporting AJP include: Apache Tomcat, WildFly (formerly JBoss AS), and GlassFish. (en)
  • Das Apache JServ Protocol (AJP) ist ein , das ankommende Anfragen eines Webservers zu einem dahinterliegenden Applikationsserver weiterleitet. Es unterstützt auch gewisse Monitoringfähigkeiten, z. B. kann es den Applikationsserver anpingen. AJP wird typischerweise in Loadbalancing-Umgebungen benutzt, in denen ein oder mehrere Frontend-Server Anfragen an einen oder mehrere Applikationsserver weitergeben. Durch Routing-Mechanismen wird sichergestellt, dass die Anfragen, die zu einer Session gehören, beim richtigen Server landen. AJP ist im Apache HTTP Server als mod_jk- bzw. mod_proxy_ajp-Modul implementiert. Apache Tomcat und Jetty sowie Undertow unterstützen AJP. (de)
  • El Apache JServ Protocol (AJP) es, en el contexto de la World Wide Web un protocolo binario que permite enviar solicitudes desde un servidor web a un servidor de aplicaciones que se encuentra detrás del servidor web. También permite monitoreo dado que el servidor web puede enviar un ping al servidor de aplicación.​ El protocolo AJP suele utilizarse en un despliegue de balance de carga en el que uno o más servidores web front-end envían solicitudes a uno o varios servidores de aplicaciones. Las sesiones se redirigen al servidor de aplicaciones correcto utilizando un mecanismo de enrutación en el que cada servidor de aplicaciones recibe un nombre (denominado ruta).​ AJP funciona en Servidor HTTP Apache 1.x utilizando el plugin mod jk y en el Apache 2.2 utilizando los módulos proxy ajp, proxy y proxy balancer. El servidor Apache está programado en C y el servidor de aplicaciones normalmente en Java. Tanto el contenedor de servlets de Apache Tomcat como el contenedor servlet de Jetty son compatibles con AJP. El servidor de aplicaciones WebObjects puede funcionar (sin un despliegue de servlet) utilizando el LEWOAJPAdaptor de LEWOStuff.​ (es)
  • Le protocole Apache JServ (Apache JServ Protocol en anglais, abrégé en AJP) est un protocole binaire qui permet de rediriger les connexions entrantes d'un serveur web vers un serveur d'applications qui se trouve derrière celui-ci. AJP permet aussi de vérifier que le serveur web peut contacter le serveur d'applications au moyen d'un ping. Les administrateurs utilisent souvent AJP comme un répartiteur de charge où un ou plusieurs serveurs web renvoient les requêtes vers un ou plusieurs serveurs d'applications. Les sessions sont redirigées vers le bon serveur d'applications en utilisant un mécanisme où chaque serveur d'applications se voit attribuer un nom (appelé une route). AJP peut être utilisé sur le serveur web Apache 1.x en utilisant le module mod_jk. Dans Apache 2.2, on combine le mandataire AJP mod_proxy_ajp, mod_proxy et des modules de répartition de charge. Alors que le serveur Apache est écrit en C, le serveur d'applications est généralement écrit en Java. Apache Tomcat et Jetty prennent tous deux AJP en charge. Le serveur d'applications WebObjects peut utiliser AJP sans déployer de servlet en utilisant LEWOAJPAdaptor de LEWOStuff. (fr)
  • The Apache JServ Protocol (AJP) — это , который может проводить входящие запросы с веб-сервера до сервера приложений, который находится позади веб-сервера. Также он поддерживает некоторое наблюдение за состоянием сервера, в том числе позволяет проводить ping сервера приложений. AJP обычно используется в системах со сбалансированной нагрузкой, где один или более front-end’ов рассылают запросы в один или более серверов приложений. Сессии направляются к нужному серверу приложений, используя механизм роутинга, где каждый сервер приложений получает своё имя. AJP реализован в Apache HTTP Server 1.x используя плагин , и в Apache 2.2 используя представленный прокси ajp (плагины , ), прокси и модули для балансирования прокси. Сервер apache написан на языке C++, серверы приложений обычно написаны на языке Java. Сервлет-контейнеры Apache Tomcat и JBoss AS/WildFly поддерживают AJP. (ru)
gold:hypernym
prov:wasDerivedFrom
page length (characters) of wiki page
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
is Wikipage redirect of
is Wikipage disambiguates of
is foaf:primaryTopic of
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (62 GB total memory, 60 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software