Hi all, I'm trying to work on a webapp with tomcat and mvn. I want to be able to edit a jsp, type mvn tomcat:redeploy and have just the changed jsp be reloaded, without having to compile/package/deploy
I'm fairly sure that this is possible using a combination of mvn + tomcat-plugin, but I'm failing the correct incantation test so far I can do a mvn tomcat:deploy, but this compiles/filters/packages and takes forever - not good for rapid development of ui stuff mvn tomcat:redeploy seems to just redeploy the application that's already deployed in the CATALINA_HOME/webapps directory, what I need is some way to configure the plugin to deploy my development directory as an exploded web application Thanks in advance for any/all help Kev --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
