6
votes
5answers
411 views
Maintaining JNDI across multiple instances of Tomcat
I am wondering how people manage maintaining JNDI resources across multiple instances of their Tomcat Application server. Lets take, for example, my database JNDI resource. It is d …
0
votes
4answers
53 views
Migrating BO Reports between environments
We have the standard 3 environment setup of development, testing and production. Each environment has their own report server, web server, database server, etc.
Part of our migra …
0
votes
1answer
24 views
How can I seamlessly handle migrations in production databases during deployment in Rails?
Is it standard practice to put db:migrate in my capistrano task, maybe before updating the code? I don't want to forget to add a column to production and get errors so I feel like …
1
vote
4answers
52 views
Architecture: using different classes on development / production
Hello,
I'm interested about using 2 different classes in 2 different environment. Both classes should share the same structure (methods), but the one used in production would be " …
0
votes
1answer
24 views
Getting the production database to work with locally
I'm nearing the stage of saying "lets go live" of a client's system I've been working on for the past few months, basically a few autonomous services including a public facing webs …
2
votes
3answers
70 views
PHP: How should I move my code from dev to production?
I have created a PHP web-application.
I have 3 environments: DEV, TEST, PROD.
What's a good tool / business practice for me to move my PHP web-application code from DEV to TEST t …
1
vote
4answers
112 views
Deploying rails application to multiple environments
I am getting ready to deploy to a true production environment. When I say true I mean that my current production environment will now be staging because there is other crap on the …
0
votes
2answers
19 views
django - strange template loop failure between dev/prod environment
Hi - I'm working on a django app for a site that requires an image gallery. Since the site is fairly simple I chose not to use a database. In the gallery part, I have a loop in the …
-4
votes
2answers
59 views
Would you make an unannounced change to a production site as an experiment? [closed]
Let's say you had a really popular Website - a search engine, perhaps - and you got an itch one day to experiment with it by... golly, I don't know... REMOVING THE SEARCH BUTTONS ( …
4
votes
3answers
90 views
Common errors when moving a django app from dev to prod?
Hello,
I am developping a django app on Windows, SQLite and the django dev server . I have deployed it to my host server which is running Linux, Apache, FastCgi, MySQL.
Unfortuna …
0
votes
2answers
62 views
Could not load file or assembly ‘Microsoft.SqlServer.Types
I have web application which we deployed in a production .
We have separate servers for WEB and Database. The DB is SQL Server 2008 and it is hosted on a completely different serve …
0
votes
1answer
51 views
How to limit the effect of client modifications to production systems
Our shop has developed a few WEB/SMS/DB solution for a dozen client installations. The applications have some real-time performance requirements, and are just good enough to functi …
2
votes
2answers
81 views
Is DLR 0.9 supported by Microsoft in a production environment
I know that DLR will be released together with C# 4.0, but I don't know when that will happen. In the meantime if somebody wants to use DLR in a production environment (nothing har …
0
votes
5answers
446 views
Examples of production Erlang deployments
Hello everyone!
I am currently learning Erlang
Can SO users give interesting examples of any of their Erlang application deployments?
I want to gain some insight into common Erl …
4
votes
3answers
199 views
Performance Cost of Profiling a Web-Application in Production
I am attempting to solve performance issues with a large and complex tomcat java web application. The biggest issue at the moment is that, from time to time, the memory usage spike …
