From dca532a48524ee6be1c7522cf11fef062c27f2bb Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Wed, 29 Apr 2015 12:46:19 -0400 Subject: Fix interactive install to not reprompt for ports Ports are already set when deploying into an existing instance. Having a user re-enter these is repetitious and error prone. --- base/server/man/man8/pkispawn.8 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'base/server/man') diff --git a/base/server/man/man8/pkispawn.8 b/base/server/man/man8/pkispawn.8 index 1ef9b26be..33c36e338 100644 --- a/base/server/man/man8/pkispawn.8 +++ b/base/server/man/man8/pkispawn.8 @@ -116,6 +116,8 @@ the AJP port of the Tomcat instance. The default value is 8009. .TP \fIManagement port:\fP the management port of the Tomcat instance. The default value is 8005. +.TP +\fBNote:\fP When deploying a new subsystem into an existing instance, pkispawn will attempt to read the ports from \fBdeployment.cfg\fP files stored for previously installed subsystems for this instance. If successful, the installer will not prompt for these ports. .PP \fBAdministrative User Parameters\fP .TP -- cgit