Polycom VR-6000 IP Phone User Manual


 
Developer’s Guide SoundPoint IP / SoundStation IP
2 - 16
<!-- START DISPLAY BMP FILE -->
<img src="quote.bmp"/>
<!-- END DISPLAY BMP FILE -->
</body>
</html>
4. Configure the Web server to deploy the above JSP file.
For example, if you are using Apache Tomcat to try this example, put this
file into the
webapps\PLCM
folder of Tomcat.
5. Configure SoundPoint IP and SoundStation IP phones to point to the
XHTML file in the sip.cfg configuration file.
For this example, change
mb.main.home
to
http://<WEBSERVER_ADDRESS:PORT>/PLCM/AddStock.xhtml
.
6. Reboot the phones.
7. On a SoundPoint IP phone, press the Applications (or Services) key.
The
AddStock.xhtml
appears on the graphic display.
8. Enter a stock symbol, then select the Get Quote soft key.
The stock quote for the entered stock symbol appears on the graphic
display.
Note
Static and dynamic XHTML applications can be developed using any Web server.
Even though Tomcat is used in the example, the developer is free to use any Web
server.
Dynamic XHTML applications can be developed using any Web technologies—for
example, ASP.net, Java Servlets, Java Server Pages, CGI-PERL, and PHP.