I'm currently working with a client who uses IIS/ServletExec due to
legacy issues.  IIS is bound to port 80 and 443 on the PC's one IP. The
firewall is only open on port 80 and 443 for the machine's one IP.  Some
requests need to be serviced by IIS/ServletExec, while others need to be
serviced by Web/JBoss (Jetty).

Therefore, we need to set up IIS/ServletExec to act as a proxy to
Web/JBoss running on the same machine on port 8080, taking requests on
port 80 or 443, reissuing them Web/JBoss (Jetty) on port 8080 and
returning the response to the client.  I.E. HttpProxyServlet?

I started writing one for my very specific use case, but figured it may
be a more useful addition if it were more generalized and could handle
*any* HTTP or HTTPS requests.  Has anyone got something like this?

Thanks,

Nathan



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to