deployment

Unable to Deploy PerformancePoint Dashboard Page to SharePoint 2007

I'm creating a PerformancePoint (henceforth PP) Dashboard that contains a web report to be deployed to the a SharePoint web application that I had created. I followed the instruction in the link below. Deploy a PerformancePoint dashboard to a SharePoint site In summary, following the instructions in the link, I published the Dashboard ...

Using Maven for deployment

I have this task for the project with 4 nested subprojects using Maven: For each child: jar-up resource directory including project dependencies Move up to the parent project With a single command extract all created archives into various remote destinations (full install), that may include http server, app server, file server, etc. (m...

Differentiating web.config between dev, staging and production environments

Anyone have any good tips on handling differences in web.config settings between environments? I've considered creating a 'config' folder in our source control system but outside of the web hierarchy, and having the deployment process copy the appropriate config files (web.dev.config,web.staging.config, web.production.config) into the we...

Deploy app to iPhone wirelessly?

I remember hearing about how Apple was going to include the ability to deploy an app from Xcode to your iPhone wirelessly in the 3.1 SDK. I believe it was to aid developers that wanted to deploy/test apps that used peripherals that plugged into the iphone's docking port- this way, they could deploy a build of the app with their peripher...

Application Updater

Hi, does anybody know a good, flexible and free component for automatic application updating beside ClickOnce (not necessarily .NET only)? In the past there was the Updater Application Block from Microsoft. But as far as i know its not maintained anymore. What Technology are you using to keep you applications up to date? ...

Error when publishing .NET c# application

It has been two days and I haven't been able to make this application work in the hosting computer. This application is in a subdirectory and is written in C# the other application is C#. It work just fine down here in my development computer. I have been trying the following. 1.I made the changes to the web.config so it doesn't confli...

JBoss EJB 3 issue DeploymentException

Hi, I am deploying a EJB3 Jar with several beans in it. The jar works fine on other instances and is deployed correctly. However if I try that on my machine, I get the DeploymentException. I am on JBoss 5.1.0 Please help!! Here is the stack trace: *** DEPLOYMENTS IN ERROR: Name -> Error vfszip:/D:/jboss-5.1.0.GA/server/default/dep...

Where does a Java ME JAR install to?

When you install a Java ME program on a phone using a .jar file, where does it install to? At which path can the Java files be found? Or does it install to a location hidden from the filesystem? ...

installshield sharepoint deployment

I am new to sharepoint and installshield. My responsiblity is to build and deploy the sharepoint solution as a package using istallsheild. Previously I was using solution package wsp and content database restoration. But now the client wants to deliver the total solution i.e. dlls, ascx files, xml files, servce files(.cs), feature files ...

Synchronize GAC across multiple systems

Hi, I'm looking for a tool that keep GAC synchronized across different systems. when a new assembly added to one system, it should be GACed on other systems automatically. Thanks ...

wamp server :How to deploy jsp application

I am newly started using WAMP server. I am unable to deploy my java application on it. only Html pages run. Please help with directory structure and where to keep jsp, java, .class ,war,xml files. JSP code is shown on html page when i click link for jsp. ...

Atlassian Bamboo with Django & Python - Possible?

At my company, we currently use Atlassian Bamboo for our continuous integration tool. We currently use Java for all of our projects, so it works great. However, we are considering using a Django + Python for one of our new applications. I was wondering if it is possible to use Bamboo for this. First off, let me say that I have a low ...

Apache-httpd processes die with segmentation fault on deployment

Hi, I'm running Rails 2.3.3 application which is deployed with passenger/mod_rails with ruby-enterprise-1.8.6-20090610 and apache httpd. The problem is that whenever I deploy our application, hundreds of httpd processes start dying. I'm getting this error: [notice] child pid NNNNN exit signal Segmentation fault(11) After a short p...

Sharepoint zero touch deployment

We are developing a solution based on sharepoint, the solution also contains a custom database and WCF services. What we would like to do is to deploy once a day to the test environment. Preferably 100% automated. Has anyone managed to do this? Is there anything special to look out for? Thanks Shiraz ...

How to deploy a Phonon-dependant Qt4/PyQt4/python application on Mac OS X?

I have written a crossplatform Qt4/PyQt4/python application, namely MyGreatApp, whose last version requires the Phonon module. MyGreatApp runs just fine on my own machine under Mac OS X 10.6 Snow Leopard, and more generally on any mac where Qt4.4 happens to be installed. However, innocent machines miserably fail to load Phonon: WARNING:...

Files required for dbexpress application to access mysql databases

Hello Folks, Which additional files are needed to deploy a delphi dbexpress based application to get access to mysql databases. I can't find any information about it. Thanks in advance. ...

Will deploying applications written in VS2005 break with applications in VS2008?

We have several applications written in Visual Studio 2005 that are deployed onto our servers. If we deploy applications written in Visual Studio 2008 on the same server will it cause DLL conflicts? We want to ensure that upgrading our version of Visual Studios will not break existing applications. Thank you. ...

Error while deploying

I am getting the following error while deploying the web application Server Error in '/FormRelease' Application. -------------------------------------------------------------------------------- Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the de...

How to force ClickOnce deployment url?

I'm having a bit of a hair-puller here. I'm publishing a VS 2008 application to a server, to be installed via ClickOnce. So far, so good. It installs just fine. Then I added in a ClickOnce update checker - one that uses ApplicationDeployment to handle checking for & applying updates. So far, so good. Then, on some of the machines it w...

What Rails deployment techniques best overcome environmental differences?

I work on Ubuntu developing a Rails app for my church. We use a hosted VPS also on Ubuntu. I use Capistrano to deploy periodic updates. Inevitably, however, an app that works on my local box, always has a handful of problems after deploying to the host, most likely because the environments differ. What are some practices/techniques t...