deployment

eclipse build problem

I import a existing dynamic web project in eclipse using: file-> new java project-> existing project. Now i am trying to build it and deploy it. But my problem is that when i am pressing build this project option nothing goes happens, nor there is any msg in the tomcat console. The project has its own build.xml, build.properties. Infact ...

Java Web Apps virtual host

Hi, I have just became a partner of a company that has a site developed in JAVA. As part of the agreement they allow me to create a section on their site (so I can take benefit of their traffic), but the development of this section needs to be as less intrusive as possible. So ideally I would like to implement an independant web appli...

How can I deploy my war file on a shared host?

I have a web application I would like to deploy on a shared host. I have absolutely no possibility to manually start the server and deploy my webapp like I would do when I deploy it to localhost. I tried unpacking the WAR file and uploading it to the server, it won't work, it won't even show me my jsps like it's supposed to. Any help wou...

any standard approach for updating 50 asp.net web applications + database?

I am using VS 2k10 and have a asp.net 4 app with a sql server db behind it, and I have 50 deployments of it (50- databases, 50 web application deployments). Is there any recommended or standard tool in the industry used for updating mass web applications and databases all at once? ...

Selective builds using TFS with ASP.NET

I am currently trying to setup our complete development process (from dev to production). We will be using Microsoft Team Foundation Server and I was wondering if there was way to put what version of programs you want in a build. Let's say we are 20 programmers working on the same project and we only want to deploy changes done by one ...

How to deliver multiple application versions without confusion?

We currently work on multiple branches of our web application. The VCS of choice is SVN. We have: v1: /trunk, live application, bugfixing v2: /branches/1, additional features, without trunk bugfixes There are more steps planned. The current plan is to have a stable and client accepted v1 and then merge v2 into v1. At that point it's...

Deploy ASP.NET Web Services

Hi, I have developed multiple WebServices in my project in ASP.NET. Now I need to deploy them as a single executable file. How can i do that? ...

Jboss order loading problem

Hello to everybody) Imagine we have 2 wars to deploy. First war should load some data into JCR repository, or any other storage. Second war uses data that is loaded by first war in storage. Now we have situation when first war is successfully deployed, but it is in the middle of initialization process(loading data). Second war is start...

Pylons app deployment with privately developed dependencies

In my organization, we have a couple of internally developed Python packages. For sake of example, let's call them Foo and Bar. Both are developed in separate Git repositories. Foo is a Pylons application that uses certain library functions from Bar. Neither is publicly distributed. When we deploy Foo, we typically export the latest rev...

straightforward single developer deployment with mercurial and netbeans?

I am coding a website using the Codeigniter PHP framework. I am using mercurial for version control. I have 3 systems I work with. I do my coding on a Windows 7 machine using Netbeans 6.9.1. I am occasionally making commits, and pushing to a repository at Bitbucket.org, purely for the purposes of backup and version control. I have a ...

Web Service Deployment

Hi Does any body know how to pakage several webservices into one before deployment using ASP.Net. Like say for instance, I have 5 web services and i need to deploy all of them in such a way that the user need to click jus one link. Does anybody know how to do that?... ...

Differentiating between uninstalling/installing and upgrading an application

Hi, So, I have this application for which we are producing further development versions. If the application gets uninstalled by the user (from Add/Remove Programs let's say), then I want the application to delete a certain folder in the file system which contains app-related information. However, if the application is upgraded (by dow...

ASP.net MVC deployment to IIS7

I'm trying to deploy a MVC application to a news Server, I have .net framework 4 and ASP.net MVC2 installed. My app pool is assigned to .net 4, integrated mode. But for some reason, the routing is not happening properly. I am getting a 404 error on links and not properly routed to the controller. What am i missing here? Is it might be or...

RingoJS, Threading, Blocking, Load

What are the best practices regarding hosting a web application on RingoJS/Rhino? Seeing as it's single threaded, blocking calls such as long-running queries/file-uploads/web-services will mean that every other request will hang. As far as I can tell, I could A.) Open a separate Ringo instance for processes I expect to block for a l...

What issues to anticipate having different collations between development and production SQL Servers?

Subquestioning "Unable to update sys.columns - any other approach?" vaguely mentioning the problems on deployment to server with a different collation. The problem is that by default SQL Server collation is determined (during setup) by Windows Regional and Language Options --> Advanced --> "Select a language to match the language vers...

Adding non-advertised shortcuts to Visual Studio deployment project

Hi guys, I would like to create two shortcuts to my application during setup. The application is deployed as a Visual Studio 2008 deployment project. The shortcuts would basically point to the same executable, however I would like one to be advertised (i.e., checking if the installed files are the same as the files packaged by the orig...

Best way to deploy git projects (with submodules) to FTP server.

Hey guys. There is capistrano but that only works for ssh servers, which a lot of our clients aren't. We also make use of git submodules extensively. What is the best way you know of deploying git projects (with submodules) to FTP servers? I've tried Beanstalk and Springloops v2 but they are both falling quite short. Beanstalk often fai...

Site Deployment Sharepoint

Hi, I have developed a site, took a back up on the development site. I have created a empty site on the live environment. I have restored the blank site from the backup. I need to change some parameters of the webpart. could anybody suggest me what those list of parameters as I have the following error. Unable to display this Web Par...

Java Web Start deploy on Windows startup

I have a Java application that I'm about to begin to use Web Start to deploy. But a new demand has made me rethink this, as I'm now required to add a piece of functionality that allows the end user to select whether or not they'd like to run this program on startup (of Windows, not cross-platform). But I'd still like to shy away from mak...

Simplest way to use mercurial to manage differences between web development and deployment?

I am using mercurial for website development. I "think" I'm using it correctly. I develop on my development machine, commit fairly regularly. I will somewhat regularly push my commits to my hosted site-dev repository. If things are set up how I want them for the live site, I push from my dev machine to the hosted site-live repository...