My eventual production environment has Zeus web server as the primary web server. I'd like to forward all servlet requests to Orion. What changes in Orion's setup need to be made to either: 1. Have orion output to another web server 2. Have orion handle all servlet/jsp requests It seems to me that 2 would be easier -- but I am worried about scaleing and clustering issues with that setup. How can I do this, or where can I read how to do this?
