Instructions for starting !WebServe without FilerHRun


Both !Browse and !Phoenix automatically load !WebServe when they start up, but Oregano does not have the right hooks so some adjustments are needed to the !Run files of both !WebServe and !Oregano2 to ensure that it is run when !Oregano2 is started. (To open an application double click on it while holding down Shift.)

Modify the !Run file of !WebServe so that the final few lines look like this: (new stuff in red)
|
| Set variable while WebServe is running, and unset when ended RJD
Set WebServe$Running "Yes"

Wimpslot -max 96K -min 96K
Run <WebServe$Dir>.!RunImage %*0
UnSet WebServe$Running

Modify the !Run file of !Oregano2 so that the final few lines look like this:

| Start up WebServe RJD
If "<WebServe$Running>" = "" Then Filer_Run WebServe:!Run


Set Oregano2$Running "Yes"

WimpSlot -Min 3000K -Max 3000K
If "yes" = "<Oregano2$Sound>" Then <Oregano2$Dir>.!RunImage %*0 Else <Oregano2$Dir>.!RunImage -nosound %*0

Unset Oregano2$Running

Back to WebServe Proxy