deployment

vb.net vs2010 project deployment problem: eula.rtf is not displayed during application deployment. Any ideas?

I've created a setup and deployment project for my vb.net application using the Visual Studio 2010 wizard. I also added the eula.rtf file to the setup project and set it to install to the user's application folder. I then added a license agreement UI dialog in the setup project and pointed the licenseFile to eula.rtf. However, when testi...

deploying changes on a living drupal site

Hi folks! I really like drupal somehow. But what disturbs me most is that i can't figure out a clear way of deployment. Drupal stores a lot of stuff inside the database (views, cck, workflow, trigger etc) that needs to be updated. I've seen some modules that could be used for this task (eg features) and I'm not sure if they are suffic...

Deploy Sql Server in .NET using my application

I have winforms application in my company to deploy applications in several environments (Development, PreProduction, Production). Now, I want to include a new functionality: I need to deploy SQL Server scripts in environments: development, preproduction and production. My application will run directly in these environments. I do not ...

How to Depoly Vb.net Application containing Crystal Report and Access Database file

Hi guys, I am trying to build a setup file which will install my vb.net application with database and crystal report files to the client. 1.) I created my vb.net application in release mode. 2.) I created new setup project and added my vb.net application project in that solution. 3.) Also added the primary output in application fold...

How to improve our build and deployment process?

Hello all! Our build/deploy process is very tedious, sufficiently manual and error-prone. Could you give proposals for improvement? So let me describe our deployment strategy and build process. We are developing system called Application Server (AS for short). It is essentially servlet-based web application hosted on JBoss Web server. ...

How can I deploy web app on Tomcat from running app.

I would like to develop updater app. Lets say I've got: - Running Tomcat - Running Updater App on the Tomcat - Running old version of the app on the same Tomcat I would like to - Stop old app - Undeploy old app - Deploy new version of app (lets assume that I've got new app war file somewere in Updater app resourcess. Is it possible to ...

Deploying to Weblogic Managed Servers

Simply, what's the best (quickest) way to deploy an application (EAR), in a development environment, to two Weblogic 10 managed servers that are part of a cluster? I've tried the autodeploy directory, but as I understand it that only deploys to the admin server. ...

BlueHost Rails Hosting

I just finished a rails app that I want to host on BlueHost. Its given me issues. I am told I ve to apply for SSH Access but I am in Ghana. So I don't know! can anybody help me ...

What's the appropriate way to deploy an ASP.NET application to production?

I hate to sound stupid, but ASP.NET is not my forte. I have build an ASP.NET application which I now which to deploy to a production server. Searching on the web I found that it's recommended to just use the Setup tool within VS2010 to compile and install the files on the production servers. However, I find it a bit weird: The files o...

Python project organization (specially for external libs)

I plan to organize my python project the following way: <my_project>/ webapp/ mymodulea.py mymoduleb.py mymodulec.py mylargemodule/ __init.py__ mysubmodule1.py mysubmodule2.py backend/ mybackend1.py myba...

Capistrano deployment changing directory for migrations

I have a rails app that is not in the root directory of the repository. When it is deployed, some other static files are deployed with it in a parent directory. The structure is something like this: root -- otherstuff -- railsapp When I do a deployment with cap deploy:migrations, the Capistrano command that gets executed looks like th...

Development, repository and deployment organization

I'm looking for your advice. Initial situation: we (at the moment 5 developers, 1 quality guy/documentation, 1 projectmanagement/organization) plan to do a small startup we all earn our living with coding, but for better paid projects you'll have mostly no chance as one-man-show located somewhere mostly in europe we'll do clojure, ph...

Issue installing web application using tomcat6

Hello guys.. I have a .war file of a web application. I installed the tomcat6 manager and i deployed the war file using that. But after that i am not able to get it running. I get a FAIL message saying FAIL - Application at context path /apnaPradesh could not be started. apnaPradesh is the deployed war filename. Also i get the followin...

Recommended approach how to modify schema of a production SQL database?

Say there is a database with 100+ tables and a major feature is added, which requires 20 of existing tables to be modified and 30 more added. The changes were done over a long time (6 months) by multiple developers on the development database. Let's assume the changes do not make any existing production data invalid (e.g. there are defau...

Deploying Java Files

What are the best practices (and enabling tools) to deploy Java standalone applications along with any required jar dependencies, config files, and launch scripts? Are there any Maven plugins that easies publishing binary releases, so that users don't need to use maven for example? ...

J2EE EAR shared location of read/write resources within clustered environment

Within a J2EE environment (happends to be WAS 6.1 but could be any application server) I need to place a XML file, which is a configuration file, so that I can read and write to it. This needs to be available in a clustered environment so I am looking at using the class path to load the file. I am thinking I can store this file in t...

Help deploying C# application connected to an Access database

I made a small application that connects to an Access database (a .mdb file). Do other users who want to use my application also need to have Microsoft Access installed? If this is the case, are there ways to get around this requirement through the user installing some free package? I've researched this for a while and can't seem to get...

Database deploy with updates

Hi guys! Does anybody know how to do smart database update in realtime. E.g. I have a site with a great database. Suddenly I've made some code changes and database structure and data changes. Is there any standard plan to do it with deploy script or any deploy soft? In realtime without stopping the site? E.g. switch between two clone...

JPA and database in a single jar

Hi all I created an app which uses JPA and MySQL. Now I like to create simple desktop application out of it (eg a simple jar would be best). Two questions: What's the easiest way to get a project including all jars it depends on out of eclipse in a simple jar? Can I use a database like sqlite or derby which requires no installation (e...

How do I build a single bundled JAR with all the needed classes to run a Java application?

I'm going to deploy a Java application with a custom launcher, and I need to have all the classes needed for my app in a single jar file so I don't have to deploy the entire Java SE libraries with it. I was thinking of using some pre-existent ant tasks to create a target that recursively searches all my compiled classes files for its d...