" /> GVP 7.6 Runing ASP or JSP - Genesys CTI User Forum

Author Topic: GVP 7.6 Runing ASP or JSP  (Read 3641 times)

Offline rlcrockett

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
GVP 7.6 Runing ASP or JSP
« on: February 24, 2009, 12:04:59 AM »
Advertisement
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?

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: GVP 7.6 Runing ASP or JSP
« Reply #1 on: February 24, 2009, 12:31:10 AM »
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.

Offline rlcrockett

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Re: GVP 7.6 Runing ASP or JSP
« Reply #2 on: February 24, 2009, 12:41:06 AM »
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.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: GVP 7.6 Runing ASP or JSP
« Reply #3 on: February 24, 2009, 03:02:25 AM »
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.