When working with tomcat I used to map the WebRoot dir in the project as a context using and xml put under the $CATALINA_HOME/conf/[enginename]/[hostname]/ dir.
This helped me to reduce dev time since i do not need to deploy when changing jsp or java classes.
I would like to do the same in jboss 4.02 (and 4.03), which uses tomcat as its engine.
How can I do it?