Questions tagged [deploying]
161 questions
12
votes
4 answers
How can I set up my domain name on Google App Engine?
I've made a website to go on App Engine, and have deployed it.
I've redirected my domain name to ghs.google.com, and it successfully goes to my site.
The problem is that in the address bar, 'www.mysite.com' turns into 'myappid.appspot.com', and I…

Louis Sayers
- 2,162
- 3
- 30
- 53
12
votes
1 answer
How to use qrc in c++ and QML application?
I have written a Qt Quick Desktop application in c++ qnd Qt Creator(QML) on Windows7. Now
I have to deploy it, and I need to hide the qml files and the images(means: to put them in resources and etc.)
I've read that there is a great way to do that…

user1835297
- 1,059
- 2
- 12
- 24
10
votes
2 answers
Issues deploying to heroku path="/" path="/favicon.ico"
Hoping someone might be able to help me with an issue I'm experiencing when pushing my react app to heroku. The heroku logs show the following errors repeatedly.
at=error code=H10 desc="App crashed" method=GET path="/"…

Jennifer Powell
- 103
- 1
- 1
- 7
10
votes
4 answers
Deploying app from Eclipse to GlassFish
I’m trying to deploy application to GlassFish 4 server from Eclipse, but I get this error:
cannot Deploy elearning
deploy is failing=Application with name [elearning] is not deployed
In glassfish log file no errors and no information about…

user2783755
- 578
- 2
- 10
- 26
8
votes
1 answer
(gcloud.preview.app.deploy) Error Response: [13] Managed VMs can not be hosted in the application's region
I have followed the tutorial https://cloud.google.com/nodejs/getting-started/hello-world (deploying to Google Cloud Platform hello world application on node.js) and after last command:
$ gcloud preview app deploy app.yaml --promote
I get:
Copying…

MykolaSharhan
- 396
- 7
- 15
8
votes
2 answers
Deploying Django with Apache
I already have a Django web application working, and I wanted to make it visible through Internet. I would even consider using Django alone, since it is only a prototype I want to show to someone, and security is not a priority for me right now. But…

Roman Rdgz
- 12,836
- 41
- 131
- 207
7
votes
4 answers
git aws.push command not created by eb init
I was following the tutorial on how to deploy a Ruby on Rails application on AWS and got the following error when trying to execute the git aws.push command:
fatal: cannot exec 'git-aws.push': Not a directory
According to this tutorial the eb init…

Renan
- 1,910
- 4
- 22
- 36
7
votes
2 answers
heroku deploy taking very long
We've got a fairly large app that's going up on heroku... It's an app using browsercms as the base, and it's built on top of that. The Gemfile isn't that big (we don't have more gems than our average app) but for some reason, deploying takes 15…

courtsimas
- 764
- 1
- 13
- 20
6
votes
1 answer
IIS7 MVC deploy - 404 not found on some actions
Once deployed parts of my web-application stop working. Index-es on each controller do work, and one form posting via Ajax, Login works too. Other then that yields 404. I understand that nothing particular should be done in integrated mode.
I don't…

majkinetor
- 8,730
- 9
- 54
- 72
6
votes
2 answers
Deploying an ASP.NET MVC in production, while users are still online
I need to know the best practices for deploying a new version of an ASP.NET MVC application while users are still connected to it
Everytime one deploys the .dll that contains the models and controllers of the application, the application is…

sports
- 7,851
- 14
- 72
- 129
5
votes
3 answers
Run Ionic 5 app on real android device using capacitor
I've recently started working with capacitor using using ionic 5. I've read all the capacitor documentation but I didn't find any guidance that how can I run Ionic 5 app on real android device. Can anyone guide me how can run Ionic 5 app on real…

Zeeshan Malik
- 627
- 1
- 14
- 31
5
votes
1 answer
How to deploy and run a zend project on a server?
I have a question about deploying Zend project on a server. On localhost I used virtual host to set the document root to the public/index.php folder.
How should I deploy it now?
I have copied whole my project on the server but it is not working as…

canimbenim
- 659
- 4
- 10
- 23
5
votes
5 answers
SQLSTATE[HY000] [1045] Access denied for user 'root'@'127.0.0.1' (using password: NO) SYMFONY2
So I'be been working on a symfony2 project and it was all good, then i wanted to host it on godaddy but now I get this error. I don't understand it neither do I know how to fix it. thanks so much.
SQLSTATE[HY000] [1045] Access denied for user…

Seif Sayed
- 783
- 2
- 9
- 18
5
votes
1 answer
tomcat deploy webapp many times
I'm using apache 2 and tomcat 7 to run my webapps..
When I start Tomcat, its log shows that the same webapp has deployed many times..
:
Deploying web application directory /var/www/web/www.mysite.com
:
:
Deploying web application directory…

afterbit
- 383
- 7
- 20
4
votes
0 answers
Axis2 client. Log shows lots of "Deploying module: metadataExchange-1.4.1 - file:/C:/path/to/mex-1.4.1.jar" lines
I'm using an Axis2 soap client from an j2se application that is always running. I'm getting a lot of lines like these in my log files:
INFO | jvm 1 |.. Deploying module: metadataExchange-1.4.1 - file:/C:/path/to/mex-1.4.1.jar
Looks like a lot of…

Heiner
- 123
- 1
- 7