Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Voicetools » FYI: the URL to use for your openVXML application
FYI: the URL to use for your openVXML application [message #577035] Wed, 11 June 2008 16:33
Randy Childers is currently offline Randy ChildersFriend
Messages: 121
Registered: July 2009
Senior Member
Assuming you've got a Java servelet container (such as Tomcat) serving your
app up, the URL to access it is

http://<machine name or IP>:<port number for the server>/<name of war
file>/<project name in openVXML>

So, if you created a project called CallSteerer in openVXML and then
exported it to a file called Acme.war, which you dropped into a Tomcat
webapps directory (which is running on your local machine), and this Tomcat
server is serving up on the standard port of 8080, you could access your
application directly by using:

http://localhost:8080/Acme/CallSteerer

Use this address to configure your voice platform, or use it yourself for
testing and troubleshooting. If you put this URL into a web browser and
everything is working properly you will see VXML. (Sometimes Internet
Explorer hides the markup code from you and all you see is a blank screen.
Select View->Source to see the actual VXML. This has never been an issue in
FireFox)

Randy
OpenMethods
Previous Topic:FYI: how to update an openvxml application in Tomcat
Next Topic:Spanish TTS and ASR
Goto Forum:
  


Current Time: Thu Apr 25 01:35:15 GMT 2024

Powered by FUDForum. Page generated in 0.03120 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top