deploy

Modify Web.config during/after Web Setup project

How do I modify the web.config of a web site during the setup's execution? I would like to have the user construct a connection string and then store that in the web config. ...

Deploy visual studio isolated shell app with chained installer

Hi, I have developed a visual studio isolated shell application. When deploying that application, I first have to make sure that the redistributables for the isolated shell are installed. I have the exe containing the redistributables (which can be executed as quite install) and my msi file. Now I need a setup.exe which chains these in...

MSBuild file for deployment process

I could do with some pointers, code examples or references that may help me do the following in an msbuild file to help speed up the deployment process.. This scenario involves getting a developers 'local' version onto a 'development' server.. Increment a developers local Web Applications Assembly version number Publish a developers l...

Deploy repository code to multiple machines at once

My question is: How do you guys deploy the same code from whatever [D]VCS you use on multiple machines? Do you have an automated deployment system and if so what's that? Is it built in-house? Are there out there any tools that can do this automatically? I am asking because I am pretty bored updating up to 20 machines every time I make s...

What causes the "FAIL - Deploy Upload Failed, Exception: null" error message in tomcat?

What causes the "FAIL - Deploy Upload Failed, Exception: null" error message in tomcat? I'm trying to deploy a war to tomcat from the manager but when I try to upload I get the error FAIL - Deploy Upload Failed, Exception: null with the following error message in the log SEVERE: HTMLManager: FAIL - Deploy Upload Failed, Exception: n...

maven deploy exclude

I want to exclude one dependency when I'm doing deploy, I need it when I use the jar locally, but it should not be in deployed jar. is there any way to do it? ...

Deploying ASP.NET applications: Push vs. Pull?

How do you deploy ASP.NET applications? Do you push it to production servers using UNC paths/mapped drives? FTP? SFTP? SSH/SCP (via 3rd party app installed)? Something else? Or do you pull it from the production servers with a Source control update or other mechanism? Consider the production servers being on the internet or in a DMZ, p...

Deploy WCF service

Hi! I need to deploy a WCF service where the user specifies some configuration data. Let me explain: the service connects to a web server and the user should specify IP and port of that server. How could I do it? A solution could be to develop a tool which allows the user to create the configuration file and to "say" the service where t...

Jboss - Deploy - Undeploy loop caused by HDScanner in a exploded ear

For some unknown reason HDScanner started a deploy-undeploy infinite loop for my (exploded) application deployment, removing and adding it again and again every 15 seconds or so. I already tried to remove the application by hand (I normally use seam restart or seam unexplode) and also removed the whole contents of the jboss-5.1.0.GA/ser...

Git multiple release branches, building automated incremental revision numbers

I've been using git for some time now and understand how commits work, tags, etc. I really like the ability to see incremented revision numbers after using git tag -a 1.0.0, but there's issues with that: It tags everything, so any future work that shares that tag in history will reflect the tag, unless re-tagged. It's a bit more work t...

Deploying with Capistrano & Subversion. Working copy locked

I'm deploying to a Debian server with Capistrano which fails due to locked a working copy. I narrowed it down to this: svn checkout http://myrepo.net/mysite/tags/1.0 /var/www/mysite/releases/1234 So if I run: cap invoke COMMAND='svn checkout http://myrepo.net/mysite/tags/1.0 /var/www/mysite/releases/1234' I get an error: svn: Workin...

How to deliver a java program to a client?

I wrote a software application in Java. Now I want to deliver it to my clients. But before that, I want to do something on that software which are mentioned below. You can answer any or all of the below questions: I want to: Encrypt all the .class files so that no one can decompile it. How can I encrypt it? After encryption I want to ...

How do you unwar a .war file with ant on windows?

I'm only remotely familiar with what ant does, but apparently I have to setup a service that's run on jboss and put it into a deploy directory... the problem is the .war file -- I only have winzip 7zip and ant and I dont know how to ge the contentsa out of the .war file to put it in the deploy directory... are there other conf and buil...

capistrano not restarting, stopping but update is working

I recently changed machines, and had a few rough spots updating Rails. The server itself stayed as it was. Everything seemed to be fine, but not capistrano. When I make changes and update SVN, running cap deploy the correct new version of the repository is placed on the server. The logging in the terminal running capistrano shows not...

How to deploy an Axis-generated soap service to an embedded Tomcat instance

Hey All, I generated a Soap Service from a WSDL and now I need to deploy it to my existing application which uses embedded tomcat (I.E. I have a class which extends TomcatServeletContainer and a main class which instantiates that class and starts the server). I see many examples for how to deploy an axis service to a standalone tomcat ...

How to update ASP.Net site dll without stopping site

Hi, Is it possible to update the site dll for a precompiled site without stopping IIS. Currently, if I try to just copy the new file to overwrite the current file, All users receive runtime errors while the file is being copied. Is there a way to avoid this? ...

Red5 : Deploy while Red5 is running (WAR deployment fail : org.springframework.beans.factory. BeanDefinitionStoreException) while normal deploy ok)

Hi, I need to be able to deploy while Red5 is running. The only solution I know is to use WAR file and put it in the folder : webapp. Is there any other way ? I'm using Red 5 v0.8. And I exported a WAR file using Eclipse 3.4. I can deploy my webapp. However when I export it as a WAR file, I have an error message and it creates an emp...

Deploying .Net 3.5 in a cd to clients

Hi We need to ship and deploy .Net 3.5 in a cd to clients who do not have it installed. The CD will contain a custom app developed in wpf. The scenario is that the clients do not necessarily have internet connection so downloading .net 3.5 F/W online is not possible. From what i understand we will need to have the users download .Net 3.5...

OSX: Convert all files in folder to same encoding

Hi folks, I have a rather large php project with all kinds of different third party includes. Its all managed with Netbeans PHP. I have a few problems i would like some oppinions on. Does anyone build there php-project? When i upload to server via ftp i get all kinds of project files which doesnt belong to live environment. Would be n...

Deploying WAR files on a shared host?

How would I go about deploying a WAR file on a shared host? Everything I read about deploying them says I put them in webapps inside the Tomcat root directory. Then go to localhost:8000. My hosting account is a shared account where I can get to my site by theIP/~MyUsername/. I don't have access to anything above the /home/MyUsername dire...