0
votes
1answer
21 views

Windows Service Deployment on Server with many clients

I have developed a Windows service in C# which has a functionality to send emails on a scheduled basis to the users. Now this service is to be deployed for a large number of clients (say, 50) who ...
0
votes
0answers
17 views

IIS not picking up the changes in first deployment

I am facing very strange issue. I have googled a lot but nothing is related to my issue. Whenever I deploy new version in IIS it is not picking the latest changes no mater what I do. Recycle the ...
0
votes
1answer
51 views

Removing Debug and Release Configurations from Visual Studio 2008

I modified the default Debug configuation, so that the output directories resemble $(SolutionDir)$(PlatformName)/$(ConfigurationName). Next, I created debug variations, DebugStatic and DebugDll, to ...
0
votes
1answer
102 views

Deploy a Maven application in IntelliJ 12 without building with Maven

I have problem with configuration of maven project in IntelliJ. I deploy my application to JBoss, when I start JBoss server via IntelliJ, application is deployed without any additional actions, but ...
1
vote
0answers
95 views

Software deployment solution. What is the best practices? [closed]

Not sure if stackoverflow is the right place for my question or serverfault. Anyway my question: There are a lot of different systems for deployment. Looks like there are 4 mainstream groups: own ...
1
vote
1answer
44 views

Including the bundler gem itself in my Rails app

Bundler is great. But there's one gem that it won't work for, and that's the bundler gem itself, which still needs to be installed manually: Could not load the bundler gem. Install it with `gem ...
1
vote
2answers
62 views

Allow user to configure Rails application for first use (ActiveRecord etc)

Before I start the process of building something from scratch I was curious if anyone else had come across a way of providing a first-time configuration wizard for a Rails application that allows the ...
0
votes
0answers
38 views

http to https redirection and vice versa

I am facing a wired problem, if I deploy my website on production server and let say it is accessible as www.sampledomain.com One of the major issues that we are facing after exposing it on public ...
0
votes
0answers
24 views

JBoss 7 deployment validation strategy

Hi, Is there a way to configure JBoss7 to continue deploying my EAR although there are errors? I want to see all the problems I have in order to estimate the effort before I start my work. WHY? I ...
1
vote
1answer
135 views

what's the best way to protect secret keys when deploying a Meteor App?

I'm hooking up Filepicker.io to my meteor app for file uploads. That service has an API key which (of course) they recommend keeping secret. I've found a couple other sample apps on github where ...
0
votes
0answers
28 views

Enterprise Application Deployment Configuration Dependency Tools

I am in an environment where the technology staff (developers, help desk, and infrastructure) plan, build, deploy, and maintain applications. We have a need for documenting and visualizing ...
1
vote
2answers
101 views

Manage configuration files

How do you (your company) manage the config-files of the apps/systems you build? Let me tell you how we do it, and what the problem is. I'm working at a company where we develop software with about ...
2
votes
1answer
415 views

JBoss AS 7 - Deploying wars in certain order

Im trying to deploy some .war files in a standalone mode, the problem is that i need them to be deployed in a certain order... I have: file1.war, file2.war, file3.war and i have to deploy first ...
0
votes
3answers
206 views

Java Deployment, Config File Changes

I have a java project deployed on the server. Now I want to make some changes in "project/WebContent/WEB-INF/configuration.propertys". My question is do I need to make changes in my local machine and ...
1
vote
1answer
322 views

Configuring a war file

My end goal is simple. I am building a website that has three components: a mobile interface, an admin web interface, and a web user interface. I plan to put each of these modules into separate WAR ...
1
vote
3answers
1k views

Running Maven project on Tomcat from Eclipse

I have a Maven Project in Eclipse. I want to deploy it in my local tomcat server and run it like normal J2EE projects. But What i found is in tomcat add/remove projects option, no project is shown. ...
4
votes
1answer
561 views

Configuration With Same Name Already Exists

