Tech Tip: Testing 4D's Web Server with 4DWEBTEST and Port Numbers
PRODUCT: 4D | VERSION: 6.5 | PLATFORM: Mac & Win
Published On: July 6, 2001
The 4D Web Server has a special URL that will tell you if the web server is running. While you may think you have configured everything correctly, other factors (for instance, another web server running on TCP Port 80) may cause your web server not to respond. To check that your web server is running correctly, launch a web browser on the same machine and type in the following:
https://127.0.0.1/4dwebtest
If your web server is running on another port (e.g. 8080) you would type:
https://127.0.0.1:8080/4dwebtest
The test is successful when you see something like this in your web browser:
Date: Tue, 03 Jul 2001 16:22:57 GMT
Server: 4D_WebStar_D/6.71
User-Agent:Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0) @ 127.0.0.1