deployment

JBoss remote Deployments

I know the app servers like Websphere and Weblogic have remote deployment capabilities that can be scripted with either Ant tasks or Jython. Is there something equivalent for JBoss? Basically, if I have a server at some known location and I have appropriate credentials, how do I deploy to JBoss remotely? ...

ASP.NET MVC deployment problem - Object reference not set to an instance of an object.

I'm trying to deploy an MVC app which runs fine in Visual Studio 2008 yet gets this error when deployed to the server. "Object reference not set to an instance of an object." The line of code it fails on is :<%= Html.ActionLink("Home", "Index", "Home")%>. Here is my web.config if that helps: <?xml version="1.0"?> <configuration> <confi...

Is there a Passenger compatible implementation of taps for Ruby on Rails?

Does anybody know of a gem that provides taps-like functionality, that is compatible with Passenger (mod_rails)? When I try to use taps on a Ruby EE/Passenger setup, I receive the error: `detect_rack_handler': Server handler (thin,mongrel,webrick) not found. (RuntimeError) Although it's not specifically stated in the readme, I am ass...

Problems running a C program on Debian

Hello, I have a following problem: I compiled my application on Linux Ubuntu 9.10 using CodeBlocks. It is a C program (which uses few libraries, like libmysql, jasper...) I copied the compiled program to a remote system running Debian 2.6.18, chmodded +x the application but when calling ./my_app bash still says "No such file or director...

Adding a .dll file to a jar

I have a third party library that comes with .dll files that I need in order to run my java jar file. How can I include them in my jar file when I deploy my application? (I am using JSmooth to create an exe file - if that helps anything) NOTE: I have looked at this stackoverflow question, but there's only one answer there, and I don't t...

Is iPhone enterprise deployment appropriate for distribution to members of an association?

I've had a query about developing an app for members of an association and I can't determine from the Enterprise Deployment guide if this is an appropriate method for deploying the app. Members own their own devices, so can an enterprise app be deployed while allowing the users to continue to use their own Appstore logins? At any point...

Deployment project for WPF app - How do I stop the application before install?

I want to configure the installer to stop a WPF application if it is running before installing the new version. How do I do this in a Setup & Deployment Project. Thanks. ...

customErrors mode=“Off” in web.config but still Server Error in ‘/’ Application

I deployed an asp.net website to a shared server..... I got the error Server Error in '/' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It coul...

is ClickOnce still the way to go for winform app deployment?

Hi Q1 - is ClickOnce still the way to go for winform app deployment? I've just been looking for books that cover clickonce deployment and there don't seem to be many at all out there, and the ones that are a a few years old? Thanks Additional notes re what I'm doing: an executable and one database file (sqlite) database (sqlite)...

Alternatives to Deprec Deployment with Rails?

I have been using Deprec with Slicehost for a bit now but it seems like development isn't that active anymore. What do you use for automating most of the deployment steps for Rails these days? I'm using Slicehost. ...

Forward a copy of http requests to another (test) environment

I want all the production data for my web-app to also flow through my testing environment. Essentially, I want to forward every http request for the production site to the test site (and also have the production website serve it!). What is a good way to do this? My site is built with Django, and served by mod_wsgi. Is this best implem...

How to retain folder permission during website deployment?

I have a production website that, once built in TFS is re-deployed and updated using xcopy. The entire site (excluding the root directory) it deleted then the new site copied in. This works well. We use a 3rd party charting package that creates images at runtime and then renders a link to them. In order to do this it needs write permiss...

No-Touch Deployment and FireFox, Chrome

Greetings, we have developed our application using No-touch deployment. Links to appropriate application works fine only if they runs by using Internet Explorer. application does not start if user uses firefox or chrome (instead of opening application it tries to save it on the hard disk). I read that this type of Web-based deployment i...

vlad the deployer: why do I need a scm folder?

I'm learning to use vlad the deployer and I've got a question. Since I'm still learning I don't know what is pertinent to the question and what isn't, so please bear with me if I'm a little verbose. I've got 2 environments for a new application (test and production) besides my development machine. I've figured out this way to do the i...

What is the Microsoft recommended way to deploy a web application developed in visual studio?

So. I've developed a WCF IIS application and am getting really tired of deploying the web application by hand. I know the web application setup provided by MS only installs to virtual directories, and I need something a little more flexible. I also want to be able to (if possible) not only create the web app in iis, also set advanced i...

Deploy C# Windows Forms application on both Windows and Linux

I know that it's possible to create MSI installers in Visual Studio using a setup project, but what would be the best way to automatically create a setup file (or packaged file of any kind) for both Windows and Linux? I like the MSI installer on Windows so the question is rather about Linux. So is there a better solution than writing a ...

Deploying Web Applications (Designing Installer)

Hi, We are a small company and I'm ahead of the Web Department (as, it's only me) :) On my Web Applications I tend to use the Visual Studio 2k8 Deploy project and that output in the Web Setup Project. What this does is only create the Virtual Server and put the files there ... Done. I Want More! Create it's own Application Pool Get...

how to deploy an ear file in websphere application server

I want to deploy an ear file which will automatically run the ear file with all the configuration in my Web Sphere application server. ...

unable to register flash10c.ocx

When I use Package and Deployment Wizard to make an installer of my vb6 application. When I test it and installed it, upon reaching 100% installation, it was unable to register Flash10c.ocx. I tried to ignore it and try to run the installed application. The application runs but the flash movie does not work. ...

Revisiting GAC Installations

Hi Folks, This one goes round and round I know but I can't seem to find a satisfactory response. Should assemblies go in the GAC? These questions: when-and-when-not-to-install-into-the-gac and What are the advantages and disadvantages of using the GAC, address exactly that but the answers are very much "it is recommended that..." or "y...