Displaying 1 result from an estimated 1 matches for "vtport".
Did you mean:
vport
2005 Oct 24
1
starting a java application as a service
...start)
;;
*)
echo $"Usage: $0 {start|stop|restart|reload|condrestart}"
exit 1
esac
exit 0
sample configuration file:
# Options to Jes server for secure javelin connections
# VTNAME IP address of NSVT host (usually an HP3000)
VTNAME="192.168.0.12"
# VTPORT The service port that the NSVT service is listening
# on (Usually 1570)
VTPORT="1570"
# JESPORT The service port that JES listens to on this host for VT
# Javelin connections. This can be any port but it is
# required that:
# a. This port must be allowed through any exterior...