I am trying to deploy a jruby on rails application.
Right now I am running mongrel + Apache2 using reverse proxy from mod_proxy. However, because mongrel_jcluster does not work for the latest versions of jruby, I am only able to run one mongrel server, and cant take advantage of load balancing from apache2.
Is there any way other way ...
I have developed an application as my college project using Visual Studio 2005 and SQL Server Express. Up to five people evaluate the project. At present I have installed it on everyone's machines. However, when I update my application, I need to go to each machine and update the executable file. There is a central server that can be...
After my TFS build completes, I need to run a couple of .bat files to rename/copy files so that the package is ready for a particular environmeent.
I've included these in one of my class library projects so they set to them "copy if newer", but idealy, I would like to include these in a Solution Items folder. However when I add them to ...
Hi,
I'm trying to figure out how to organize many (around 50+) maven2 projects, so that they can deploy into a central nexus repository. When using the mvn deploy goal, one does need to specify the target in the distributionManagement tag like this:
<distributionManagement>
<repository>
<id>nexus-site</id>
<url>http://...
I'm using JBoss AS 4.2.3.GA and I want to make it to hot reload changed classes.
Now, I have a running JBoss AS with deployed exploded war, after changing (recompiling) some classes, it starts to redeploy all war:
14:14:03,732 INFO [StandardContext] Reloading this Context has started
and redeployment takes a very long time. I wa...
I'm trying to automate the build process of a database project so that it would automatically be deployed to a database server against which I could run database unit tests. I'm really new to developing databases with VS so this might be obvious, but I can't find a way to make the project be automatically deployed after it is built. I us...
My application consist of an executable project and a dll library. My executable project has added the reference to the library project.
The library project contains some "content" files like .ini .bmp. The problem is that these files are not copied to the device when I deploy the executable project. Only dll file is copied. The curiou...
I use the new VS 2010 configuration transformations to deploy websites. To replace a single setting of my ApplicationSettings I use the following configuration transformation:
<setting name="TempPath" serializeAs="String" xdt:Transform="Replace" xdt:Locator="Match(name)">
<value>C:\TEMP</value>
</setting>
Remark: There is no white...
Hi there
Just wondering if people are using any particular tools to improve the experience of deploying web applications ( and applications in general) on the .Net stack
I use a bunch of scripts and FluentMigrator for my db schema support.
But I need to change my web.config, ftp stuff up and down, seems rather manual
I m sure there are...
From what I understand by default code will be deployed too all roles defined. Let's say you have a db on a different machine then your web server. You define roles for both the web server and the db then deploy. Currently my capistrano script is deploying the source to both machines. I want it to deploy source only to the web server.
H...
Hi All, Ive applied for the IPhone App developer license over a week ago but still havent heard anything back from apple as of yet.
Im quite deep into the development of my application and am wondering if there is a way i can deploy it to a device for testing in the meantime (while waiting for apple to get back to me)?
I cant jailbrea...
My current solution has a Windows form Application as well as a Service Host.
My question is the current process for building and deploying both.
The Service Host will be hosted on the machine on which it is built.
The Windows Form Application should be deployed to a windows share location.
If I right click the Windows Form applicati...
I'm interested in hearing opinions on how to efficiently organise JavaScript (and jQuery) in a largish web application project that could potentially see high traffic.
Things that concern me are:
Being efficient on the server
Being efficient on the browser
Keeping the codebase manageable
Lets assume that all authored JavaScript is k...
Where is a complete reference of ALL MsBuild properties ?? Like this
$(OutDir)
$(OutputPath)
$(TargetName)
$(TargetExt)
...
...
Hello,
Is there anyway I can get the path of programdata folder dynamically in a setup project in the very same way I get the path of program files folder by using the keyword [Program Files] as defaultlocation for custom folder?
Thanks
...
I undeploy my JEE app that uses an asynchronous logger that logs in its own thread from the Drools rules engine. I use it to log decisions the rules engine makes but I cannot let it have impact on the throughput, therefore it must run in its own thread.
I get pages of Exceptions when I undeploy it indicating that it was not closed prope...
I've called their tech support 3 times this morning and spent over $50 in long distance and have had no results. I was wondering if anybody here has deployed an ASP.NET website with DomainHut.com's hosting services.
I've set up my database on their server correctly, all tables, stored procedures and aspnet schema are there just like on...
I am setting up an automated deployment environment for a number of decoupled services that are in active development. While I am comfortable with the automated deployment/configuration management aspect, I am looking for strategies on how best to structure the deployment environment to make things a bit easier for developers. Some thi...
Im trying to deploy my django and I always get one of these erros: (they alternate as I refresh the page)
The model Page has already been registered ( its from feincms, but i dont get this on my computer )
unable to open database file (the database is sqlite3 and was successfully created with syncdb on the server )
Any ideas on what ...
I develop application in C# with MSVC 2010 Express, with Forms/WPF/etc.
Application consist of some private assemblies (maybe DLLs) and .exe file. It uses .NET 4 features.
How I deploy this application to other computers? Of course if they have .NET 4 I just can send zip of .exe with .dlls and it work. But if they don't have .NET at al...