RealWeb Demo pages say “page not found, error 404”

RealWeb Demo pages say "page not found, error 404" You need to make sure Tomcat is running or has failed to start due a conflict of networking ports being used. When a browser is used to access the RealWeb Demo, e.g. the Windows Reality menu option RealWeb Programming Examples To Experiment With, using page http://localhost:8080/servlet/reality/demo/@PROGLIST, … Continue reading “RealWeb Demo pages say “page not found, error 404””

Telnet to Reality on Windows can disconnect immediately – SysErr=234

Telnet to Reality on Windows can disconnect immediately – SysErr=234 This can be caused by a 3G network (dongle) driver. The daemon log will show RntsNetRecvAsync failed with SysErr=234.   To fix go to 'Add / Remove Programs', locate the Vodafone driver and click modify. One of the items shown is 'Optimisation', click the drop-down … Continue reading “Telnet to Reality on Windows can disconnect immediately – SysErr=234”

Removing RPL from an account?

Removing RPL from an account? RPL can be removed from an account using the DataBasic program provided. Cut & Paste the program into a Reality Item then compile and run it. 001 PERFORM 'SELECT /SYSFILES/RPL-NEWAC' RTNLIST RPL CAPTURING OUTPUT 002 PERFORM 'SAVE-LIST RPL.VERBS' PASSLIST RPL CAPTURING OUTPUT 003 PERFORM 'DELETE MD' PASSLIST RPL  CAPTURING OUTPUT … Continue reading “Removing RPL from an account?”