Browse Wiki & Semantic Web

Jump to: navigation, search
Http://dbpedia.org/resource/Apache JServ Protocol
  This page has no properties.
hide properties that link here 
  No properties link to this page.
 
http://dbpedia.org/resource/Apache_JServ_Protocol
http://dbpedia.org/ontology/abstract Le protocole Apache JServ (Apache JServ PrLe 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. en utilisant LEWOAJPAdaptor de LEWOStuff. , El Apache JServ Protocol (AJP) es, en el cEl 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.​tilizando el LEWOAJPAdaptor de LEWOStuff.​ , Das Apache JServ Protocol (AJP) ist ein , 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.und Jetty sowie Undertow unterstützen AJP. , The Apache JServ Protocol (AJP) — это , ко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.omcat и JBoss AS/WildFly поддерживают AJP. , The Apache JServ Protocol (AJP) is a binarThe 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.ildFly (formerly JBoss AS), and GlassFish.
http://dbpedia.org/ontology/wikiPageExternalLink http://www.boncode.net/boncode-connector + , http://tomcat.apache.org/connectors-doc/ajp/ajpv13a.html + , http://tomcat.apache.org/tomcat-3.3-doc/AJPv13.html +
http://dbpedia.org/ontology/wikiPageID 4980158
http://dbpedia.org/ontology/wikiPageLength 7300
http://dbpedia.org/ontology/wikiPageRevisionID 1041931804
http://dbpedia.org/ontology/wikiPageWikiLink http://dbpedia.org/resource/GlassFish + , http://dbpedia.org/resource/Proxy_server + , http://dbpedia.org/resource/Web_server + , http://dbpedia.org/resource/Nginx + , http://dbpedia.org/resource/Category:Apache_Software_Foundation + , http://dbpedia.org/resource/Mod_proxy + , http://dbpedia.org/resource/Apache_Tomcat + , http://dbpedia.org/resource/Web_Services_for_Remote_Portlets + , http://dbpedia.org/resource/Mod_jk + , http://dbpedia.org/resource/Java_servlet + , http://dbpedia.org/resource/Lighttpd + , http://dbpedia.org/resource/Binary_protocol + , http://dbpedia.org/resource/Apache_HTTP_Server + , http://dbpedia.org/resource/Apache_Software_Foundation + , http://dbpedia.org/resource/WildFly + , http://dbpedia.org/resource/Ping_%28networking_utility%29 + , http://dbpedia.org/resource/Sun_Microsystems + , http://dbpedia.org/resource/Load_balancing_%28computing%29 + , http://dbpedia.org/resource/Plug-in_%28computing%29 + , http://dbpedia.org/resource/Application_server + , http://dbpedia.org/resource/Web_container + , http://dbpedia.org/resource/Internet_Information_Services + , http://dbpedia.org/resource/Reverse_proxy + , http://dbpedia.org/resource/Eclipse_Grizzly +
http://dbpedia.org/property/wikiPageUsesTemplate http://dbpedia.org/resource/Template:Cite_web + , http://dbpedia.org/resource/Template:Web_interfaces + , http://dbpedia.org/resource/Template:Kbd + , http://dbpedia.org/resource/Template:Reflist +
http://purl.org/dc/terms/subject http://dbpedia.org/resource/Category:Apache_Software_Foundation +
http://purl.org/linguistics/gold/hypernym http://dbpedia.org/resource/Protocol +
http://www.w3.org/ns/prov#wasDerivedFrom http://en.wikipedia.org/wiki/Apache_JServ_Protocol?oldid=1041931804&ns=0 +
http://xmlns.com/foaf/0.1/isPrimaryTopicOf http://en.wikipedia.org/wiki/Apache_JServ_Protocol +
owl:sameAs https://global.dbpedia.org/id/4o2tk + , http://de.dbpedia.org/resource/Apache_JServ_Protocol + , http://tr.dbpedia.org/resource/Apache_JServ_Protokol%C3%BC + , http://dbpedia.org/resource/Apache_JServ_Protocol + , http://es.dbpedia.org/resource/Apache_JServ_Protocol + , http://rdf.freebase.com/ns/m.0cy7bv + , http://ru.dbpedia.org/resource/Apache_JServ_Protocol + , http://yago-knowledge.org/resource/Apache_JServ_Protocol + , http://www.wikidata.org/entity/Q616890 + , http://sr.dbpedia.org/resource/Apache_JServ_Protocol + , http://fr.dbpedia.org/resource/Protocole_Apache_JServ +
rdf:type http://dbpedia.org/class/yago/Communication100033020 + , http://dbpedia.org/class/yago/Message106598915 + , http://dbpedia.org/class/yago/Rule106652242 + , http://dbpedia.org/class/yago/Direction106786629 + , http://dbpedia.org/ontology/Software + , http://dbpedia.org/class/yago/WikicatNetworkProtocols + , http://dbpedia.org/class/yago/Protocol106665108 + , http://dbpedia.org/class/yago/Abstraction100002137 +
rdfs:comment The Apache JServ Protocol (AJP) — это , коThe Apache JServ Protocol (AJP) — это , который может проводить входящие запросы с веб-сервера до сервера приложений, который находится позади веб-сервера. Также он поддерживает некоторое наблюдение за состоянием сервера, в том числе позволяет проводить ping сервера приложений. AJP обычно используется в системах со сбалансированной нагрузкой, где один или более front-end’ов рассылают запросы в один или более серверов приложений. Сессии направляются к нужному серверу приложений, используя механизм роутинга, где каждый сервер приложений получает своё имя.аждый сервер приложений получает своё имя. , El Apache JServ Protocol (AJP) es, en el cEl 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.vidor de aplicaciones normalmente en Java. , The Apache JServ Protocol (AJP) is a binarThe 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.ildFly (formerly JBoss AS), and GlassFish. , Le protocole Apache JServ (Apache JServ PrLe 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.y et des modules de répartition de charge. , Das Apache JServ Protocol (AJP) ist ein , 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.und Jetty sowie Undertow unterstützen AJP.
rdfs:label Apache JServ Protocol , Protocole Apache JServ
hide properties that link here 
http://dbpedia.org/resource/Apache_JServ + , http://dbpedia.org/resource/Apache_Jserv + , http://dbpedia.org/resource/AJP13 + , http://dbpedia.org/resource/Jserv + , http://dbpedia.org/resource/JServ + http://dbpedia.org/ontology/wikiPageRedirects
http://dbpedia.org/resource/Jetty_%28web_server%29 + , http://dbpedia.org/resource/List_of_TCP_and_UDP_port_numbers + , http://dbpedia.org/resource/Mod_jk + , http://dbpedia.org/resource/Rack_%28web_server_interface%29 + , http://dbpedia.org/resource/List_of_Apache_modules + , http://dbpedia.org/resource/Apache_HTTP_Server + , http://dbpedia.org/resource/Lighttpd + , http://dbpedia.org/resource/Apache_JServ + , http://dbpedia.org/resource/Apache_Jserv + , http://dbpedia.org/resource/AJP13 + , http://dbpedia.org/resource/Jserv + , http://dbpedia.org/resource/JServ + , http://dbpedia.org/resource/Web_Services_for_Remote_Portlets + , http://dbpedia.org/resource/Eureka_Streams + , http://dbpedia.org/resource/Apache_Tomcat + , http://dbpedia.org/resource/Simple_Common_Gateway_Interface + , http://dbpedia.org/resource/Common_Gateway_Interface + , http://dbpedia.org/resource/Comparison_of_web_server_software + , http://dbpedia.org/resource/Web_Server_Gateway_Interface + , http://dbpedia.org/resource/AJP + http://dbpedia.org/ontology/wikiPageWikiLink
http://en.wikipedia.org/wiki/Apache_JServ_Protocol + http://xmlns.com/foaf/0.1/primaryTopic
http://dbpedia.org/resource/Apache_JServ_Protocol + owl:sameAs
 

 

Enter the name of the page to start semantic browsing from.