I have a solution with 10+ projects (VS2010 SP1). I have the following configurations defined in the solution: Debug Debug-QA Release-UAT Release-Production This allows me to easily setup specific ...
0
votes
2answers
529 views

Deploying SSAS cube to environments

We are using BIDS 2008 locally (on our workstations) to develop our OLAP objects/cube. Come the time of promotion to Development we can deploy via BIDS. However when a hands-off deployment is ...
5
votes
1answer
1k views

supervisor.conf default location

Im trying to make automatic deployment including supervisord and confused by default settings path. Every deployment scheme i found use /etc/supervisor/supervisor.conf and /etc/supervisor/conf.d/ ...
1
vote
2answers
922 views

Specifying runtime configuration parameters to a Maven built Web Application

I am a newcomer to Maven, and I was wondering if there was a reasonable way of specifying configuration information parameters to a web application at buildtime. What I mean by this is the following. ...
1
vote
2answers
113 views

managing configurations in web.config

I have an asp.net web app. I want to separate out a particular section alone, say for instance, appsettings and have it in a separate config file. How do I manage 2 config files for asp.net app? As ...
1
vote
4answers
190 views

Keep different content of a particular file in a Git branch

I have a config.php which suppose to be different in content in different branches, e.g. testing and master. I have asked in another question (Prevent merging a file from master with Git) that how to ...
1
vote
1answer
1k views

How do you specify external configuration in JBoss AS 7?

We're in the process of upgrading from JBoss Application Server 5.1 to AS 7. In AS 5.1 we defined a Properties object in a '-service.xml' file so that we could externalize all of our configuration. ...
3
votes
1answer
217 views

Equivalent of Chef's templates in Glu

Templates in Chef works great for generating configuration files - you have templating engine for creating the files, and you can pass parameter at multiple levels - default, role-based, node. Is ...
1
vote
3answers
240 views

Hadoop ecosystem deployment steps

I am trying to setup all projects from Apache Hadoop stack in one cluster. What is the sequence of setting up apache hadoop ecosystem frameworks. E.g: Hadoop, HBase, ... And if you tested with some ...
0
votes
1answer
86 views

How can I easily switch between development and live configurations when archiving for deployment?

What is the best way to have multiple configurations (dev/testing/live/etc.) for an iPad app and easily switch between them when archiving for deployment? A common example would be to switch from the ...
1
vote
1answer
97 views

deploying changes after initial Grails project launch

I've launched a small Grails site a few month back and now I have to deploy incremental changes to the app, most of them not involving any db changes. New tags, bug fixes in controllers, services, ...
3
votes
5answers
7k views

Creating module in jBoss AS

I’m using jBoss AS 7 to publish my various projects, and all of them use the Jersey API, so instead of deploying it in every project I wanted to create a module for it. For that, I created the folder ...
0
votes
1answer
35 views

How to let clients set up their personalized demos

I have developed a web application and I would like to give my clients set up their personalized demos from the product's website directly. For example for my product "SchedulingApp", a client 'John' ...
0
votes
1answer
195 views

Setting Up a Test Environment For an ASP.NET MVC3 Website

I've been working for a client's website over the past year. I usually test things locally and then deploy straight to the production website. This has caused us some issues lately so I thought I ...
0
votes
1answer
230 views

PyCharm: download from remote host?

I have deployment options set up correctly and uploading works without issues, I can upload individual files as well as the whole project. But in the Remote Host panel the download/upload buttons are ...
0
votes
2answers
72 views

What's the best way to remotely configure a running asp.net web application?

I have an ASP.NET web application that I'm deploying and I'm trying to figure out the best way to manage which environment it should point to when it starts up and to make sure that I haven't ...
0
votes
1answer
65 views

deploy and running with different configurations in maven

i search a method for Maven that accept different configurations for deploy and debug. I want to choose different web.xml-file. How to get it? Greetz, sheepy
1
vote
1answer
186 views

