definer { "Vm.*Anchor" "Vm Load Variables of Xact" "Exec" % "-->" '"Anchor_" &_Arching.ServLock text*xact' newdef % % first server % "publib" "Public Http 1st Server No Trailing Slash" "Exec" % "--> attr-public" "_Arching.OutIP httpck" newdef "outbasd" "Client Accessible 1st Server Cmd Url" "Exec" % "--> attr-database-url" "publib &'/' &_Arching.Request" newdef "servinf" "Format Url with 1st Server Remote Tell Command" "Exec" % "str --> remote-tell-url" "publib &'/' &_Arching.Command ^" newdef % % second server % "publid" "Public Http 2nd Server No Trailing Slash" "Exec" % "--> attr-public" "_Arching.OutIP2 httpck" newdef "outbasf" "Client Accessible 2nd Server Cmd Url" "Exec" % "--> attr-database-url" "publid &'/' &_Arching.Request" newdef "servinh" "Format Url with 2nd Server Remote Tell Command" "Exec" % "str --> remote-tell-url" "publid &'/' &_Arching.Command ^" newdef % % third server % "publie" "Public Http 3rd Server No Trailing Slash" "Exec" % "--> attr-public" "_Arching.OutIP3 httpck" newdef "outbasg" "Client Accessible 3rd Server Cmd Url" "Exec" % "--> attr-database-url" "publie &'/' &_Arching.Request" newdef "servini" "Format Url with 3rd Server Remote Tell Command" "Exec" % "str --> remote-tell-url" "publie &'/' &_Arching.Command ^" newdef % % fourth server % "publif" "Public Http 4th Server No Trailing Slash" "Exec" % "--> attr-public" "_Arching.OutIP4 httpck" newdef "outbash" "Client Accessible 4th Server Cmd Url" "Exec" % "--> attr-database-url" "publif &'/' &_Arching.Request" newdef "servinj" "Format Url with 4th Server Remote Tell Command" "Exec" % "str --> remote-tell-url" "publif &'/' &_Arching.Command ^" newdef % % fifth server % "publig" "Public Http 5th Server No Trailing Slash" "Exec" % "--> attr-public" "_Arching.OutIP5 httpck" newdef "outbasi" "Client Accessible 5th Server Cmd Url" "Exec" % "--> attr-database-url" "publig &'/' &_Arching.Request" newdef "servink" "Format Url with 5th Server Remote Tell Command" "Exec" % "str --> remote-tell-url" "publig &'/' &_Arching.Command ^" newdef } if