The answer is: no
If you are doing "packaged deployement" (i.e deploying packaged .war files) all you have to do is copy a new version to the "deploy" folder.
If you are doing "exploded deployment" (i.e editing your JSP files directly in a .war subfolder of the "deploy" folder) the default setting normally make
JBoss recompile the JSP if it has been changed (this setting is set by changing parameters to the default JSP
servlet in the META-INF/web.xml file of the embedded
Tomcat deployment folder).
If JBoss fails discovering chages that you've made to your JSPs, try reloading your application by either making changes to the web.xml or by using the JMX-console.
[ August 14, 2008: Message edited by: Sondre Kval� ]
[ August 14, 2008: Message edited by: Sondre Kval� ]