1 Reply Latest reply on Mar 4, 2009 2:22 AM by jfclere

    http proxy servlet

    okidoky

      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