Hi all, I was just doing some testing and got had an idea for spinning up new instances of tomcat. JBoss has this system property "-Djboss.socket.binding.port-offset" that I think would be useful for tomcat. As en example, setting the property to 100 on startup would add "100" to all port bindings on the server (e.g. with a vanilla install it would cause tomcat to run on 8105, 8180, and 8109). This prevents uses from having to use a fancy sed (or whatever Windows has) to update the port bindings for every new install. Does anyone else see any value to adding this feature?
Thanks, Coty --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org