how to make 1 Apache server service multiple APEX installations ?
hi all,
what I want is the ability to use 1 http[s] listener that connects to an APEX installation depending on a part of the url. Currently I have apex listener up and running but I don't seem to be able to give Apache something to JkMount or proxyForward to because the APEX installation keeps telling me it is on /APEX instead of - for example - on /inst1/APEX
What I would like to have is /inst1/APEX -> some apexListener:port that connects to it's own APEX installation. I get the feeling this can not be done using the standalone apex listener but have no idea what else. Could jboss be an option? (how?)
thanks,
Ronald.