View sample data from a client that connects to the Delivery Server to confirm that the Delivery Server works correctly.
Procedure
- On a client machine that can connect to the Delivery Server machine, launch a supported browser (such as Safari, Internet Explorer, or Mozilla Firefox).
- Depending on your setup, do one of the following:
- If your Delivery Server runs on Jetty (the Web server it ships with), access http://DELIVERYSERVER:2245/servlets3/wietmsd or, if you use HTTPS, https://DELIVERYSERVER:2245/servlets3/wietmsd
Note: In these samples, 2245 is the port number, which may be different at your site.
- Alternatively, if your Delivery Server runs on Apache Tomcat, access http://DELIVERYSERVER/servlets3/wietmsd or, if you use HTTPS, https://DELIVERYSERVER/servlets3/wietmsd
where
DELIVERYSERVER is one of the following:
- The name of the Delivery Server machine if your client machine is on the same network as the Delivery Server machine and your protocol is HTTP
- The fully qualified hostname if your client machine is connecting remotely or through HTTPS (or both)
If you can view content, your Delivery Server is installed correctly.