JBoss Archive

  • Changing the HTTP port Oracle uses

    Changing the HTTP port Oracle uses

    In a production environment your database server will be completely separate from your application server or at least it should be. So in theory you should never really need to change this setting unless its for your development environment. In my case I needed to...

    Project info

  • How to Setup Debugging in Eclipse for JBoss

    How to Setup Debugging in Eclipse for JBoss

    This is really useful – only recently found out how to do this and the benefit is enormous. Basically by a small configuration on JBoss’s startup configuration and a setting in Eclipse we can toggle breakpoints in our java code so that we can see...

    Project info

  • Hot Deploy Java code/ ATG components on JBoss

    Hot Deploy Java code/ ATG components on JBoss

    Pretty simple, on a production environment you start JBoss with its run file and a series of commands, which then picks up your EAR file from the deployment directory. Which is a fine process to go through, but what if you’re developing code and you...

    Project info

  • Setting Database Connections in JBoss/ ATG

    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 setup you specify the JNDI connection name which will then refer to an XML file which makes up part...

    Project info

  • Adding and changing Mod JK JVM route, URI encoding and thread settings for JBoss

    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 if you’re using mod_JK to link Apache HTTP and JBoss/Tomcat you can specify a JVM route parameter here that...

    Project info

  • Setting the JDK version and compiler in JBoss for JSP pages

    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 in your server directory: jbossserver[SERVER NAME]deployjbossweb-tomcat55.sarconfweb.xml You can then change the compiler version by un-commenting the code below which...

    Project info

  • Running multiple instances of Jboss on one server.

    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 need a few Gb of memory to run just the one JBoss instance let alone multiples. So you may...

    Project info