Java – deploy exploded war on jboss 7 from intellij and maven

intellij-ideajavajava-ee-6jbosswar

I have maven based Java EE 6 web application.
I know it is possible to deploy it to Jboss 7 directly from Intellij Idea 11 as a war file.
But I'd like to be able to deploy it as "exploded" so that I can edit my jsp files and see result in browser imemdiately. Is it possible?

EDIT

Attaching exploded screenshot.
Now if I have configuration as shown on screenshot my JSP files are loaded from project.war directory not from src/main/webapp directory (even if this webapp dir is included). It prevents them from being reloaded.
I've already set "development" config param in Jboss 7.1.0.

enter image description here

Best Answer

I'm not sure if it's possible from Intellij, but I think it would work if you added a deployment scanner to your JBoss AS7 configuration.