0 Replies Latest reply on Mar 2, 2009 6:55 PM by okidoky

    http proxy servlet howto

    okidoky

      If anyone know a better place for me to have posted this message, please let me know.

      I'd like to create an http proxy servlet and host it on JBoss, so that I can let people on the private network get access to the internet. I found various code bits that'll let me create a servlet that handles the proxy requests, but the problem is how to deploy it inside JBoss. I already have a root context serving other pages, and it seems a proxy server must also sit at a root context.
      Perhaps it might be possible to have JBoss listen on another port and add instructions to the http proxy war file somehow to associate it with that other port, but I couldn't figure out how to do this.

      Does anyone have any suggestions as to how I can make this work?

      ~Mike