On Mon, Oct 18, 2010 at 05:45, Les Mikesell lesmikesell@gmail.com wrote:
You can use specific 'Listen' directives for apache instead of the usual *:80. The java app will probably have an equivalent config or command line option.
Thanks, Les, that is what I needed to know. The JAva app is all custom code, so we will need to add the "Listen" equivalent ourselves. I just assumed that there would be some way to do it at the OS level.