Web Presence

ConferenceRoom's Web Server

It's easy to add the ConferenceRoom Java Client to existing Web pages. The simplest method is to add links from the home page of the web site to the ConferenceRoom server. The servers do not have to be on the same system. The Internet connectivity used by clients to contact the chat server can be used to connect to the web server. To access ConferenceRoom, add the following hyperlink to the Web page:

<a href="http://<hostname>:8080/?theme=default">Let's Chat!</a>

Replace with the TCP/IP host name of the computer where ConferenceRoom is installed, 8080 with the web port (if you changed it), and "default" with any one of the standard themes or one that you modified. If the "?theme=default" is omitted, then the theme currently selected on the in ConferenceRoom Web Configuration section will be used.