deployment

Deploying a Pre Compiled Web Site Project

So I have a website project, which I precompile when I publish. I have a question, when I need to make a small change to the deployed site, do I have to rebuild, re-publish and deploy the entire website structure again, or can I just copy the modified aspx page and the bin directory? Please let me know! Thanks guys! ...

Salesforce Refresh Error Entity of type 'WorkflowFieldUpdate' Not found

Refresh error: Entity of type 'WorkflowFieldUpdate' named 'Case.ISHERE' not found Project/src package.xml line 1 1248190153153 205 any ideas what this means? It's stopping us from deploying, as workflows don't appear on the deployment candidate list in Eclipse. The fieldUpdates, definitely do exist in the Sanbox, wh...

Emacs-Lisp: How to package emacs-lisp program as PC application?

Just wondering if it's possible to package and deploy emacs and Lisp program as PC application such that once downloaded, running setup.exe (kind of), then the user can start application to make emacs run the specific Lisp program as if the application were implemented by other languages and platform, such as .Net, or Python. With this...

How to go about catching database and software version mismatch on deployed application?

I'm developing a standalone application that accesses a common database on a server. It will be used by a few dozen people in my organization. I know that I will need to update the software and the design of the database. This creates the possibility that someone will perform a query on the database using old software. I already have...

How to disable the "autodeploy" to server feature in an Eclipse web project

I am using Eclipse (J2EE Galileo) and have created a dynamic web project and associated it with a server (JBoss). Now, whenever I make changes to one of my JSP pages, Eclipse will build and autodeploy the WAR file to the server. This is sometimes useful, but sometimes more in the way for me. I would like to disable this feature, and i...

How to load new images, when changed in a web application

How to push new images in a web application, so that the cached is not taken? When I am having a new JS or CSS file, it's easy. Because they are in smarty templates, and I am having a version number in the URL (like a.js?v=9). Now, the problem with images are: - They are referred from the CSS files, and I can not have a version variabl...

Automatically deploying changes to a web application

What's the best way to automatically deploy changes to a database driven web application? Is there a single product out there that can modify the following... Website (dlls, aspx, css files etc) Database Schema (add tables, columns, etc) Database data (modify table contents) Reporting Services reports I've seen various separate prod...

capistrano problem an windows please help

hi all i am having a problem with deploying my application to my server. i have msysgit, github and capistrano installed and working. i have successfully pushed my app to github and can successfully run cap deploy:setup to setup on my server from my local machine. BUT.. when i run cap deploy:cold it asks me for my passphrase to conn...

Rails application deployed and working, but MySQL database appears empty

I've deployed a Ruby on Rails application using mod_rails and nginx over Capistrano, and it's working perfectly, but I have a baffling problem. When I run the following command on the server: SHOW TABLES IN application_production; MySQL returns: Empty set (0.00 sec) I know that information is being written to the database because ...

capistrano problem

Hi all I am having a problem with deploying my application to my server. I have msysgit, github and capistrano installed and working. I have successfully pushed my app to github and can successfully run cap deploy:setup to setup on my server from my local machine. BUT.. When I run cap deploy:cold it asks me for my passphrase t...

STSDev not adding files to manifest.xml

Hello- I am using STSDev to build a Sharepoint solution package. I created the project using the STSDev "Feature with assembly" template. I have added additional features to the project that I would like included in the solution. My problem is that STSDev is not adding the files for the additional features to the manifest.xml file and...

Deploy definition confusion

Hi, what's the exact meaning of the word "Deployment" in case of Tomcat. Is it just putting any Servlet or JSP file in the web app folder correctly, or I'm still forgetting anything important here? ...

Best ASP.NET application Deployment method

Hi, Which is the best method to deploy a web application. Currently i am publishing the application and placing that folder in the server and creating virtual directory and providing windows authentication. I just want to know this is a better metod to deploy or i need to use any other deployment technique? Plese suggest ...

How to add a .NET C# project to a web site?

I just finished my first C# project in VS 2008 and it is working well now. But now I need to publish this project on my website. This project interacts with my SQL Server 2008 Adventureworks database on this same computer. I will use this same computer to host the website and house this database. I know HTML but not how to add a .N...

Should I use vcredist.exe or the msm's to install the Visual C++ runtime library

What are the pluses and minuses to using the vcredist.exe versus the msm files to install the Visual C++ 8.0 runtime libraries? ...

Add C# project to a web site using IIS 6.0

I just finished my first C# project in VS 2008 and it is working well now. But now I need to publish this project on my new website. This project interacts with my SQL Server 2008 Adventureworks database on this same computer. I am running IIS 6.0, but I am a newbie to both IIS 6.0 and VS 2008. I will use this same computer to host the...

Looking for articles on automated deployment pros/cons

Hello, currently my team is working on a web-based service which has a very manual deployment process. I'd like to convince my management team to consider spending the engineering effort to bake automated deployment into our engineering practice. Can anyone suggest articles that help me make this argument? ...

Is there a "Build Website" option for [MVC] Web Applications?

When working with the "Web Site" style ASP.NET project, VS.NET will compile all the ASPX/ASCX pages during the build process. This is great cause it validates all the embedded code. For most sites I don't have much, but with MVC I've got lots of <%= Html.Action(...) %> style snippets throughout. When refactoring the .CS files get updated...

What is the best and most secure way to programatically download files from a web server (HTTP/FTP)?

Hello, I am using C# 2008 SP1 I developed a program that will be run on several user computers, ranging from a few hundred to a few thousand. What is the best way to download the files to update the user program HTTP or FTP? Also, are the security issues related to each protocol? Many thanks ...

Including an embedded web server - possible issues with deployment.

While analyzing some approaches to making our web app easier to deploy on our customers' sites, one of the suggestions was to include an embeddable web server to save the customer from needing to configure/install Apache/IIS. What are some drawbacks to this approach? Specifically, what are the possible issues that we could come across ...