tomcat deployer

2006-11-14 Thread Kevin Jackson
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 fai

Re: tomcat deployer

2006-11-14 Thread Greg_Vaughn
"Kevin Jackson" <[EMAIL PROTECTED]> wrote on 11/14/2006 03:17:09 AM: > 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

Re: tomcat deployer

2006-11-15 Thread Kevin Jackson
Hi, This gets discussed fairly regularly and there's multiple ways to handle it. If you're not aware, there's a great search engine for this list at http://www.nabble.com/Maven---Users-f178.html I actually find Nabble to be close to useless as it doesn't seem to get spidered by google properly

Re: tomcat deployer

2006-11-16 Thread Adam Hardy
Kevin Jackson wrote: This gets discussed fairly regularly and there's multiple ways to handle it. If you're not aware, there's a great search engine for this list at http://www.nabble.com/Maven---Users-f178.html I actually find Nabble to be close to useless as it doesn't seem to get spidered by

Re: tomcat deployer

2006-11-16 Thread Greg_Vaughn
"Kevin Jackson" <[EMAIL PROTECTED]> wrote on 11/15/2006 07:07:38 PM: > > The way I've setup things I can see the changed jsp without calling > > any maven target. There's more details of my solution here > > http://www.nabble.com/Eclipse-war-builder-tf2371898s177.html#a6646490 > > Another fellow w