Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1
-
None
-
None
Description
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.