Changeset 2706
- Timestamp:
- 02/17/05 11:57:27 (8 years ago)
- File:
-
- 1 edited
-
trunk/jp/bin/jpinvite (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jp/bin/jpinvite
r2679 r2706 46 46 layout. 47 47 48 -code <JP access code> 49 Use a custom access code for the started runtime 50 environment. When contacting the runtime manager, an access code 51 must be given. This prevents virtual machines accidentally 52 registering at the wrong runtime manager. 53 54 By default an arbitrary but unique code is used. This is 55 sufficient in almost all cases. Only if the runtime environment 56 should be contacted by an external client application, a known 57 access code must be arranged. 58 48 59 -D<property-name>=<value> 49 60 Set a system property consistent on all participating virtual … … 219 230 shift ; shift ;; 220 231 232 -code) 233 code="${2}" 234 shift ; shift ;; 235 221 236 -frontend) 222 237 rmIsFrontend="" … … 251 266 esac 252 267 done 268 269 270 if [ ${#*} -gt 0 ] ; then 271 invokeMain=1 272 fi 253 273 254 274 … … 314 334 host=${nodenames[0]} 315 335 port=1099 316 code= "JP-${UID}-${RANDOM}"336 code=${code:="JP-${UID}-${RANDOM}"} 317 337 318 338 nodecnt=${#nodenames[*]} … … 382 402 -nodename '@NODENAME@' $JPQ_VM_OPTIONS" 383 403 384 execCmd=" \404 execCmd="${invokeMain:+\ 385 405 exec -host '$host' -port '$port' \ 386 406 -code '$code' $verbose \ 387 407 -killonexit $JPQ_EXEC_OPTIONS \ 388 $quoted_arguments "408 $quoted_arguments}" 389 409 390 410 rshCmd="\
Note: See TracChangeset
for help on using the changeset viewer.
