Setting Database Connections in JBoss/ ATG ATG communicates to a database via JBoss via a dynamo server setup or in your home/localconfig directory if you’re not using specific dynamo servers. In this... Read More
Adding and changing Mod JK JVM route, URI encoding and thread settings for JBoss In your JBoss server there is a file that can be amended to alter the URI encoding and the number of threads used by JBoss. Additionally... Read More
Setting the JDK version and compiler in JBoss for JSP pages If you need to run Java 1.5 in your JSP’s in JBoss 4.0.5.GA you can do so by editing a small setting in an XML file... Read More
Running multiple instances of Jboss on one server. To run multiple Jboss instances on the one server is pretty easy – but remember that if you’re running something like ATG commerce you’re going to... Read More
Google Maps API part 1: Accurate Geocoding for UK Postcodes Recently I had to build a system that would take an address, pass it to google and return latitude and longitude values. The result is then... Read More
Using Javascript/ AJAX to post HTML form data Why would you need to do this? Well for instance if you were using 3rd party AJAX APIs and you wanted to capture the data from... Read More
Creating XML from PHP/ MySQL for use with SPRY So lets say for example you have a table in your database and you want to return some results, pretty easy with PHP/ MySQL and I... Read More