Run the build script and deploy it manually?
Or, since JBoss uses
Tomcat, use the TC deployment descriptor mechanism. I'm not a JBoss user, but with TC you can use this to specify the location of your jForum web app directory as the root of the Eclipse project.
Just make your project compile output path be the WEB-INF/classes directory, and you can
test against your development code. And if JBoss's TC implimentation supports it, turn on class change monitoring so the webapp will automatically reload on recompiles.
[originally posted on jforum.net by monroe]