I want to put Apache 2.2.9 in front of a Weblogic 9.2 server on Windows XP. What does it take to do that ?
I probably need mod_proxy on the apache side ?
As far as Weblogic and apache are concerned, is there something similar to mod_jk ?
I would like this setup so that I can introduce some filtering later on. But for now, the goal is to allow other computers to access weblogic appserver so that Apache forwards all requests coming to it (at a certain URL) to Weblogic.
I have done this several times earlier BUT have forgotten how I did it.
Thanks for any pointers,