Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Wiki Markup
Existing Servlet Proxy for J2EE engine \[like tomcat \]

*_ 1) J2EP_* : J2EP is a reverse proxy running on a J2EE engine. The proxy is written in java and was originally designed with Tomcat in mind, but any engine should work fine. A set of basic mapping rules are included for reverse proxing.
A set of servers is specified to be used as mappings between the proxy and Webpages. The servers all need to include a rule that is used to match any incoming request. The rules are there to decide what server to use for each request. A round robin cluster of servers is made for servicing the requests.

...

Wiki Markup
\[3\] http://edwardstx.net/wiki/Wiki.jsp?page=HttpProxyServlet, “ Http proxy Servlet –      main page”.

Wiki Markup
\[4\] http://portals.apache.org/applications/webcontent2/reverse-proxy-module.html, “Apache Portals Web Content Application 2 - Http proxy Servlet Reverse Proxy Module”.

...

CategoryGSOC