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

How can I deploy Django, FCGI or otherwise, to an old SunOS Apache server?

I have a somewhat stodgy Apache server, running under SunOS, and I would like an appropriate way to deploy a Django application based at /shop/ or some other URL. The server seems set up to allow FastCGI in some form; there is an /fcgi-bin/…
Christos Hayward
  • 1,162
  • 3
  • 16
  • 35
0
votes
1 answer

Managing deployment to Tomcat to minimize downtime

In the past when I needed to run something on Tomcat, I just made a .war file and deployed it. While that is a common way to do things in the Tomcat world (it seems), I was taking a hit with downtime when I was trying to deploy a new .war file. The…
Genadinik
  • 1,103
  • 4
  • 19
  • 39
0
votes
1 answer

Deploy BgInfo Utility via a GPO

When I deploy to a client the BgInfo utility via a GPO,I am receiving the following error. Error code:800A408 here is my script code. Set objShell = CreateObject(“Wscript.Shell”) objShell.Run “\\Server2008\deploy\bginfo\bginfo.exe…
Cell-o
  • 327
  • 4
  • 15
  • 32
0
votes
2 answers

Deploying Java Web Applications on Distributed Servers

I'm having to deploy my application to three servers and soon to be four. This is becoming a pain and I'm looking to automate it. I was going to script this, but this is such a common problem and there are so many tools out there (Puppet, Chef,…
Bradford
  • 295
  • 3
  • 7
0
votes
1 answer

WDS 2008 R2 DHCP Error

Im having a problem where I get the error 'An error occurred while obtaining an IP address from the DHCP server. Please check to ensure that there is an operational DHCP server on this network segment' when booting from a standard WDS boot.wim image…
scampbell
  • 273
  • 3
  • 9
0
votes
1 answer

Where should I deploy my application?

I have VPS and I don`t know the best way. /var/www/my_app or /home/user/www/my_app or something else? Which alternate is better?
mystdeim
  • 105
  • 3
0
votes
1 answer

Can't get URLs to work on Django Apache EC2

This is my first time trying to setup a webserver with Django. I've been banging my head against the wall in trying to set this up for a while now and I can't seem to find any resources that explains this in a newbie formatted step by step manner.…
Nai
  • 743
  • 1
  • 6
  • 24
0
votes
1 answer

Remote deploying wars to a liferay installation

With vanilla tomcat, you can POST to URLs beneath SOMURL/manager/ with a proper manager user role defined. The liferay deployment of tomcat, however, is missing the manager and host-manager applications, and when I copy the directories from a…
Stefan Kendall
  • 1,079
  • 3
  • 17
  • 33
0
votes
1 answer

Auto-deploy WAR to arbitrary URL on Tomcat

How can I auto-deploy a WAR file (created by Play! framework, by the way) to Tomcat 6, but on an arbitrary URL such as "/sub/url", and without changing the WAR filename? I know I can simply upload it as "sub#url.war" and Tomcat will automatically…
AndiDog
  • 321
  • 2
  • 5
  • 19
0
votes
2 answers

SQL Server 2008 R2 Enterprise won't install on Windows 2008 R2 Enterprise

I've been trying to install SQL Server on a new Windows Server 2008. I have tried everything but I haven't been able to narrow down the problem. When the installation fails I get " Exit code (Decimal): -2068643839". The problem with this is that…
0
votes
1 answer

Pros/Cons of Deploying Ruby on Rails Project Subversion Working Copy

A couple of the Rails projects on which I'm working appreciate frequent, incremental updates, which I think is great. Our current deployment strategy is manual but we're considering switching to an automated tool like Capistrano; however, it also…
maerics
  • 203
  • 1
  • 2
  • 7
0
votes
1 answer

Root Certificate Not Applied to Imaged Machines

We have a certificate authority / server in our domain. If we install new machines and join them to the domain, they automatically receive the root certificate in their Trusted Root Certification Authorities store. However, our PC group often uses…
DCNYAM
  • 1,029
  • 7
  • 14
0
votes
2 answers

How to publish an ASP.NET MVC application to a free host

I'm using a free web host (0000free) which supports ASP.NET MVC, but it uses Mono. This is the first time I deploy an MVC application, so I'm a little confused as to where I need to deploy it. I have Visual Studio 2010 and I used its Publish Feature…
Kiril
  • 189
  • 1
  • 4
  • 10
0
votes
2 answers

Setting up test and live enviornment - how?

I am a bit new to servers and stuff so had a question. I have my development team working on my website. They are in different countries and currently they put all the work live on the test site. But the test site is open to anyone who knows the…
Sean
  • 1
  • 2
0
votes
1 answer

IIS and Apache on the same machine and same port for a real deployment (non testing server)

I'm trying to run both IIS and Apache on the same machine and on the same port: I read this interesting post and it's working very well, but only for a local access (it doesn't work for a remote…
Ivan
  • 103
  • 1