Hot deploy on JBoss – how do I make JBoss “see” the change?

I had the same problem in my bundle: (Eclipse IDE + JBoss server adapter) + JBoss AS 7.0.1 (community project). My solution is very simple – you should go to JBoss administrative panel (by default localhost:9990), there in profile settings open Core – Deployment Scanners. Turn on Autodeploy-Exploded (set to true), and by your wishes … Read more

How to deploy to a single specific server using Capistrano

I ended up posting a question on the capistrano users list here, and got the following response from Jamis (edited a bit by me here for clarity): Try the HOSTS environment variable: cap HOSTS=app2.example.com production deploy Note that doing this will treat app2 as being in every role, not just whichever role(s) it happens to … Read more

How to edit code in a Docker container in development?

I found the best way to edit code in development is install everything as usual (including cloning your app’s repository), but move all the code in the container to say /srv/myapp.deploy.dev. Then start the container with a rw volume for /srv/myapp, and a init.d script that cleans that volume and copies the new contents inside … Read more

Free install wizard software [closed]

WiX Very powerful and flexible. Can produce MSI packages (Microsoft deployment format of choice) Almost no documentation Very steep learning curve. XML-based. Recommended for very complex installators. Inno Setup Cannot produce MSI packages. Its scripting part looks like INI files structure. Uses Pascal Script based language for extra flexibility. NSIS Cannot produce MSI packages. Fully … Read more

How do I set up linkage between Docker containers so that restarting won’t break it?

The effect of –link is static, so it will not work for your scenario (there is currently no re-linking, although you can remove links). We have been using two different approaches at dockerize.it to solve this, without links or ambassadors (although you could add ambassadors too). 1) Use dynamic DNS The general idea is that … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)