I am using JBoss 4.0.3 in a Windows environment. I would like to share the same HTTP port between two applications (JBoss and a stand-alone WCF application). HTTP.sys in Windows supports this (see this and this).
- Is it possible to configure JBoss/Tomcat to only bind to specific URLs, instead of globally to the configured port?
- Is it possible to configure JBoss/Tomcat to use HTTP.sys on Windows (effectively binding to specific URLs as in 1 above)?