Questions tagged [deployment]

Deployment is the process or collection activities that make a system available for use.

Deployment is the process or collection activities that make a system available for use.

It can refer to hardware, software, or both and has varying levels of automation, from the completely automated "no-touch" deployments to completely manual ones. Wikipedia has a page dedicated to software deployments here.

1293 questions
0
votes
1 answer

RingoJS, Threading, Blocking, Load

What are the best practices regarding hosting a web application on RingoJS/Rhino? Seeing as it's single threaded, blocking calls such as long-running queries/file-uploads/web-services will mean that every other request will hang. As far as I can…
Scott Klarenbach
  • 569
  • 2
  • 8
  • 20
0
votes
5 answers

Centralized app deployment and management for multiple iPhones in the workplace?

We have deployed iPhones at work and are looking for a solution to mass-deploy and manage (with the app updates etc.) the apps on these work iPhones. Each iPhone is assigned to a user but we would like to easily deploy a standard set of…
user57308
0
votes
1 answer

Creating sites(and corresponding site links)and subnets using the AD sites and services console?

I'm currently in the process of planning on deploying a new active directory structure with a single forest,a top level empty root domain and two child domains-which will house two business units. Within each business unit there are six large remote…
rlopez6570
  • 89
  • 1
  • 5
0
votes
2 answers

Remote Deployment using Cruise Control .Net and Nant

Currently we use Cruise Control .Net and Nant to build deployment packages for our ASP .NET website. Essentially this just versions and the files, compiles the code, then creates a zip file. It is then up to the deployer to remote desktop onto the…
Robin Weston
  • 131
  • 1
  • 7
0
votes
3 answers

How to keep sessions when moving from one application server to another

Assuming I follow the steps in this answer to deploy a new version of an application without downtimes. When I route the users to the new application server instance, the application will not remember their session so they will be logged out without…
Joe
  • 189
  • 4
0
votes
1 answer

Problem: we need to install SQL 2008 R2 Express with Management tools on about 24 physical machines of various OS flavors

Problem: we need to install SQL 2008 R2 Express with Management tools on about 24 physical machines of various OS flavors.
Jonathan McPhail
0
votes
2 answers

Can't FTP files to my hosted server. Writes are being blocked

I just installed vsftpd on my Ubuntu (Lucid) server and followed the config recommendations. I made sure that "Write_enable=YES". I'm able to connect via FTP, but when I try to "mput" a local file into /var/www, I get the following error: "553 Could…
JMan
  • 123
  • 1
  • 4
0
votes
1 answer

How do you hot-deploy java applications in production?

Assuming you have a productive java application and don't want to have (even small) downtimes for software updates (including updated .class files) to take effect. What infrastructure / server / tools do you use to achieve this? Any experiences are…
Joe
  • 189
  • 4
0
votes
1 answer

global.asax works on local computer but not after i publish to server

i think this has been asked before but i just cannot figure this one out. I have added a global.asax file to my project (using asp.net with c# from vs2010) and works great on my local machine. then when i publish to our site (i publish to ftp site…
Letseatlunch
  • 141
  • 1
  • 10
0
votes
1 answer

Custom WIM image to be deployed through SCCM 2007 r2

I have captured a WIM file using imagex. It is windows 7 with a few apps that wouldnt install properly. I now want to deploy this through SCCM but for some reason it keeps failing. When it loads the WinPE it reboots shortly afterward. The last error…
JohnyV
  • 938
  • 4
  • 26
  • 45
0
votes
2 answers

Automating Windows 7 setup

How do I create an iso which automatically enters product key,activates windows,selects timezone,creates users,randomely names the PC and gets it ready to go? I need help.... Thanks
Josh
  • 203
  • 4
  • 13
0
votes
2 answers

What are the fastest solutions to demo/try MS Sharepoint

I would like to test Sharepoint. Since I'm short on time, I'm looking for fast solutions. It must be for Sharepoint 2007 or above. I only have access to my PC wich runs with Windows XP Pro SP3. The only thing I came up with is to install VirtualBox,…
Philippe
  • 191
  • 2
  • 6
0
votes
2 answers

unable to display anything other than directory listing

Okay i have what may seem a really easy to solve problem but i've been trying to solve it for days. I'm trying to deploy a asp.net MVC2 application to a IIS 5.1 server running Windows XP Pro. (it's actually the default MVC2 app) However when i…
Gadgetsan
0
votes
1 answer

How do I automate the deployment of an SSRS 2008R2 server?

I’m trying to write an automated deployment script for SSRS, and I can’t seem to find any information on how to automate the process of configuring the server after a Files-Only installation. I have a script to install the reports, but I can’t…
Jesse Weigert
  • 287
  • 1
  • 2
  • 10
0
votes
1 answer

Best-Practices regarding Apache modules distribution

I am a student and on an internship currently. I was developing an Apache module, that will be available for my company's clients to download and use. I have completed the module now. Now I want to know what are the best practices regarding the…