deployment

How to create an advenced setup like those of MSOffice,Nero,Adobe etc.

Hi, I've completed my windows project in C# and I want to build a nice setup which has the following features: 1.Shows the popular I agree/disagree page. 2.Shows which files are being copied/updated. 3.any other custom activity I want to add. I've built 2-3 basic setups in VS2008(setup wizard) but I don't know if it is possible to a...

What technology should I use/how should I deploy my killer web app?

I finally decided it was time to write that "killer web app" we all dream about. :-) I've been a programmer for almost as long as I can remember so I'm not scared of technology, but I haven't been active in the web world for about a decade. Looking for some help on the direction I should go. The app I'm considering: (in order of impor...

Java daemon deployment infrastructure

Is there any deployment platforms for Java daemons? We have glassfish, geronimo etc. for web-application deployment, but if I have simple Spring based application which is processing messages from ActiveMQ or something like that. Where I should deploy that? ...

What are good deployment and release strategies for a shared runtime environment?

Bonjour. Status Quo For our customer we are developing some libraries and applications that run as "modules" within a larger application that is delivered as a internal Java Web Start application. The customer maintains the infrastructure that this application is run on. The "server side" is made up of a few web services based on Axis2...

Setting the iis:WebDirProperties of a single file in WiX

I am using WiX to deploy a web application under IIS. I have no problems setting the different properties of my Web Application using the iis:WebDirProperties element. However, I need to set all *.asmx file security attribute to "Integrated Windows Authentication". Does WiX have the ability to set the property of a single file? *Note:...

WAR vs EAR for web application with no EJB?

I have a JEE web application that does not make use of EJBs. I am targeting Jetty/Tomcat for deployment some of the time and thus need a WAR packaging. However, I am also target JBoss and Websphere some of the time. My understanding is that full-blown JEE application servers can take either EAR or WAR formats. When would I use one ...

Rails 3.0.0 and FASTCGI Deployment Question

I currently have hostingrails.com. But following their tutorial on deploying rails application with FASTCGI is not quite working... So currently I'm hosting one of my apps with them using Thin. Currently, my host says FASTCGI and Rails3 is not supported is this true? Besides running mongrel,thin or passenger. What other options do I h...

SharePoint 2007 property bag content deplyment

Does anyone know if the property bag settings for a sharepoint 2007 site is included in content deployment? my google foo has failed me today for a solidified answer. ...

Continuous Deployment using Visual Studio 2010

I have to deploy a website asap and then incrementally keep on adding some features, fixes. In Visual Studio 2008, I used to transfer/copy website where I could see in the dialog which file on my system is different from the server and deploy only that particular change. But that dialog seems to have been taken down in Visual Studio 20...

IntelliJ, Glassfish, JRebel - Slow deploys and jsps/tags require redeploy

I am developing a J2EE application using IntelliJ and deploying to Glassfish. I am also using JRebel which hasn't seemed to help reduce the need to redeploy. Changes to JPA entities still requires redeploying as do changes to JSPs or Tags. What configuration options in either IntelliJ, Glassfish, or JRebel should I be looking into so t...

How to update Ruby on Rails app after deployment?

Let's say I have deployed my Rails app on a VPS, and everything works fine. MySQL is populating. Then I wanna change the functionality or view of the app. What should I do next? Probably using CentOS, Passanger, nginx, MySQL and GIT. ...

Deploying a Rails application on apache

Ive built a small application which interacts with mysql at the backend.When I run on the mongrel server its wrking fine. I want to run this application on apache server. The application is a rails application OS is opensolaris I tried to modify the httpd.conf in apache and added the follwing lines to it. LoadModule passenger_module /va...

Jammit does not loads assets

I'm developing the web site using Aptana 2.04. When i say "script/server" from the project folder, everything is ok After copying the project folder to another place, and saying "script/server", server starts, but jammit does't loads the packaged assets and i see the web page without any css and js files loaded. I played a little with...

How to manage apache configurations to make them more portable between servers?

The common issue: you move an application from one server to another, usually this means other directories to configure in your application configuration files and in apache conf files. How can you minimize if even eliminate the hardcoded paths in config files? In my case these applications are in languages like PHP, Python, Perl or Ru...

How to restrict access to a staging environment

Our workflow currently has developers working on locally hosted copies of our web application with SVN for source control. We have post-commit hooks that deploy each new revision to a designated staging environment running on a subdomain. My question is, what is the best way to restrict access to these staging sites so that they can't b...

How to deploy Web Services in GlassFish?

I am using NetBeans6.9.1. When I test my Web Services using "Test RESTful Web Services" inside NetBeans, the web services were properly deployed and I was able to do GET from my web services. I thought when I deploy my EAR (which contains those web services and other ejb and web stuff), the web services would be automatically deployed, b...

"A network-related or instance-specific error occurred.." on Production Server Deployment

This is probably something simple but i just cannot figure it out so i'm just going to put it out there. In my c# class library i have a connection string Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\As.mdf;Integrated Security=True;User Instance=True And this works fine in my local development environment. However this cl...

Expiration certificate iPhone "in house" enterprise deployment

Hi everyone, Let's admit that I deployed an app on 100 iPhones, using the apple "in-house" deployment of the enterprise program. All of them will be connected to the internet. What will happen at the expiration of the distribution certificate ? All my employee will need to download the app again, signed with the new certificate ? Or ren...

Deploy ASP.Net website from SVN to multiple server?

I need to deploy a website from the SVN to different servers all within our own network. The code is currently not complied but probably will be in the future. First the site would need to be deployed to the development server for the developers to test. Once the Developer signs off it would be deployed to the staging server for th...

Can de VS2010 SQL Server 2008 Project type be used to do migrations

I just started using the new project type SQL Server 2008 Database. I can manage the complete schema in detail, but I don't see how I can use the deployment to do versioning like I can with migrations in Ruby on Rails. There is always just one version of a table (CREATE TABLE), and I see no way to go forward and backwards in time with t...