On Sat, Jun 25, 2011 at 11:22 AM, Mark Thomas <ma...@apache.org> wrote: > On 25/06/2011 10:17, Rainer Jung wrote: >> >> and let the user choose NN or NNN. In server.xml it could be >> port="${portBase}80" etc. and in the startup options -DportBase=NN. > > Or define portBase (or httpPort, httpsPort, shutdownPort, ajpPort) in > catalina.properties - easier for users to edit. >
And perhaps using some well known scheme, eg: connector.<protocol>.<param> port="${connector.http.port}" address="${connector.http.address}" etc .. Regards -- ^TM --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org