Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The following page has been changed by Sharmistha Jat:
http://wiki.apache.org/tomcat/ServletProxy

New page:
= 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.

Link: http://sourceforge.net/projects/j2ep

''''' 2)        Noodle ''''' :  Noodle is a set of Java classes for 
transparently making arbitrary changes to an HTTP request and response. You can 
use Noodle to create a servlet that, on every HTTP request, runs Java 'filters' 
that you define on the request, sends the new request off to another web 
server, and streams the resulting response through another set of filters.

Link: http://noodle.tigris.org/

''''' 3)        Http Proxy Servlet '''''        :        a simple Java servlet 
written to allow Tomcat and Apache to both appear to occupy port 80

Link: http://edwardstx.net/wiki/Wiki.jsp?page=HttpProxyServlet

__ ''' These are only some of the existing proxies. ''' __

=== References : ===

[1] J2EP documentation.

[2] http://noodle.tigris.org/, “home page – noodle”.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to