Questions tagged [hosted]

Problems with code that is executed on a hosted Web server. Do not use this tag if the problem code is running on a local machine.

Problems with code that is executed on a "hosted" Web server.

Please do NOT use this tag if the code for the question is running on a local machine.

This is specific to code running off a hosted Web server.

Reference:

137 questions
2
votes
0 answers

iFrame Hosted Payments

I'm attempting to "consolidate" all payment entries for all our various web applications under a single "hosted" payment entry web application. To be as "flexible" as possible with our various web-applications and not compromising security, I…
2
votes
1 answer

iOS In App Purchases for Subscriptions and Consumables products

As I understand, Store Kit API will handle storage and retrieval of history related to "Non-Consumables" products, while for "Consumables" and "Subscriptions" you have to have your own server/backend. What are the best hosted existing solutions for…
alexeypro
  • 3,633
  • 7
  • 36
  • 49
2
votes
1 answer

nuxt 3 : generate and host a small pwa

I'm testing Nuxt 3 (RC for now), and really love it. I made a very small front-end application ( no backend, 3 pages, a complex form with some formulas to display some results ). it works nice locally, there is nothing related to backend, so I…
pascal78
  • 43
  • 1
  • 7
2
votes
0 answers

Azure Data Factory / ADF Self Hosted Runtime, can both exist in the same VM's?

Can this be done? We currently have a Self hosted runtime for ADF on 2 VM's (Non SSIS). Can we also install SSIS self hosted runtime to the same 2 VM's and use these VM's for both purposes? Thank you
GVFLUSA
  • 25
  • 4
2
votes
1 answer

Hosted api on google cloud issue with file paths

I have an image file in the root directory with the main.go file. How would I get the path to serve the file while the golang api is hosted on google cloud (seems like all the files get messed up when its hosted on google cloud). Heres the code im…
2
votes
0 answers

Hosted Payment Session Integration in React Native

I am a newbie in React Native and my project has payment integration. We need to integrate Hosted Session of mastercard in our…
user1295308
  • 425
  • 7
  • 20
2
votes
2 answers

Can we configure spring.datasource.url for external mysql server

For my Springboot project I can't connect to a mysql that I had hosted on a site. With a local mysql (workbench) it works well but when I replace the localhost url with that of the host it does not work and I have the following error message: …
user13279307
  • 17
  • 1
  • 3
2
votes
1 answer

Usage of Hosted repo's in Nexus

I need to use hosted repo's in nexus, in order to pull all the dependencies from the nexus. I have dependencies from different sources but I need all the dependencies pulled from nexus. I have created one hosted repo, but when I click the URL it…
2
votes
6 answers

SVN Doubt - VMWARE Image / Install / Hosted which would you pick?

I'm having some doubts on how to set up my SVN stuff. First my situation: Programmer working alone on most stuff, outside access not needed (yet). I want: A speedy SVN, preferably free. Private Backup friendly Somewhat hassle free A lot of…
Mischa Kroon
  • 1,772
  • 1
  • 13
  • 19
2
votes
2 answers

How can I skip the PayPal payment confirmation page altogether?

My clients website is using the PayPal UK Website Payments Pro Hosted Solution. When a customer is directed to PayPal to make their payment they are given two options, "Pay with my PayPal account" OR "Pay with my debit or credit card". If the…
FrancesRamsay
  • 63
  • 1
  • 6
2
votes
2 answers

PayPal hosted checkout page not showing paypal option

I am trying to create PayPal hosted pages (with PayPal Advanced). When I go to PayPal Manager -> Hosted Checkout Pages -> Customize, in the 'Preview', I am seeing only the 'Pay with Credit or Debit Card' option. I am not seeing the 'Pay with PayPal'…
2
votes
1 answer

What else is needed to get the Hosted Build Controller to run my NUnit tests

I am unable to get Visual Studio Online's Hosted Build Controller to run my NUnit tests despite following the instructions given in "Add assemblies for custom activities and other unit test frameworks" to add the required NUnit binaries and making…
Marjan Venema
  • 19,136
  • 6
  • 65
  • 79
2
votes
4 answers

GWT hosted mode very slow

We do have problems with GWT hosted mode running in Eclipse Ganymede (Windwos XP 3GB RAM). When we start our application in hosted mode it takes very long to start and also the transactions once the application is started are taking minutes to…
user1946784
  • 1,397
  • 3
  • 14
  • 20
2
votes
1 answer

AccessControlException while connecting MySQL using JDBC in GWT hosted mode

I want to connect to a mysql database at localhost:3306 using jdbc in a GWT servlet, but when I try connecting I get this error: java.security.AccessControlException: access denied (java.lang.RuntimePermission modifyThreadGroup) ... I know that I…
Ehsan Khodarahmi
  • 4,772
  • 10
  • 60
  • 87
2
votes
2 answers

3 Months Windows Azure Trial Disabled in 3 Weeks

My 3 months trial account Windows Azure has already been disabled in 3 weeks. How's that possible? I had nothing on my project, just a simple Asp.Net web page. I don't think anybody knew my page and made constant requests. I can't find a statistics…
Bogac
  • 3,596
  • 6
  • 35
  • 58
1
2
3
9 10