Can you use 1 instance of web diapatcher to proxy requestes to multiple systems?
This would mean in my case
1 message server for EP j2ee
1 message server for SRM
1 message server for erecruitment
The reason I am looking to do this is so that I can use one host as a proxy. The second part is so that I dont need to have users enter port numbers in the url (as the case would be if using multiple web dispatchers on the same box).
Thanks