I am working on setting up a JBoss app server on my dev platform (Ubuntu 10.04 server with JBoss 5.1) for my coldfusion apps and can't seem to find the resources I am looking for for setting up the virtual hosts. In the past I have used tomcat which I would setup a virtual host and use the context tag to point to the root of the working directory. The directory was at /mnt/hgfs/ColdFusion/{project}/. Right at the root of the project directory was where my codebase and WEB-INF was.
I would like to setup the same thing on JBoss, but everything seems give different ways to setup the virtual host and none seem to talk about a comparison of the context tag in Tomcat.
So is there a way to do the context tag from tomcat and what is the best way to setup virtual hosts in JBoss AS 5.1?