How to share the same K2 server for both dev and testing?

I am working on K2 Blackperl project, and we share one K2 server for both development and testing. I deploy the 2 web sites for dev and testing and connect to dev database and test data base, it is no ...
7
votes
1answer
651 views

SQL SMO assemblies not being deployed when publishing

I've got a little problem regarding the deployment of a number of assemblies related to SMO. I have the following 5 references in my project: Each one is a .dll in a libraries folder which is where ...
2
votes
2answers
537 views

Best Practice for Config Variables on Heroku

The Heroku docs suggest one way of managing config vars: http://devcenter.heroku.com/articles/config-vars I guess this works well for API keys, but seems clunky for other environment config info. ...
0
votes
1answer
156 views

web confg (XML) Document Transform in visual studio 2010

I've been digging for something to help manage deployments between environments and haven't found anything that works as neatly as I'd like. At the moment, I've got a web project in vs2010 which needs ...
0
votes
4answers
184 views

How to automate the build process?

How can I automate the web-application build process, that includes following steps: Change connection string. Recreate database by scripts. Deploy web-site by ftp. Copy some files to server in ...
1
vote
2answers
378 views

Tomcat : matching port - application/servlet

After my unsuccessful attempt with: Tomcat secure access Does anyone know how I can run a single Tomcat instance serving one WAR (or specific servlet) over one port and another WAR (or specific ...
1
vote
1answer
414 views

how can i use maven tomcat plugin for two different environment?

in my tomcat project i've a configuration folder, in path src/main/tomcatconf . Now i want to deploy to 2 different server, a development server, and a production server. I run my developmen server ...
2
votes
2answers
720 views

Where does WebMatrix save the site configuration?

I have a website saved in Dropbox folder and I successfully worked on it for days without any problems with publishing. When I opened that site today in WebMatrix on another computer, I had to ...
1
vote
0answers
132 views

Best way to manage IIS configuration in IIS7

We're moving our sites to use IIS7 and want some advice on the best way to manage the IIS settings. We want to be able to put the settings into source control so they can be easily accessed by ...
1
vote
1answer
159 views

Managing deployment-specific configurations with Spring

What strategies have people developed for controlling deployment configurations with Spring? I've already extracted out the environmental details (e.g. jdbc connection parameters) into a properties ...
0
votes
1answer
627 views

Unable to run asp.net web service on IIS 5.1. All other web apps are running fine

Unable to run asp.net web service on IIS 5.1. All other web apps are running fine. Error message it gives is XML Parsing Error: not well-formed Location: http://localhost/air/service.asmx Line ...
8
votes
6answers
3k views

Handling passwords in production config for automated deployment

I have seen related questions here, but they don't seem to be answering exactly what I need. We use Powershell scripts to deploy our applications and the info like passwords in configuration files ...
1
vote
3answers
118 views

Deploying an application spanning several folders…almost <probing>

I have a pretty large system to deploy, plenty of components and built to be quite extensible. There is a core set of components which are necessary for pretty much anything, and other sets of ...
0
votes
4answers
466 views

Strategy to consolidate Java webapp configuration files for multiple deployments

I apologize if this is a duplicate, I couldn't find anything describing exactly what I wanted. I'm building a webapp that has a number of different properties that need to change depending on the ...
4
votes
5answers
2k views

Environment specific config files - best practices? [closed]

I have an application with a configuration file which has a lots of environment-specific settings. Also I have a bunch of environments where that application can be deployed. What are the best ...
1
vote
3answers
1k views

How to include config file in WSP?

I use NLog for logging and now I'm trying to also use it for my SharePoint solution. How do I instruct WSPBuilder to include NLog.config in WSP and place it in the same folder as solution dll? EDIT: ...
0
votes
3answers
1k views

Multiple .properties files in a Java project

I would like to find an expedient way to switch between multiple .properties files for different deployment configurations. My initial inclination is to create a separate file, selector.properties, ...

1 2