production

Deploying changed files from repository?

Hi everybody, I have tested both mercurial and SVN recently, and I fell for Mercurial to solve my version control needs. However, I have files in my repo, that I work on locally and commit my changes to daily. I have yet not found any way to deploy files to a remote production environment from my local testing environment. How can I d...

Tomcat in Production

What's the best way to achieve central management of a cluster of Tomcat servers in production? Specifically, I'm looking for automatic application (WAR) deployment, consolidated logs, and basic health monitoring at a minimum. What open source or commercial management tools are people using for this? ...

GWT production mode doesn't work on Chrome browser.

Hi guys, I compiled my GWT application and am testing it in the production mode. The application works fine on all browsers, except Google Chrome, which only an empty page shows up. I tried to see if there were any options for compilation, but there weren't. Can somebody let me know what's wrong? thanks, -- Javad ...

How to do make sure that your testing strategy are good ?

I'm in a situation where i have to ship a product, a php-based product. Sorry for the general information cause what i really need is an general approach, an approach that will work for any php-product. ...

Occasional error on production server: Method <name> is not supported on this proxy

One of 4 production servers once in a while generates tons of error claiming: Method RunRules is not supported on this proxy, this can happen if the method is not marked with OperationContractAttribute or if the interface type is not marked with ServiceContractAttribute. The method "RunRules" is one of the methods in wcf [ServiceContr...

Production quality WPF examples

Hi, As I'm learning WPF I came across quite a few examples, but mostly all of them have a disclamer like 'this is not production quality code', as they refer to a specific issue they're addressing. What I would like is to see how is WPF used in reallife, the application as a whole, so that in one example I can see all of the best pract...

Subversion planning for development, staging, live

Good evening everyone. I am in the planning stages of restructuring our subversion process and deployment in the attempt to minimize code loss and production deployment issues. Our current system simply consists of creating a sub domain name on a random server to test with before pushing live which drives me nuts. I wanted to hear som...

application or component to aid in raw material utilization

problem: I have a physical production process that takes one bulk input and converts it to many individual jobs. The output of each job is numerous individual pieces. It is possible during the process to split the bulk input between two different jobs (at the same time) and each job my be able to produce 1 to n individual pieces. I am ...

Why should define('RELOCATE',true) be removed from wordpress config?

It seems that using the define('RELOCATE') command is a convenient tool to perform site development using a local database and webserver, then to upload into production. Otherwise, its necessary to perform SQL REPLACE commands to update all the URLs in the posts, media and other content. The Wordpress codex specifically states that i...

How do I move from development to production with my Ruby on Rails project on Heroku?

I've been learning Ruby on Rails whilst making my first app for a couple of months now, and it's finally ready to start to be used by a few unlucky friends as beta testers. Problem is, I have no idea as to how to move from development to production. The app is on Heroku, and up to this point I've just been pushing the local development d...

Git production/staging server workflow

Hi Currently my website (production server) already have a lot of code in it. And now I want to start using Git for my projects and setup a staging server for my team. Can anybody give me any advise? Here is the picture in my mind: Production - Prodcution server which already have codes ↑ ...

Apple iPhone Push Notification Development and Production Tokens

Do production tokens stay on the device indefinitely unless it is wiped clean? We have downloaded our app from the app store onto a new iPhone and we noticed that the device registers the same apns production token if we delete and reinstall the app. It also appears to be registering the same production token after we delete the app an...

Application works in development mode but not in production mode

Hi, I just succeed to set in place my rails server. But when I'm trying to add a new "machine" I have an error. I can see this in logs ActionView::TemplateError (undefined method `owner_id' for #<Machine:0x7f85a0d279e0>) on line #49 of app/views/machines/_form.html.erb: 46: </div> 47: <p> 48: <%= f_machine.label :owner %><br /> 49:...

Monitoring application to track performance of .net service in production?

Is there anything similar to appdynamics.com to track performance and errors of a .net service in production? I'd love to have an easy to integrate dashboard to monitor Number of calls per minute Response time Cpu / Memory usage GC behaviours Exceptions Alerts if anything is out of scale (actual response time vs avg, etc..) ...

Sqlite on a production box

Should I have to install sqlite on a prod box where I'm using mysql for a rails application? The reason I ask is that phusion is yelling at me with the following error: Could not find gem 'sqlite3-ruby (>= 0, runtime)' in any of the gem sources. (Bundler::GemNotFound) My gemfile has the following group :development, :test do gem...

Elementary Rails deployment

I am trying to deploy my app on Rails for the first time using Heroku. I have spent quite a lot of time but there's a gap somewhere. Git: created private repo, pushed to git successfully Heroku: created free app and pushed successfully (but app 'crashes') Local: rake db:schema:dump #success rake db:schema:load RAILS_ENV=production #...

Rails Production server: stylesheets not displaying!

I just switched over from my development database to the production database, and I realized I'm getting a consistent error nomatter what view I try to open. The stylesheets are not loading correctly, despite being in the correct place. Here's some information about the error: View <head> <%= stylesheet_link_tag "global", "home", "htt...

ASP.NET MVC 3 in production?

Now that ASP.NET MVC 3 is in beta, and ready for "go-live". Would it be safe to use in project, although not prevented I am curious on security, performance and ease of upgrade to release version. ...