Page tree

You can verify that the installation of BMC Virtual Agent was successful by testing each of the four servlets that are deployed during the installation process.

Chat notification servlet

Test the chat notification servlet by opening your browser and specifying the server name, port number, and servlet name.  

Example


http://midTierServerName:8080/cns?

The servlet returns a response in the browser window.

Example

Chat Notification Server

Update 2/10/2012

Chat translation servlet

Test the chat translation servlet by opening your browser and specifying the server name, port number, and servlet name. 

Example

http://midTierServerName:8080/cts?

The servlet returns a response in the browser window.

Example

Chat Translation Server 1.0

Program D

Program D is responsible for returning artificial intelligence responses to the user. You test Program D by opening your browser and specifying the server name, port number, servlet name, and a question. 

Example

http://midTierServerName:8080/programd/?qry=who is batman

The servlet returns a response to the question in the browser window.

Example

Batman is a fictional character who appeared first in a 1938 comic book. 

ESChat

ESChat is the main application servlet. You test it by opening your browser and specifying the server name, port number, and servlet name. 

Example

http://midTierServerName:8080/eschat?

The servlet returns a response to the question in the browser window.

Example

BMC ESChat Service 8.1.0

Related topic

Troubleshooting the installation, migration, or upgrade