Questions tagged [web-deployment]

The activities that make a website available for use on a remote system.

After a website is successfully developed, it can be deployed into a web server so that it can be used. The activities that make a website available for use if called web-deployement

4762 questions
22
votes
6 answers

Stop a web application tomcat from command line

I'm writing a bash script that automatically deploys an application to a tomcat server. How can I stop the application from bash / command line?
Michael Küller
  • 3,982
  • 4
  • 22
  • 42
21
votes
4 answers

Azure App Service Getting error while deploying REACT JS application

Getting error while deploying to azure app services from the editor. 4:48:55 pm ppdedsrftwu2-appservice1: Starting deployment... 4:48:56 pm ppdedsrftwu2-appservice1: Creating zip package... 4:49:00 pm ppdedsrftwu2-appservice1: Zip package size: 1.09…
21
votes
4 answers

Web Deploy / Publish is adding a unknown connection string?

Previously publishing my web api app was working perfectly. Today i converted my app from being "any cpu" to x86. Now when i'm publishing its adding a connection string to the web config which is causing my app to fail. At first i though i maybe…
coding4fun
  • 8,038
  • 13
  • 58
  • 85
20
votes
5 answers

Could not load file or assembly 'System.IdentityModel.Tokens.Jwt after deploying on Azure

my web app is working fine on localhost, but when I publish it on Azure, I get the following error: Could not load file or assembly 'System.IdentityModel.Tokens.Jwt' or one of its dependencies. The located assembly's manifest definition does…
Sandi Horvat
  • 407
  • 1
  • 6
  • 17
20
votes
3 answers

How can I AutoSave my Visual Studio 2015 files when it loses focus?

I'm working with CSS, HTML, and JavaScript in my classes, and I've recently started working with Visual Studio 2015. In Notepad++, there's an add-on that allowed me to automatically save all my opened documents as soon as it lost focus. This saved…
Alan Nelson
  • 1,129
  • 2
  • 11
  • 27
20
votes
1 answer

How to deploy MEAN.js (Node.js) application to Production environment

MEAN.JS stack proposes the "grunt build" task for preparing application to Production. Unfortunately there is a lack of information about next steps. Actually it's not clear how to deploy the application to production and how to launch it. Question…
Roman Podlinov
  • 23,806
  • 7
  • 41
  • 60
20
votes
12 answers

The target "MSDeployPublish" does not exist in the project

I know there have been other references to this issue. But I didn't upgrade from one version of VS to another. I am currently using VS 2013. The project builds fine, and has even deployed successfully in the past. This is a brand new app. So it…
Greg P
  • 772
  • 2
  • 10
  • 23
19
votes
3 answers

Is it possible to use multiple ehcache.xml (in different projects, same war)?

I have a services project and a web project. I need to have eh-cache in both projects. The idea is that if the service project is updated, it's cache-related changes (like keys and invalidation rules) will also be available, while no changes are…
Ivaylo Slavov
  • 8,839
  • 12
  • 65
  • 108
19
votes
3 answers

Error while installing Nodejs on Godaddy Shared Linux Hosting

I am installing Node.js on Godaddy Shared Linux Hosting by connecting to SSH via PuTTy. Getting Errors. I ran curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash command to install nvm. NVM is successfully installed…
Sran Manpreet
  • 312
  • 1
  • 2
  • 6
19
votes
3 answers

How to exclude folders from publish/deployment of Visual Studio 2013 Web Application

I'm publishing a Web Application from Visual Studio 2013. I need include folders that are not a part of the project, and exclude some folders (some apart of the project, some not apart of the project). So I went into my project's properties and set…
Trevor
  • 13,085
  • 13
  • 76
  • 99
19
votes
1 answer

How to simulate 'position:fixed' behavior on Flexbox-aligned sidebar

As it was already answered (How can I have a position: fixed; behaviour for a flexbox sized element?) absolutely/fixed positioned boxes are taken out of the normal flow of Flexbox-aligned elements. But how can I at least simulate position: fixed…
user3576508
  • 613
  • 1
  • 4
  • 12
19
votes
6 answers

Yii2: How to prepare for debug and production environment?

I know Yii defines and uses the constants YII_DEBUG and YII_ENV. Of course, they are set to to 'true' and 'dev' on my local machine. This is because the basic app template has prepared it this way in the index.php file. This file tells me also that…
robsch
  • 9,358
  • 9
  • 63
  • 104
19
votes
1 answer

Publishing vs2012 solution from TeamCity

I'm using Visual Studio 2012 and the publishing feature. I have created a publishing profile that deploys my application to a development server, and it works great when executed from vs2012 on my machine. Here is my problem; on the development…
Pelle
  • 2,755
  • 7
  • 42
  • 49
19
votes
11 answers

Bootstrap's javascript works locally but not when deployed to a server

I downloaded the barebone example of Twitter's bootstrap and customized it. I tested it locally (with WAMP server) and everything works perfectly, both the CSS and the JScript. I uploaded the files to my webhosting service and the JScript just…
dialex
  • 2,706
  • 8
  • 44
  • 74
18
votes
5 answers

How to deploy an angular app so that it works under any path?

this is probably a newbie question, but I couldn't find any answers to it here or on angular documentation. Let's say I have a simple Angular application (the hero editor from the angular.io tutorial for instance) that I want to distribute without…
xaxa
  • 373
  • 1
  • 2
  • 8