05-06-2009 02:19 AM - edited 03-14-2019 04:03 AM
Hi All,
If anyone knows how to configure the Content Switch configuraiton for CVP 7.0 please advise us.
with Regards,
Manivannan
05-06-2009 06:13 AM
Cisco know how to configure it, and describe it extremely well in the 7.0 Config Guide. What is it you cannot understand?
Do you know what a "one-arm configuration" is?
Regards,
Geoff
05-06-2009 10:28 PM
We have CVP server it contains Call Server, VXML Server and Media server.
We have configured Call Server, Media Server successfully on the CSS.
We have the same document 7.0 config guide.
But we are not able to succeed on vxml server configuration. because we are coping index.jsp document all possible location but still it not coming alive, if any one knows where exactly need to copy in cvp sever, it would be helpful.
05-07-2009 01:46 AM
Hi,
Kindly find below CSS running configuration.
service VXML1
ip address 1.1.1.1
port 7000
keepalive type http
keepalive port 7000
protocol tcp
keepalive uri "/CVP/Server?probe=true"
active
05-07-2009 03:13 AM
The default is to pull the Apache JSP page installed on the system. That is, "uri=/index.jsp". There may be a mistake in the documentation that omits the leading slash.
This works just fine also. You don't have to put it anywhere - it already exists in Cisco\CVP\VXMLServer\Tomcat\webapps\ROOT
The above "probe" expression is slightly more accurate as it ensures that you have the CVP VXML web app in place, and not just a Tomcat installed. Not that this would normally be an issue if you've done your install correctly. Another point in favour is that the traffic is smaller as the resulting page is very small.
Regards,
Geoff
05-23-2009 10:08 PM
Hi Amir,
Thanks for your help it is working fine with above mentioned configuraiton.
05-24-2009 10:04 PM
glad to know. Amir
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide