I am coming from this SO however my case is not on Tomcat, but JBoss EAP 6. So suppose I have two web apps app1 and app2 running on JBoss AS 6:
h
JBoss AS7 version of the configuration discussed in the answer for AS6 with multiple http connectors and a rewrite valve.
--- standalone/configuration/standalone.xml.orig 1970-01-01 00:00:00.000000000 -0100
+++ standalone/configuration/standalone.xml 1970-01-01 00:00:00.000000000 -0100
@@ -257,9 +257,17 @@
+
+
+
+
+
+
+
+
@@ -293,6 +301,8 @@
+
+
See also: