-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1
-
Fix Version/s: 2.2
-
Component/s: None
-
Labels:None
Tomcat is bound to 0.0.0.0 (all interfaces) by default. I feel the need to change this binding to e.g. localhost (127.0.0.1) or another interface by adding a <host>127.0.0.1</host> to plugin configuration in pom.xml. This is often necessary for security or firewall reasons during the development of web applications.
Thanks in advance.