Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: rlcrockett on February 24, 2009, 12:04:59 AM
-
How does GVP know what you are running? Or how do you control this if at first you are running ASP, then you want to change to JSP?
-
It is all based on what does your Web server supports, GVP will understand at the end the XML that is returned by JSP or ASP or PHP or whatever your webserver returns. This is only for the applications. As for the Visual Studio it only allows to choose in which code it will return the visual script you are doing.
-
Let me try and explain this a little better. Right now I am generating ASP, via Studio, and in the provisioning record I am pointing to the start.asp file. This file and a lot of others are generated and placed in the folder that I pointed Studio to when I said generate.
When I change Studio to generate JSP and generate the application, all it (Studio) does is generate a .war file. What do I do with that and what URL do I point the provisioning record too.
-
Let me explain again. It will depend on your web server capabilities. If you are using IIS then ASP is supported natively. If you are using TOMCAT then use JSP.